Build Information
Successful build of PostgresClientKit, reference v1.5.0 (356ffe
), with Swift 6.2 (beta) for visionOS using Xcode 26.0 on 19 Jun 2025 20:28:09 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 PostgresClientKit -destination generic/platform=xrOS
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/codewinsdotcom/PostgresClientKit.git
Reference: v1.5.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/codewinsdotcom/PostgresClientKit
* tag v1.5.0 -> FETCH_HEAD
HEAD is now at 356ffe0 Update podspec for v1.5.0
Cloned https://github.com/codewinsdotcom/PostgresClientKit.git
Revision (git rev-parse @):
356ffe0c43722f192d796300557b3b530a0baebc
SUCCESS checkout https://github.com/codewinsdotcom/PostgresClientKit.git at v1.5.0
========================================
Build
========================================
Selected platform: visionOS
Swift version: 6.2
Building package at path: $PWD
https://github.com/codewinsdotcom/PostgresClientKit.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
Fetching from https://github.com/Kitura/BlueSocket.git
Fetching from https://github.com/Kitura/BlueSSLService
Creating working copy of package ‘BlueSSLService’
Checking out 2.0.2 of package ‘BlueSSLService’
Creating working copy of package ‘BlueSocket’
Checking out 2.0.4 of package ‘BlueSocket’
Resolve Package Graph
Resolved source packages:
PostgresClientKit: /Users/admin/builder/spi-builder-workspace
SSLService: https://github.com/Kitura/BlueSSLService @ 2.0.2
Socket: https://github.com/Kitura/BlueSocket.git @ 2.0.4
resolved source packages: PostgresClientKit, SSLService, Socket
{
"dependencies" : [
{
"identity" : "bluesocket",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/BlueSocket.git"
},
{
"identity" : "bluesslservice",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/BlueSSLService"
}
],
"manifest_display_name" : "PostgresClientKit",
"name" : "PostgresClientKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PostgresClientKit",
"targets" : [
"PostgresClientKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PostgresClientKitTests",
"module_type" : "SwiftTarget",
"name" : "PostgresClientKitTests",
"path" : "Tests/PostgresClientKitTests",
"sources" : [
"ConnectionConfigurationTest.swift",
"ConnectionDelegateTest.swift",
"ConnectionPoolConfigurationTest.swift",
"ConnectionPoolMetricsTest.swift",
"ConnectionPoolStressTest.swift",
"ConnectionPoolTest.swift",
"ConnectionTest.swift",
"CryptoTest.swift",
"CursorTest.swift",
"DataTypeTest.swift",
"ISO8601Test.swift",
"LoggingTest.swift",
"PostgresByteATest.swift",
"PostgresClientKitTestCase.swift",
"PostgresDateTest.swift",
"PostgresTimeTest.swift",
"PostgresTimeWithTimeZoneTest.swift",
"PostgresTimestampTest.swift",
"PostgresTimestampWithTimeZoneTest.swift",
"PostgresValueTest.swift",
"RowDecoderTest.swift",
"SASLPrepTest.swift",
"SCRAMSHA256AuthenticatorTest.swift",
"SQLStatementTest.swift",
"StatementTest.swift",
"TestEnvironment.swift"
],
"target_dependencies" : [
"PostgresClientKit"
],
"type" : "test"
},
{
"c99name" : "PostgresClientKit",
"module_type" : "SwiftTarget",
"name" : "PostgresClientKit",
"path" : "Sources/PostgresClientKit",
"product_dependencies" : [
"Socket",
"SSLService"
],
"product_memberships" : [
"PostgresClientKit"
],
"sources" : [
"ColumnMetadata.swift",
"Connection.swift",
"ConnectionConfiguration.swift",
"ConnectionDelegate.swift",
"ConnectionPool.swift",
"ConnectionPoolConfiguration.swift",
"ConnectionPoolMetrics.swift",
"Credential.swift",
"Crypto.swift",
"Cursor.swift",
"ISO8601.swift",
"Logging/LogHandler.swift",
"Logging/LogLevel.swift",
"Logging/LogRecord.swift",
"Logging/Logger.swift",
"Notice.swift",
"Parameter.swift",
"Postgres.swift",
"PostgresByteA.swift",
"PostgresDate.swift",
"PostgresError.swift",
"PostgresTime.swift",
"PostgresTimeWithTimeZone.swift",
"PostgresTimestamp.swift",
"PostgresTimestampWithTimeZone.swift",
"PostgresValue.swift",
"PostgresValueConvertible.swift",
"Request/BindRequest.swift",
"Request/ClosePortalRequest.swift",
"Request/CloseStatementRequest.swift",
"Request/DescribePortalRequest.swift",
"Request/ExecuteRequest.swift",
"Request/FlushRequest.swift",
"Request/ParseRequest.swift",
"Request/PasswordMessageRequest.swift",
"Request/Request.swift",
"Request/SASLInitialRequest.swift",
"Request/SASLRequest.swift",
"Request/SSLRequest.swift",
"Request/StartupRequest.swift",
"Request/SyncRequest.swift",
"Request/TerminateRequest.swift",
"Response/AuthenticationCleartextPasswordResponse.swift",
"Response/AuthenticationMD5PasswordResponse.swift",
"Response/AuthenticationOKResponse.swift",
"Response/AuthenticationResponse.swift",
"Response/AuthenticationSASLContinueResponse.swift",
"Response/AuthenticationSASLFinalResponse.swift",
"Response/AuthenticationSASLResponse.swift",
"Response/BackendKeyDataResponse.swift",
"Response/BindCompleteResponse.swift",
"Response/CloseCompleteResponse.swift",
"Response/CommandCompleteResponse.swift",
"Response/DataRowResponse.swift",
"Response/EmptyQueryResponse.swift",
"Response/ErrorResponse.swift",
"Response/NoDataResponse.swift",
"Response/NoticeResponse.swift",
"Response/NotificationResponse.swift",
"Response/ParameterStatusResponse.swift",
"Response/ParseCompleteResponse.swift",
"Response/ReadyForQueryResponse.swift",
"Response/Response.swift",
"Response/RowDescriptionResponse.swift",
"Row.swift",
"RowDecoder.swift",
"SASLPrep.swift",
"SCRAMSHA256Authenticator.swift",
"Statement.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"PostgresClientKit"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme PostgresClientKit -destination generic/platform=xrOS
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 PostgresClientKit -destination generic/platform=xrOS
Resolve Package Graph
Resolve Package Graph
Resolved source packages:
PostgresClientKit: /Users/admin/builder/spi-builder-workspace
Socket: https://github.com/Kitura/BlueSocket.git @ 2.0.4
SSLService: https://github.com/Kitura/BlueSSLService @ 2.0.2
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (6 targets)
Target 'PostgresClientKit' in project 'PostgresClientKit'
➜ Explicit dependency on target 'PostgresClientKit' in project 'PostgresClientKit'
➜ Explicit dependency on target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'SSLService' in project 'SSLService'
Target 'PostgresClientKit' in project 'PostgresClientKit'
➜ Explicit dependency on target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'SSLService' in project 'SSLService'
Target 'SSLService' in project 'SSLService'
➜ Explicit dependency on target 'SSLService' in project 'SSLService'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'SSLService' in project 'SSLService'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'Socket' in project 'Socket'
➜ Explicit dependency on target 'Socket' in project 'Socket'
Target 'Socket' in project 'Socket' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
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/clang -v -E -dM -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: bd98ed3b95dbc6355d211eb1068b13ae
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/bd98ed3b95dbc6355d211eb1068b13ae.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/XROS.platform/Developer/SDKs/XROS26.0.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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/XROS.platform/Developer/SDKs/XROS26.0.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.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-xros
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros
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-xros
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.modulemap (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyStaticMetadataFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyMetadataFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftConstValuesFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-OutputFileMap.json (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.LinkFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftFileList (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_const_extract_protocols.json (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/SSLService.modulemap (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/SSLService.modulemap
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/SSLService.DependencyStaticMetadataFileList (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/SSLService.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/SSLService.DependencyMetadataFileList (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/SSLService.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService_const_extract_protocols.json (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.SwiftFileList (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.SwiftFileList
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Socket.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.modulemap (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
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/Socket.build/Debug-xros/Socket.build/Socket.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.SwiftConstValuesFileList (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.LinkFileList (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-OutputFileMap.json (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.modulemap (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SSLService.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/SSLService.modulemap (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
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/SSLService.build/Debug-xros/SSLService.build/SSLService.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.DependencyStaticMetadataFileList (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.DependencyMetadataFileList (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit_const_extract_protocols.json (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.SwiftFileList (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.SwiftConstValuesFileList (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.LinkFileList (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-OutputFileMap.json (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-OutputFileMap.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PostgresClientKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.modulemap (in target 'PostgresClientKit' from project 'PostgresClientKit')
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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros
SwiftDriver Socket normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Socket' from project 'Socket')
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 Socket -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-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/_Builtin_stddef-21H3N9DH1KLS9X4PIJZT9JFO8.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdarg-AGIMNIU03RBGDKDFQRREAQMB0.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdbool-7G57MOE58GZVJMWN1GCZ599TP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrcheck-E7LE7DV0CNK9MJMHLAZCYDQGG.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_AvailabilityInternal-C2AB6M1NNYPFLWYMKDOFRYH8X.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ptrauth-3H3LLJBXUZYXL2X8I9QOFQSE2.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_float-1YQCTN0O73AHNHZOS6SY3HD3E.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_SwiftConcurrencyShims-63O7P0417CITDU5TAPFWA16RK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/SwiftShims-F46X5FXY7I1HWEOCOQVSQWDNN.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation1-EFETDZLNX0FEPQZ2E3PZFKYNR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_limits-DKV1BYCIVIYMBC5V04ISHLS5A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation2-E60OGYQQCI50TU38JKHOXIOVC.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_stdint-DN40O2QXVAPS5PX3RRQK2CDTB.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_DarwinFoundation3-2J7H31OFACG6OUGQJF3Z2HH2P.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/_Builtin_inttypes-7IAHOD1D4EZJRBSJ4YXQCX8QK.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Darwin-ANJZ93KTRF4ZV05C6NV5Q0SRR.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/ObjectiveC-1UIC5AG2ZCLFQ1S2SJZ5E9I8I.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_object-14HP1DXB4AHZLLZ2VG0XM57OP.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/os_workgroup-1TVSUO7YH3KW9W6KS32GSRDVI.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Dispatch-AA5V45I59GR8Q18J0KTZFB92T.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CoreFoundation-C55Z6VZ589KY8LHRRM3J869RS.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/CFNetwork-9EX4JLL2HOHSIU45ZL7AEA88A.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Security-8BP09VQ2TO94G5OK8X98USG8N.pcm
SwiftExplicitDependencyGeneratePcm arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Foundation-9ABIQSLNMD9AJ6942NNHN34Z2.pcm
SwiftEmitModule normal arm64 Emitting\ module\ for\ Socket (in target 'Socket' from project 'Socket')
EmitSwiftModule normal arm64 (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Socket.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/Socket.swift (in target 'Socket' from project 'Socket')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/Socket.swift (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Socket+Equatable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/Socket+Equatable.swift (in target 'Socket' from project 'Socket')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/Socket+Equatable.swift (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SocketProtocols.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/SocketProtocols.swift (in target 'Socket' from project 'Socket')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/SocketProtocols.swift (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SocketUtils.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift (in target 'Socket' from project 'Socket')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/SocketUtils.swift (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Socket+Hashable.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/Socket+Hashable.swift (in target 'Socket' from project 'Socket')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket/Sources/Socket/Socket+Hashable.swift (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for Socket (in target 'Socket' from project 'Socket')
SwiftDriver\ Compilation\ Requirements Socket normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Socket' from project 'Socket')
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 Socket -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-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-xros/Socket-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-Swift.h (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/Socket-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.abi.json (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftmodule (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftdoc (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftsourceinfo (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver SSLService normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SSLService' from project 'SSLService')
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 SSLService -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ SSLPointerTricks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService/Sources/SSLService/SSLPointerTricks.swift (in target 'SSLService' from project 'SSLService')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService/Sources/SSLService/SSLPointerTricks.swift (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ SSLService (in target 'SSLService' from project 'SSLService')
EmitSwiftModule normal arm64 (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ SSLService.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift (in target 'SSLService' from project 'SSLService')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService/Sources/SSLService/SSLService.swift (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for SSLService (in target 'SSLService' from project 'SSLService')
SwiftDriver\ Compilation\ Requirements SSLService normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SSLService' from project 'SSLService')
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 SSLService -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-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-xros/SSLService-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-Swift.h (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/SSLService-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftdoc (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.swiftmodule/arm64-apple-xros.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftmodule (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.abi.json (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.swiftmodule/arm64-apple-xros.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftsourceinfo (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftDriver PostgresClientKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PostgresClientKit' from project 'PostgresClientKit')
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 PostgresClientKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling SSLPointerTricks.swift (in target 'SSLService' from project 'SSLService')
SwiftCompile normal arm64 Compiling\ AuthenticationCleartextPasswordResponse.swift,\ AuthenticationMD5PasswordResponse.swift,\ AuthenticationOKResponse.swift,\ AuthenticationResponse.swift,\ AuthenticationSASLContinueResponse.swift,\ AuthenticationSASLFinalResponse.swift,\ AuthenticationSASLResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationCleartextPasswordResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationMD5PasswordResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationOKResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationSASLContinueResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationSASLFinalResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationSASLResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationCleartextPasswordResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationMD5PasswordResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationOKResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationSASLContinueResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationSASLFinalResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/AuthenticationSASLResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftEmitModule normal arm64 Emitting\ module\ for\ PostgresClientKit (in target 'PostgresClientKit' from project 'PostgresClientKit')
EmitSwiftModule normal arm64 (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Credential.swift,\ Crypto.swift,\ Cursor.swift,\ ISO8601.swift,\ LogHandler.swift,\ LogLevel.swift,\ LogRecord.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Credential.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Crypto.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Cursor.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ISO8601.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Logging/LogHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Logging/LogLevel.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Logging/LogRecord.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Credential.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Crypto.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Cursor.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ISO8601.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Logging/LogHandler.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Logging/LogLevel.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Logging/LogRecord.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ Request.swift,\ SASLInitialRequest.swift,\ SASLRequest.swift,\ SSLRequest.swift,\ StartupRequest.swift,\ SyncRequest.swift,\ TerminateRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/Request.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/SASLInitialRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/SASLRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/SSLRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/StartupRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/SyncRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/TerminateRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/Request.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/SASLInitialRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/SASLRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/SSLRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/StartupRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/SyncRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/TerminateRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ NoDataResponse.swift,\ NoticeResponse.swift,\ NotificationResponse.swift,\ ParameterStatusResponse.swift,\ ParseCompleteResponse.swift,\ ReadyForQueryResponse.swift,\ Response.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/NoDataResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/NoticeResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/NotificationResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/ParameterStatusResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/ParseCompleteResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/ReadyForQueryResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/Response.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/NoDataResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/NoticeResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/NotificationResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/ParameterStatusResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/ParseCompleteResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/ReadyForQueryResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/Response.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling AuthenticationCleartextPasswordResponse.swift, AuthenticationMD5PasswordResponse.swift, AuthenticationOKResponse.swift, AuthenticationResponse.swift, AuthenticationSASLContinueResponse.swift, AuthenticationSASLFinalResponse.swift, AuthenticationSASLResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 Compiling\ ColumnMetadata.swift,\ Connection.swift,\ ConnectionConfiguration.swift,\ ConnectionDelegate.swift,\ ConnectionPool.swift,\ ConnectionPoolConfiguration.swift,\ ConnectionPoolMetrics.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ColumnMetadata.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Connection.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionDelegate.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionPool.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionPoolConfiguration.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionPoolMetrics.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ColumnMetadata.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Connection.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionConfiguration.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionDelegate.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionPool.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionPoolConfiguration.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/ConnectionPoolMetrics.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Emitting module for PostgresClientKit (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftDriver\ Compilation\ Requirements PostgresClientKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PostgresClientKit' from project 'PostgresClientKit')
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 PostgresClientKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling NoDataResponse.swift, NoticeResponse.swift, NotificationResponse.swift, ParameterStatusResponse.swift, ParseCompleteResponse.swift, ReadyForQueryResponse.swift, Response.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 Compiling\ Logger.swift,\ Notice.swift,\ Parameter.swift,\ Postgres.swift,\ PostgresByteA.swift,\ PostgresDate.swift,\ PostgresError.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Logging/Logger.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Notice.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Parameter.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Postgres.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresByteA.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresDate.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresError.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Logging/Logger.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Notice.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Parameter.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Postgres.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresByteA.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresDate.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresError.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PostgresClientKit-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-Swift.h (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-xros/PostgresClientKit-Swift.h
SwiftDriverJobDiscovery normal arm64 Compiling Socket+Equatable.swift (in target 'Socket' from project 'Socket')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.swiftmodule/arm64-apple-xros.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftmodule (in target 'PostgresClientKit' from project 'PostgresClientKit')
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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.swiftmodule/arm64-apple-xros.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.swiftmodule/arm64-apple-xros.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftdoc (in target 'PostgresClientKit' from project 'PostgresClientKit')
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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.swiftmodule/arm64-apple-xros.swiftdoc
SwiftDriverJobDiscovery normal arm64 Compiling Socket+Hashable.swift (in target 'Socket' from project 'Socket')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.swiftmodule/arm64-apple-xros.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.abi.json (in target 'PostgresClientKit' from project 'PostgresClientKit')
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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.swiftmodule/arm64-apple-xros.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling SocketProtocols.swift (in target 'Socket' from project 'Socket')
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftsourceinfo (in target 'PostgresClientKit' from project 'PostgresClientKit')
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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.swiftmodule/Project/arm64-apple-xros.swiftsourceinfo
SwiftCompile normal arm64 Compiling\ RowDescriptionResponse.swift,\ Row.swift,\ RowDecoder.swift,\ SASLPrep.swift,\ SCRAMSHA256Authenticator.swift,\ Statement.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/RowDescriptionResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Row.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/RowDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/SASLPrep.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/SCRAMSHA256Authenticator.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Statement.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/RowDescriptionResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Row.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/RowDecoder.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/SASLPrep.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/SCRAMSHA256Authenticator.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Statement.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ PostgresTime.swift,\ PostgresTimeWithTimeZone.swift,\ PostgresTimestamp.swift,\ PostgresTimestampWithTimeZone.swift,\ PostgresValue.swift,\ PostgresValueConvertible.swift,\ BindRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresTime.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresTimeWithTimeZone.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresTimestamp.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresTimestampWithTimeZone.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresValue.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresValueConvertible.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/BindRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresTime.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresTimeWithTimeZone.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresTimestamp.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresTimestampWithTimeZone.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresValue.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/PostgresValueConvertible.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/BindRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 Compiling\ BackendKeyDataResponse.swift,\ BindCompleteResponse.swift,\ CloseCompleteResponse.swift,\ CommandCompleteResponse.swift,\ DataRowResponse.swift,\ EmptyQueryResponse.swift,\ ErrorResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/BackendKeyDataResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/BindCompleteResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/CloseCompleteResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/CommandCompleteResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/DataRowResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/EmptyQueryResponse.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/ErrorResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/BackendKeyDataResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/BindCompleteResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/CloseCompleteResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/CommandCompleteResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/DataRowResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/EmptyQueryResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Response/ErrorResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling SocketUtils.swift (in target 'Socket' from project 'Socket')
SwiftCompile normal arm64 Compiling\ ClosePortalRequest.swift,\ CloseStatementRequest.swift,\ DescribePortalRequest.swift,\ ExecuteRequest.swift,\ FlushRequest.swift,\ ParseRequest.swift,\ PasswordMessageRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/ClosePortalRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/CloseStatementRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/DescribePortalRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/ExecuteRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/FlushRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/ParseRequest.swift /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/PasswordMessageRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/ClosePortalRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/CloseStatementRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/DescribePortalRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/ExecuteRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/FlushRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/ParseRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/PostgresClientKit/Request/PasswordMessageRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
SwiftDriverJobDiscovery normal arm64 Compiling Request.swift, SASLInitialRequest.swift, SASLRequest.swift, SSLRequest.swift, StartupRequest.swift, SyncRequest.swift, TerminateRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftDriverJobDiscovery normal arm64 Compiling SSLService.swift (in target 'SSLService' from project 'SSLService')
SwiftDriver\ Compilation SSLService normal arm64 com.apple.xcode.tools.swift.compiler (in target 'SSLService' from project 'SSLService')
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 SSLService -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.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/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling ClosePortalRequest.swift, CloseStatementRequest.swift, DescribePortalRequest.swift, ExecuteRequest.swift, FlushRequest.swift, ParseRequest.swift, PasswordMessageRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftDriverJobDiscovery normal arm64 Compiling BackendKeyDataResponse.swift, BindCompleteResponse.swift, CloseCompleteResponse.swift, CommandCompleteResponse.swift, DataRowResponse.swift, EmptyQueryResponse.swift, ErrorResponse.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftDriverJobDiscovery normal arm64 Compiling Logger.swift, Notice.swift, Parameter.swift, Postgres.swift, PostgresByteA.swift, PostgresDate.swift, PostgresError.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftDriverJobDiscovery normal arm64 Compiling Credential.swift, Crypto.swift, Cursor.swift, ISO8601.swift, LogHandler.swift, LogLevel.swift, LogRecord.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftDriverJobDiscovery normal arm64 Compiling Socket.swift (in target 'Socket' from project 'Socket')
SwiftDriver\ Compilation Socket normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Socket' from project 'Socket')
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 Socket -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.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 -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.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/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-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-xros/Socket.o normal (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.o
SwiftDriverJobDiscovery normal arm64 Compiling PostgresTime.swift, PostgresTimeWithTimeZone.swift, PostgresTimestamp.swift, PostgresTimestampWithTimeZone.swift, PostgresValue.swift, PostgresValueConvertible.swift, BindRequest.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
ExtractAppIntentsMetadata (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
/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 Socket --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier bluesocket.Socket --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Socket.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/Socket.build/Debug-xros/Socket.build/Objects-normal/arm64/Socket.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 13:28:07.659 appintentsmetadataprocessor[812:4333] Starting appintentsmetadataprocessor export
2025-06-19 13:28:07.720 appintentsmetadataprocessor[812:4333] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.o (in target 'Socket' from project 'Socket')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSocket
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/Socket.o
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.o normal (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.o
ExtractAppIntentsMetadata (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
/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 SSLService --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier bluesslservice.SSLService --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/SSLService.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/SSLService.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/SSLService.build/Debug-xros/SSLService.build/Objects-normal/arm64/SSLService.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 13:28:07.767 appintentsmetadataprocessor[815:4352] Starting appintentsmetadataprocessor export
2025-06-19 13:28:07.812 appintentsmetadataprocessor[815:4352] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.o (in target 'SSLService' from project 'SSLService')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/BlueSSLService
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/SSLService.o
SwiftDriverJobDiscovery normal arm64 Compiling ColumnMetadata.swift, Connection.swift, ConnectionConfiguration.swift, ConnectionDelegate.swift, ConnectionPool.swift, ConnectionPoolConfiguration.swift, ConnectionPoolMetrics.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftDriverJobDiscovery normal arm64 Compiling RowDescriptionResponse.swift, Row.swift, RowDecoder.swift, SASLPrep.swift, SCRAMSHA256Authenticator.swift, Statement.swift (in target 'PostgresClientKit' from project 'PostgresClientKit')
SwiftDriver\ Compilation PostgresClientKit normal arm64 com.apple.xcode.tools.swift.compiler (in target 'PostgresClientKit' from project 'PostgresClientKit')
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 PostgresClientKit -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -DSWIFT_MODULE_RESOURCE_BUNDLE_UNAVAILABLE -DXcode -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/XROS.platform/Developer/SDKs/XROS26.0.sdk -target arm64-apple-xros1.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -profile-coverage-mapping -profile-generate -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -I /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -F /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/xros26.0-23M5263k-63777232b7fc5220f33897c1cc69dbf5.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.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/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-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-xros/PostgresClientKit.o normal (in target 'PostgresClientKit' from project 'PostgresClientKit')
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-xros1.0 -r -isysroot /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-xros -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -debug_variant -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/xros -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.swiftmodule @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit-linker-args.resp -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.o
ExtractAppIntentsMetadata (in target 'PostgresClientKit' from project 'PostgresClientKit')
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 PostgresClientKit --sdk-root /Applications/Xcode-26.0.0-Beta.app/Contents/Developer/Platforms/XROS.platform/Developer/SDKs/XROS26.0.sdk --xcode-version 17A5241e --platform-family xrOS --deployment-target 1.0 --bundle-identifier spi-builder-workspace.PostgresClientKit --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.appintents --target-triple arm64-apple-xros1.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.o --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/PostgresClientKit.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/PostgresClientKit.build/Debug-xros/PostgresClientKit.build/Objects-normal/arm64/PostgresClientKit.SwiftConstValuesFileList --force --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-06-19 13:28:08.726 appintentsmetadataprocessor[818:4376] Starting appintentsmetadataprocessor export
2025-06-19 13:28:08.767 appintentsmetadataprocessor[818:4376] Extracted no relevant App Intents symbols, skipping writing output
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.o (in target 'PostgresClientKit' from project 'PostgresClientKit')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-xros/PostgresClientKit.o
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "bluesocket",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/BlueSocket.git"
},
{
"identity" : "bluesslservice",
"requirement" : {
"range" : [
{
"lower_bound" : "2.0.0",
"upper_bound" : "3.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/Kitura/BlueSSLService"
}
],
"manifest_display_name" : "PostgresClientKit",
"name" : "PostgresClientKit",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "PostgresClientKit",
"targets" : [
"PostgresClientKit"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "PostgresClientKitTests",
"module_type" : "SwiftTarget",
"name" : "PostgresClientKitTests",
"path" : "Tests/PostgresClientKitTests",
"sources" : [
"ConnectionConfigurationTest.swift",
"ConnectionDelegateTest.swift",
"ConnectionPoolConfigurationTest.swift",
"ConnectionPoolMetricsTest.swift",
"ConnectionPoolStressTest.swift",
"ConnectionPoolTest.swift",
"ConnectionTest.swift",
"CryptoTest.swift",
"CursorTest.swift",
"DataTypeTest.swift",
"ISO8601Test.swift",
"LoggingTest.swift",
"PostgresByteATest.swift",
"PostgresClientKitTestCase.swift",
"PostgresDateTest.swift",
"PostgresTimeTest.swift",
"PostgresTimeWithTimeZoneTest.swift",
"PostgresTimestampTest.swift",
"PostgresTimestampWithTimeZoneTest.swift",
"PostgresValueTest.swift",
"RowDecoderTest.swift",
"SASLPrepTest.swift",
"SCRAMSHA256AuthenticatorTest.swift",
"SQLStatementTest.swift",
"StatementTest.swift",
"TestEnvironment.swift"
],
"target_dependencies" : [
"PostgresClientKit"
],
"type" : "test"
},
{
"c99name" : "PostgresClientKit",
"module_type" : "SwiftTarget",
"name" : "PostgresClientKit",
"path" : "Sources/PostgresClientKit",
"product_dependencies" : [
"Socket",
"SSLService"
],
"product_memberships" : [
"PostgresClientKit"
],
"sources" : [
"ColumnMetadata.swift",
"Connection.swift",
"ConnectionConfiguration.swift",
"ConnectionDelegate.swift",
"ConnectionPool.swift",
"ConnectionPoolConfiguration.swift",
"ConnectionPoolMetrics.swift",
"Credential.swift",
"Crypto.swift",
"Cursor.swift",
"ISO8601.swift",
"Logging/LogHandler.swift",
"Logging/LogLevel.swift",
"Logging/LogRecord.swift",
"Logging/Logger.swift",
"Notice.swift",
"Parameter.swift",
"Postgres.swift",
"PostgresByteA.swift",
"PostgresDate.swift",
"PostgresError.swift",
"PostgresTime.swift",
"PostgresTimeWithTimeZone.swift",
"PostgresTimestamp.swift",
"PostgresTimestampWithTimeZone.swift",
"PostgresValue.swift",
"PostgresValueConvertible.swift",
"Request/BindRequest.swift",
"Request/ClosePortalRequest.swift",
"Request/CloseStatementRequest.swift",
"Request/DescribePortalRequest.swift",
"Request/ExecuteRequest.swift",
"Request/FlushRequest.swift",
"Request/ParseRequest.swift",
"Request/PasswordMessageRequest.swift",
"Request/Request.swift",
"Request/SASLInitialRequest.swift",
"Request/SASLRequest.swift",
"Request/SSLRequest.swift",
"Request/StartupRequest.swift",
"Request/SyncRequest.swift",
"Request/TerminateRequest.swift",
"Response/AuthenticationCleartextPasswordResponse.swift",
"Response/AuthenticationMD5PasswordResponse.swift",
"Response/AuthenticationOKResponse.swift",
"Response/AuthenticationResponse.swift",
"Response/AuthenticationSASLContinueResponse.swift",
"Response/AuthenticationSASLFinalResponse.swift",
"Response/AuthenticationSASLResponse.swift",
"Response/BackendKeyDataResponse.swift",
"Response/BindCompleteResponse.swift",
"Response/CloseCompleteResponse.swift",
"Response/CommandCompleteResponse.swift",
"Response/DataRowResponse.swift",
"Response/EmptyQueryResponse.swift",
"Response/ErrorResponse.swift",
"Response/NoDataResponse.swift",
"Response/NoticeResponse.swift",
"Response/NotificationResponse.swift",
"Response/ParameterStatusResponse.swift",
"Response/ParseCompleteResponse.swift",
"Response/ReadyForQueryResponse.swift",
"Response/Response.swift",
"Response/RowDescriptionResponse.swift",
"Row.swift",
"RowDecoder.swift",
"SASLPrep.swift",
"SCRAMSHA256Authenticator.swift",
"Statement.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.