Build Information
Successful build of XCTAssertNoLeak, reference 0.3.2 (d24a03
), with Swift 6.1 for watchOS using Xcode 16.3 on 27 Apr 2025 00:20:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XCTAssertNoLeak -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tarunon/xctassertnoleak.git
Reference: 0.3.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tarunon/xctassertnoleak
* tag 0.3.2 -> FETCH_HEAD
HEAD is now at d24a03c Merge pull request #17 from giginet/bump-up-version
Cloned https://github.com/tarunon/xctassertnoleak.git
Revision (git rev-parse @):
d24a03ce5bf92bd8ccf1aed1d44a060c92db204a
SUCCESS checkout https://github.com/tarunon/xctassertnoleak.git at 0.3.2
========================================
Build
========================================
Selected platform: watchOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/tarunon/xctassertnoleak.git
https://github.com/tarunon/xctassertnoleak.git
{
"dependencies" : [
],
"manifest_display_name" : "XCTAssertNoLeak",
"name" : "XCTAssertNoLeak",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "XCTAssertNoLeak",
"targets" : [
"XCTAssertNoLeak"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTAssertNoLeakTests",
"module_type" : "SwiftTarget",
"name" : "XCTAssertNoLeakTests",
"path" : "Tests/XCTAssertNoLeakTests",
"sources" : [
"NodeTests.swift",
"OldSwiftSupport.swift",
"XCTAssertNoLeakTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XCTAssertNoLeak"
],
"type" : "test"
},
{
"c99name" : "XCTAssertNoLeak",
"module_type" : "SwiftTarget",
"name" : "XCTAssertNoLeak",
"path" : "Sources/XCTAssertNoLeak",
"product_memberships" : [
"XCTAssertNoLeak"
],
"sources" : [
"Core/Assert.swift",
"Core/AssertNoLeakContext.swift",
"Core/CustomTraversable.swift",
"Core/Node.swift",
"Core/OldSwiftSupport.swift",
"Front/XCTAssertNoLeak.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "XCTAssertNoLeak",
"name" : "XCTAssertNoLeak",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "XCTAssertNoLeak",
"targets" : [
"XCTAssertNoLeak"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTAssertNoLeakTests",
"module_type" : "SwiftTarget",
"name" : "XCTAssertNoLeakTests",
"path" : "Tests/XCTAssertNoLeakTests",
"sources" : [
"NodeTests.swift",
"OldSwiftSupport.swift",
"XCTAssertNoLeakTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XCTAssertNoLeak"
],
"type" : "test"
},
{
"c99name" : "XCTAssertNoLeak",
"module_type" : "SwiftTarget",
"name" : "XCTAssertNoLeak",
"path" : "Sources/XCTAssertNoLeak",
"product_memberships" : [
"XCTAssertNoLeak"
],
"sources" : [
"Core/Assert.swift",
"Core/AssertNoLeakContext.swift",
"Core/CustomTraversable.swift",
"Core/Node.swift",
"Core/OldSwiftSupport.swift",
"Front/XCTAssertNoLeak.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "XCTAssertNoLeak",
"schemes" : [
"XCTAssertNoLeak"
],
"targets" : [
"XCTAssertNoLeak",
"XCTAssertNoLeakPackageDescription",
"XCTAssertNoLeakPackageTests",
"XCTAssertNoLeakTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme XCTAssertNoLeak -destination generic/platform=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme XCTAssertNoLeak -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'XCTAssertNoLeak' in project 'XCTAssertNoLeak' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 27422950805b11cf5cc6c53623f32c92
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/27422950805b11cf5cc6c53623f32c92.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.SwiftConstValuesFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak_const_extract_protocols.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-OutputFileMap.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyStaticMetadataFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.SwiftFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.LinkFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak_const_extract_protocols.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyMetadataFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.LinkFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.SwiftFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.SwiftConstValuesFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-OutputFileMap.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftConstValuesFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.LinkFileList (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-OutputFileMap.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-OutputFileMap.json
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Headers (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Info.plist /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj/XCTAssertNoLeak_Info.plist (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj/XCTAssertNoLeak_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Info.plist
SwiftDriver XCTAssertNoLeak normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver XCTAssertNoLeak normal armv7k com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver XCTAssertNoLeak normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ XCTAssertNoLeak.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198079104-swift-frontend-XCTAssertNoLeak-XCTAssertNoLeak.swift-arm64_apple_watchos2.0-o-Onone-1232726548.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4708 seconds (8.5065 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0263 ( 16.0%) 0.1244 ( 40.6%) 0.1507 ( 32.0%) 4.1013 ( 48.2%) parse-and-resolve-imports
0.0259 ( 15.7%) 0.1225 ( 40.0%) 0.1484 ( 31.5%) 4.0989 ( 48.2%) Import resolution
0.0017 ( 1.0%) 0.0087 ( 2.8%) 0.0104 ( 2.2%) 0.1441 ( 1.7%) load-stdlib
0.0816 ( 49.7%) 0.0308 ( 10.0%) 0.1124 ( 23.9%) 0.1129 ( 1.3%) build-rewrite-system
0.0130 ( 7.9%) 0.0119 ( 3.9%) 0.0249 ( 5.3%) 0.0252 ( 0.3%) import-clang-decl
0.0019 ( 1.2%) 0.0032 ( 1.0%) 0.0051 ( 1.1%) 0.0051 ( 0.1%) IRGen
0.0027 ( 1.6%) 0.0011 ( 0.4%) 0.0038 ( 0.8%) 0.0038 ( 0.0%) perform-sema
0.0027 ( 1.6%) 0.0011 ( 0.4%) 0.0037 ( 0.8%) 0.0038 ( 0.0%) Type checking and Semantic analysis
0.0019 ( 1.1%) 0.0008 ( 0.2%) 0.0026 ( 0.6%) 0.0027 ( 0.0%) typecheck-expr
0.0015 ( 0.9%) 0.0005 ( 0.2%) 0.0020 ( 0.4%) 0.0020 ( 0.0%) typecheck-stmt
0.0011 ( 0.6%) 0.0006 ( 0.2%) 0.0016 ( 0.3%) 0.0017 ( 0.0%) typecheck-decl
0.0012 ( 0.8%) 0.0004 ( 0.1%) 0.0016 ( 0.3%) 0.0016 ( 0.0%) precheck-target
0.0009 ( 0.6%) 0.0003 ( 0.1%) 0.0012 ( 0.3%) 0.0012 ( 0.0%) load-all-members
0.0007 ( 0.5%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) SILGen
0.0007 ( 0.4%) 0.0000 ( 0.0%) 0.0007 ( 0.2%) 0.0007 ( 0.0%) SIL optimization
0.0004 ( 0.3%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1643 (100.0%) 0.3064 (100.0%) 0.4708 (100.0%) 8.5065 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2885 seconds (5.4111 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8385 (100.0%) 0.4501 (100.0%) 1.2885 (100.0%) 5.4111 (100.0%) Building Target
0.8385 (100.0%) 0.4501 (100.0%) 1.2885 (100.0%) 5.4111 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198079283-swift-frontend-XCTAssertNoLeak-Node.swift-arm64_apple_watchos2.0-o-Onone-628268956.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7579 seconds (8.4248 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0451 ( 11.6%) 0.1378 ( 37.2%) 0.1829 ( 24.1%) 3.9518 ( 46.9%) parse-and-resolve-imports
0.0447 ( 11.5%) 0.1358 ( 36.6%) 0.1804 ( 23.8%) 3.9493 ( 46.9%) Import resolution
0.0017 ( 0.4%) 0.0067 ( 1.8%) 0.0084 ( 1.1%) 0.1365 ( 1.6%) load-stdlib
0.0814 ( 21.0%) 0.0257 ( 6.9%) 0.1071 ( 14.1%) 0.1073 ( 1.3%) build-rewrite-system
0.0464 ( 12.0%) 0.0134 ( 3.6%) 0.0598 ( 7.9%) 0.0599 ( 0.7%) perform-sema
0.0463 ( 11.9%) 0.0134 ( 3.6%) 0.0597 ( 7.9%) 0.0597 ( 0.7%) Type checking and Semantic analysis
0.0345 ( 8.9%) 0.0089 ( 2.4%) 0.0434 ( 5.7%) 0.0434 ( 0.5%) typecheck-stmt
0.0129 ( 3.3%) 0.0108 ( 2.9%) 0.0238 ( 3.1%) 0.0238 ( 0.3%) import-clang-decl
0.0175 ( 4.5%) 0.0054 ( 1.5%) 0.0229 ( 3.0%) 0.0229 ( 0.3%) typecheck-decl
0.0133 ( 3.4%) 0.0034 ( 0.9%) 0.0167 ( 2.2%) 0.0167 ( 0.2%) typecheck-expr
0.0097 ( 2.5%) 0.0048 ( 1.3%) 0.0145 ( 1.9%) 0.0146 ( 0.2%) IRGen
0.0104 ( 2.7%) 0.0016 ( 0.4%) 0.0120 ( 1.6%) 0.0123 ( 0.1%) SILGen
0.0090 ( 2.3%) 0.0014 ( 0.4%) 0.0103 ( 1.4%) 0.0106 ( 0.1%) SILGen-function
0.0074 ( 1.9%) 0.0001 ( 0.0%) 0.0075 ( 1.0%) 0.0075 ( 0.1%) SIL optimization
0.0061 ( 1.6%) 0.0012 ( 0.3%) 0.0073 ( 1.0%) 0.0073 ( 0.1%) precheck-target
0.0009 ( 0.2%) 0.0002 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3874 (100.0%) 0.3706 (100.0%) 0.7579 (100.0%) 8.4248 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3669 seconds (5.3008 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9228 (100.0%) 0.4441 (100.0%) 1.3669 (100.0%) 5.3008 (100.0%) Building Target
0.9228 (100.0%) 0.4441 (100.0%) 1.3669 (100.0%) 5.3008 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ AssertNoLeakContext.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198055511-swift-frontend-XCTAssertNoLeak-AssertNoLeakContext.swift-arm64_apple_watchos2.0-o-Onone-4190698600.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5785 seconds (8.3436 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0266 ( 10.8%) 0.1193 ( 35.9%) 0.1458 ( 25.2%) 3.9453 ( 47.3%) parse-and-resolve-imports
0.0261 ( 10.6%) 0.1186 ( 35.7%) 0.1447 ( 25.0%) 3.9442 ( 47.3%) Import resolution
0.0032 ( 1.3%) 0.0149 ( 4.5%) 0.0181 ( 3.1%) 0.1832 ( 2.2%) load-stdlib
0.0821 ( 33.4%) 0.0286 ( 8.6%) 0.1107 ( 19.1%) 0.1108 ( 1.3%) build-rewrite-system
0.0178 ( 7.3%) 0.0071 ( 2.1%) 0.0250 ( 4.3%) 0.0250 ( 0.3%) perform-sema
0.0177 ( 7.2%) 0.0071 ( 2.1%) 0.0248 ( 4.3%) 0.0249 ( 0.3%) Type checking and Semantic analysis
0.0130 ( 5.3%) 0.0113 ( 3.4%) 0.0243 ( 4.2%) 0.0246 ( 0.3%) import-clang-decl
0.0152 ( 6.2%) 0.0063 ( 1.9%) 0.0215 ( 3.7%) 0.0215 ( 0.3%) typecheck-expr
0.0148 ( 6.0%) 0.0061 ( 1.8%) 0.0209 ( 3.6%) 0.0209 ( 0.3%) typecheck-stmt
0.0095 ( 3.8%) 0.0043 ( 1.3%) 0.0138 ( 2.4%) 0.0138 ( 0.2%) precheck-target
0.0058 ( 2.4%) 0.0057 ( 1.7%) 0.0115 ( 2.0%) 0.0121 ( 0.1%) IRGen
0.0039 ( 1.6%) 0.0009 ( 0.3%) 0.0048 ( 0.8%) 0.0048 ( 0.1%) SILGen
0.0043 ( 1.7%) 0.0004 ( 0.1%) 0.0047 ( 0.8%) 0.0047 ( 0.1%) SIL optimization
0.0028 ( 1.1%) 0.0007 ( 0.2%) 0.0035 ( 0.6%) 0.0035 ( 0.0%) SILGen-function
0.0024 ( 1.0%) 0.0008 ( 0.3%) 0.0033 ( 0.6%) 0.0033 ( 0.0%) typecheck-decl
0.0007 ( 0.3%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.2459 (100.0%) 0.3326 (100.0%) 0.5785 (100.0%) 8.3436 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3083 seconds (5.3217 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8539 (100.0%) 0.4543 (100.0%) 1.3083 (100.0%) 5.3217 (100.0%) Building Target
0.8539 (100.0%) 0.4543 (100.0%) 1.3083 (100.0%) 5.3217 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198069053-swift-frontend-XCTAssertNoLeak-Assert.swift-arm64_apple_watchos2.0-o-Onone-1549883992.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5256 seconds (8.2907 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0283 ( 17.1%) 0.1511 ( 42.0%) 0.1793 ( 34.1%) 4.0198 ( 48.5%) parse-and-resolve-imports
0.0279 ( 16.8%) 0.1505 ( 41.8%) 0.1784 ( 33.9%) 4.0189 ( 48.5%) Import resolution
0.0806 ( 48.7%) 0.0297 ( 8.2%) 0.1102 ( 21.0%) 0.1106 ( 1.3%) build-rewrite-system
0.0021 ( 1.2%) 0.0101 ( 2.8%) 0.0122 ( 2.3%) 0.0954 ( 1.2%) load-stdlib
0.0128 ( 7.7%) 0.0116 ( 3.2%) 0.0244 ( 4.6%) 0.0250 ( 0.3%) import-clang-decl
0.0032 ( 1.9%) 0.0034 ( 0.9%) 0.0066 ( 1.3%) 0.0066 ( 0.1%) IRGen
0.0022 ( 1.3%) 0.0008 ( 0.2%) 0.0031 ( 0.6%) 0.0031 ( 0.0%) perform-sema
0.0022 ( 1.3%) 0.0008 ( 0.2%) 0.0030 ( 0.6%) 0.0030 ( 0.0%) Type checking and Semantic analysis
0.0015 ( 0.9%) 0.0006 ( 0.2%) 0.0021 ( 0.4%) 0.0021 ( 0.0%) typecheck-decl
0.0012 ( 0.7%) 0.0005 ( 0.1%) 0.0017 ( 0.3%) 0.0017 ( 0.0%) typecheck-expr
0.0010 ( 0.6%) 0.0004 ( 0.1%) 0.0015 ( 0.3%) 0.0015 ( 0.0%) typecheck-stmt
0.0008 ( 0.5%) 0.0003 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0009 ( 0.5%) 0.0000 ( 0.0%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) SIL optimization
0.0007 ( 0.4%) 0.0002 ( 0.0%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) SILGen
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) SILGen-function
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1655 (100.0%) 0.3601 (100.0%) 0.5256 (100.0%) 8.2907 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3332 seconds (5.3066 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8539 (100.0%) 0.4793 (100.0%) 1.3332 (100.0%) 5.3066 (100.0%) Building Target
0.8539 (100.0%) 0.4793 (100.0%) 1.3332 (100.0%) 5.3066 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ CustomTraversable.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198064453-swift-frontend-XCTAssertNoLeak-CustomTraversable.swift-arm64_apple_watchos2.0-o-Onone-767773393.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 7.6766 seconds (8.2941 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.6655 ( 48.9%) 1.0796 ( 48.5%) 3.7452 ( 48.8%) 4.0325 ( 48.6%) parse-and-resolve-imports
2.6652 ( 48.9%) 1.0795 ( 48.5%) 3.7447 ( 48.8%) 4.0320 ( 48.6%) Import resolution
0.0152 ( 0.3%) 0.0414 ( 1.9%) 0.0566 ( 0.7%) 0.0988 ( 1.2%) load-stdlib
0.0824 ( 1.5%) 0.0101 ( 0.5%) 0.0924 ( 1.2%) 0.0928 ( 1.1%) build-rewrite-system
0.0121 ( 0.2%) 0.0099 ( 0.4%) 0.0220 ( 0.3%) 0.0222 ( 0.3%) import-clang-decl
0.0028 ( 0.1%) 0.0038 ( 0.2%) 0.0066 ( 0.1%) 0.0067 ( 0.1%) IRGen
0.0020 ( 0.0%) 0.0003 ( 0.0%) 0.0023 ( 0.0%) 0.0024 ( 0.0%) perform-sema
0.0019 ( 0.0%) 0.0003 ( 0.0%) 0.0023 ( 0.0%) 0.0023 ( 0.0%) Type checking and Semantic analysis
0.0014 ( 0.0%) 0.0002 ( 0.0%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) typecheck-decl
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) load-all-members
0.0007 ( 0.0%) 0.0001 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) SILGen
0.0005 ( 0.0%) 0.0001 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) typecheck-stmt
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) SILGen-function
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) SIL optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
5.4509 (100.0%) 2.2257 (100.0%) 7.6766 (100.0%) 8.2941 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.9266 seconds (5.3092 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.5290 (100.0%) 1.3976 (100.0%) 4.9266 (100.0%) 5.3092 (100.0%) Building Target
3.5290 (100.0%) 1.3976 (100.0%) 4.9266 (100.0%) 5.3092 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal armv7k Emitting\ module\ for\ XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198071311-swift-frontend-XCTAssertNoLeak-all-armv7k_apple_watchos2.0-swiftmodule-Onone-3646267570.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4129 seconds (7.9833 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0268 ( 21.3%) 0.1244 ( 43.3%) 0.1512 ( 36.6%) 3.8745 ( 48.5%) parse-and-resolve-imports
0.0264 ( 20.9%) 0.1237 ( 43.1%) 0.1501 ( 36.3%) 3.8733 ( 48.5%) Import resolution
0.0020 ( 1.6%) 0.0131 ( 4.6%) 0.0152 ( 3.7%) 0.1391 ( 1.7%) load-stdlib
0.0152 ( 12.1%) 0.0054 ( 1.9%) 0.0206 ( 5.0%) 0.0206 ( 0.3%) perform-sema
0.0151 ( 12.0%) 0.0053 ( 1.9%) 0.0205 ( 5.0%) 0.0205 ( 0.3%) Type checking and Semantic analysis
0.0149 ( 11.8%) 0.0053 ( 1.8%) 0.0201 ( 4.9%) 0.0201 ( 0.3%) typecheck-decl
0.0111 ( 8.8%) 0.0044 ( 1.5%) 0.0155 ( 3.8%) 0.0155 ( 0.2%) SIL optimization
0.0082 ( 6.5%) 0.0017 ( 0.6%) 0.0099 ( 2.4%) 0.0099 ( 0.1%) build-rewrite-system
0.0014 ( 1.1%) 0.0017 ( 0.6%) 0.0031 ( 0.7%) 0.0031 ( 0.0%) import-clang-decl
0.0023 ( 1.9%) 0.0006 ( 0.2%) 0.0029 ( 0.7%) 0.0029 ( 0.0%) SILGen
0.0002 ( 0.1%) 0.0008 ( 0.3%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) Serialization, swiftdoc
0.0007 ( 0.5%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) typecheck-expr
0.0007 ( 0.5%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) Serialization, swiftmodule
0.0005 ( 0.4%) 0.0001 ( 0.0%) 0.0006 ( 0.2%) 0.0006 ( 0.0%) SILGen-function
0.0003 ( 0.2%) 0.0001 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) Serialization, swiftsourceinfo
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1259 (100.0%) 0.2870 (100.0%) 0.4129 (100.0%) 7.9833 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2163 seconds (4.0634 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0624 (100.0%) 0.1539 (100.0%) 0.2163 (100.0%) 4.0634 (100.0%) Building Target
0.0624 (100.0%) 0.1539 (100.0%) 0.2163 (100.0%) 4.0634 (100.0%) Total
EmitSwiftModule normal armv7k (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198083134-swift-frontend-XCTAssertNoLeak-all-arm64_apple_watchos2.0-swiftmodule-Onone-3272450984.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4546 seconds (8.1894 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0282 ( 21.8%) 0.1473 ( 45.3%) 0.1755 ( 38.6%) 4.0003 ( 48.8%) parse-and-resolve-imports
0.0279 ( 21.5%) 0.1467 ( 45.2%) 0.1746 ( 38.4%) 3.9994 ( 48.8%) Import resolution
0.0014 ( 1.0%) 0.0048 ( 1.5%) 0.0061 ( 1.4%) 0.0912 ( 1.1%) load-stdlib
0.0151 ( 11.7%) 0.0054 ( 1.7%) 0.0205 ( 4.5%) 0.0205 ( 0.3%) perform-sema
0.0151 ( 11.6%) 0.0054 ( 1.6%) 0.0204 ( 4.5%) 0.0204 ( 0.2%) Type checking and Semantic analysis
0.0148 ( 11.4%) 0.0052 ( 1.6%) 0.0201 ( 4.4%) 0.0201 ( 0.2%) typecheck-decl
0.0122 ( 9.4%) 0.0044 ( 1.4%) 0.0167 ( 3.7%) 0.0168 ( 0.2%) SIL optimization
0.0091 ( 7.0%) 0.0025 ( 0.8%) 0.0116 ( 2.6%) 0.0116 ( 0.1%) build-rewrite-system
0.0013 ( 1.0%) 0.0020 ( 0.6%) 0.0033 ( 0.7%) 0.0033 ( 0.0%) import-clang-decl
0.0022 ( 1.7%) 0.0005 ( 0.1%) 0.0027 ( 0.6%) 0.0027 ( 0.0%) SILGen
0.0006 ( 0.5%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) Serialization, swiftmodule
0.0006 ( 0.5%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) typecheck-expr
0.0006 ( 0.4%) 0.0001 ( 0.0%) 0.0007 ( 0.1%) 0.0007 ( 0.0%) SILGen-function
0.0004 ( 0.3%) 0.0001 ( 0.0%) 0.0005 ( 0.1%) 0.0005 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.1%) 0.0001 ( 0.0%) 0.0003 ( 0.1%) 0.0003 ( 0.0%) Serialization, swiftdoc
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.1297 (100.0%) 0.3249 (100.0%) 0.4546 (100.0%) 8.1894 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2328 seconds (4.1432 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0644 (100.0%) 0.1685 (100.0%) 0.2328 (100.0%) 4.1432 (100.0%) Building Target
0.0644 (100.0%) 0.1685 (100.0%) 0.2328 (100.0%) 4.1432 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64_32 Compiling\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198077067-swift-frontend-XCTAssertNoLeak-Node.swift-arm64_32_apple_watchos2.0-o-Onone-3624343369.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7669 seconds (8.4798 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0293 ( 8.1%) 0.1489 ( 36.7%) 0.1782 ( 23.2%) 3.9910 ( 47.1%) parse-and-resolve-imports
0.0288 ( 8.0%) 0.1484 ( 36.5%) 0.1772 ( 23.1%) 3.9900 ( 47.1%) Import resolution
0.0855 ( 23.7%) 0.0299 ( 7.4%) 0.1155 ( 15.1%) 0.1167 ( 1.4%) build-rewrite-system
0.0016 ( 0.4%) 0.0151 ( 3.7%) 0.0167 ( 2.2%) 0.1011 ( 1.2%) load-stdlib
0.0460 ( 12.7%) 0.0125 ( 3.1%) 0.0585 ( 7.6%) 0.0587 ( 0.7%) perform-sema
0.0459 ( 12.7%) 0.0125 ( 3.1%) 0.0584 ( 7.6%) 0.0586 ( 0.7%) Type checking and Semantic analysis
0.0339 ( 9.4%) 0.0079 ( 1.9%) 0.0418 ( 5.5%) 0.0420 ( 0.5%) typecheck-stmt
0.0130 ( 3.6%) 0.0113 ( 2.8%) 0.0243 ( 3.2%) 0.0245 ( 0.3%) import-clang-decl
0.0183 ( 5.1%) 0.0056 ( 1.4%) 0.0239 ( 3.1%) 0.0242 ( 0.3%) typecheck-decl
0.0141 ( 3.9%) 0.0033 ( 0.8%) 0.0174 ( 2.3%) 0.0174 ( 0.2%) typecheck-expr
0.0094 ( 2.6%) 0.0051 ( 1.3%) 0.0145 ( 1.9%) 0.0146 ( 0.2%) IRGen
0.0109 ( 3.0%) 0.0022 ( 0.5%) 0.0131 ( 1.7%) 0.0133 ( 0.2%) SILGen
0.0095 ( 2.6%) 0.0020 ( 0.5%) 0.0115 ( 1.5%) 0.0117 ( 0.1%) SILGen-function
0.0073 ( 2.0%) 0.0001 ( 0.0%) 0.0073 ( 1.0%) 0.0074 ( 0.1%) SIL optimization
0.0061 ( 1.7%) 0.0012 ( 0.3%) 0.0073 ( 1.0%) 0.0073 ( 0.1%) precheck-target
0.0010 ( 0.3%) 0.0002 ( 0.1%) 0.0012 ( 0.2%) 0.0012 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3606 (100.0%) 0.4063 (100.0%) 0.7669 (100.0%) 8.4798 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4140 seconds (5.3522 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9979 (100.0%) 0.4161 (100.0%) 1.4140 (100.0%) 5.3522 (100.0%) Building Target
0.9979 (100.0%) 0.4161 (100.0%) 1.4140 (100.0%) 5.3522 (100.0%) Total
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198085043-swift-frontend-XCTAssertNoLeak-all-arm64_32_apple_watchos2.0-swiftmodule-Onone-2083127266.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 7.6414 seconds (8.1627 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.6792 ( 49.2%) 1.0792 ( 49.1%) 3.7584 ( 49.2%) 4.0011 ( 49.0%) parse-and-resolve-imports
2.6788 ( 49.2%) 1.0791 ( 49.1%) 3.7580 ( 49.2%) 4.0007 ( 49.0%) Import resolution
0.0140 ( 0.3%) 0.0287 ( 1.3%) 0.0427 ( 0.6%) 0.0785 ( 1.0%) load-stdlib
0.0154 ( 0.3%) 0.0020 ( 0.1%) 0.0174 ( 0.2%) 0.0174 ( 0.2%) perform-sema
0.0153 ( 0.3%) 0.0020 ( 0.1%) 0.0173 ( 0.2%) 0.0173 ( 0.2%) Type checking and Semantic analysis
0.0151 ( 0.3%) 0.0020 ( 0.1%) 0.0170 ( 0.2%) 0.0170 ( 0.2%) typecheck-decl
0.0105 ( 0.2%) 0.0031 ( 0.1%) 0.0135 ( 0.2%) 0.0136 ( 0.2%) SIL optimization
0.0085 ( 0.2%) 0.0009 ( 0.0%) 0.0094 ( 0.1%) 0.0094 ( 0.1%) build-rewrite-system
0.0012 ( 0.0%) 0.0015 ( 0.1%) 0.0026 ( 0.0%) 0.0026 ( 0.0%) import-clang-decl
0.0020 ( 0.0%) 0.0002 ( 0.0%) 0.0022 ( 0.0%) 0.0022 ( 0.0%) SILGen
0.0008 ( 0.0%) 0.0001 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) typecheck-expr
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) Serialization, swiftmodule
0.0004 ( 0.0%) 0.0000 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) SILGen-function
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) Serialization, swiftsourceinfo
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) Serialization, swiftdoc
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-module-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
5.4424 (100.0%) 2.1991 (100.0%) 7.6414 (100.0%) 8.1627 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.8452 seconds (4.1238 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.7260 (100.0%) 1.1192 (100.0%) 3.8452 (100.0%) 4.1238 (100.0%) Building Target
2.7260 (100.0%) 1.1192 (100.0%) 3.8452 (100.0%) 4.1238 (100.0%) Total
EmitSwiftModule normal arm64_32 (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k Compiling\ OldSwiftSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713198071878-swift-frontend-XCTAssertNoLeak-OldSwiftSupport.swift-armv7k_apple_watchos2.0-o-Onone-1581980644.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 7.2444 seconds (8.0331 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
2.4497 ( 48.9%) 1.0915 ( 48.8%) 3.5412 ( 48.9%) 3.9124 ( 48.7%) parse-and-resolve-imports
2.4493 ( 48.9%) 1.0913 ( 48.8%) 3.5406 ( 48.9%) 3.9119 ( 48.7%) Import resolution
0.0818 ( 1.6%) 0.0090 ( 0.4%) 0.0908 ( 1.3%) 0.0910 ( 1.1%) build-rewrite-system
0.0132 ( 0.3%) 0.0318 ( 1.4%) 0.0451 ( 0.6%) 0.0903 ( 1.1%) load-stdlib
0.0122 ( 0.2%) 0.0086 ( 0.4%) 0.0208 ( 0.3%) 0.0214 ( 0.3%) import-clang-decl
0.0017 ( 0.0%) 0.0031 ( 0.1%) 0.0048 ( 0.1%) 0.0048 ( 0.1%) IRGen
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0012 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) perform-sema
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) Type checking and Semantic analysis
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) typecheck-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
5.0089 (100.0%) 2.2354 (100.0%) 7.2444 (100.0%) 8.0331 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 4.8352 seconds (5.3009 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.3105 (100.0%) 1.5247 (100.0%) 4.8352 (100.0%) 5.3009 (100.0%) Building Target
3.3105 (100.0%) 1.5247 (100.0%) 4.8352 (100.0%) 5.3009 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k Compiling\ XCTAssertNoLeak.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713202202914-swift-frontend-XCTAssertNoLeak-XCTAssertNoLeak.swift-armv7k_apple_watchos2.0-o-Onone-1001301093.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.2704 seconds (0.2713 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0816 ( 51.6%) 0.0303 ( 27.0%) 0.1119 ( 41.4%) 0.1122 ( 41.4%) build-rewrite-system
0.0235 ( 14.9%) 0.0300 ( 26.7%) 0.0535 ( 19.8%) 0.0537 ( 19.8%) parse-and-resolve-imports
0.0231 ( 14.6%) 0.0291 ( 25.9%) 0.0522 ( 19.3%) 0.0524 ( 19.3%) Import resolution
0.0137 ( 8.7%) 0.0131 ( 11.7%) 0.0268 ( 9.9%) 0.0268 ( 9.9%) import-clang-decl
0.0018 ( 1.1%) 0.0026 ( 2.3%) 0.0044 ( 1.6%) 0.0044 ( 1.6%) IRGen
0.0026 ( 1.6%) 0.0012 ( 1.1%) 0.0038 ( 1.4%) 0.0038 ( 1.4%) perform-sema
0.0025 ( 1.6%) 0.0012 ( 1.1%) 0.0037 ( 1.4%) 0.0038 ( 1.4%) Type checking and Semantic analysis
0.0011 ( 0.7%) 0.0019 ( 1.7%) 0.0030 ( 1.1%) 0.0030 ( 1.1%) load-stdlib
0.0016 ( 1.0%) 0.0007 ( 0.6%) 0.0023 ( 0.9%) 0.0024 ( 0.9%) typecheck-expr
0.0012 ( 0.7%) 0.0008 ( 0.7%) 0.0019 ( 0.7%) 0.0020 ( 0.7%) typecheck-decl
0.0012 ( 0.8%) 0.0004 ( 0.3%) 0.0016 ( 0.6%) 0.0016 ( 0.6%) typecheck-stmt
0.0009 ( 0.6%) 0.0003 ( 0.3%) 0.0012 ( 0.5%) 0.0012 ( 0.5%) load-all-members
0.0009 ( 0.6%) 0.0003 ( 0.2%) 0.0012 ( 0.4%) 0.0012 ( 0.4%) precheck-target
0.0009 ( 0.6%) 0.0002 ( 0.2%) 0.0011 ( 0.4%) 0.0011 ( 0.4%) SILGen
0.0007 ( 0.4%) 0.0002 ( 0.1%) 0.0008 ( 0.3%) 0.0008 ( 0.3%) SILGen-function
0.0007 ( 0.4%) 0.0000 ( 0.0%) 0.0007 ( 0.3%) 0.0007 ( 0.3%) SIL optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.1582 (100.0%) 0.1122 (100.0%) 0.2704 (100.0%) 0.2713 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.2423 seconds (1.2881 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8422 (100.0%) 0.4001 (100.0%) 1.2423 (100.0%) 1.2881 (100.0%) Building Target
0.8422 (100.0%) 0.4001 (100.0%) 1.2423 (100.0%) 1.2881 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal armv7k Emitting module for XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriver\ Compilation\ Requirements XCTAssertNoLeak normal armv7k com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64_32 Emitting module for XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriver\ Compilation\ Requirements XCTAssertNoLeak normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64_32 Compiling\ AssertNoLeakContext.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713202277186-swift-frontend-XCTAssertNoLeak-AssertNoLeakContext.swift-arm64_32_apple_watchos2.0-o-Onone-764921987.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3674 seconds (0.3710 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0814 ( 35.1%) 0.0288 ( 21.3%) 0.1102 ( 30.0%) 0.1130 ( 30.4%) build-rewrite-system
0.0240 ( 10.4%) 0.0297 ( 21.9%) 0.0537 ( 14.6%) 0.0540 ( 14.5%) parse-and-resolve-imports
0.0236 ( 10.2%) 0.0289 ( 21.4%) 0.0526 ( 14.3%) 0.0528 ( 14.2%) Import resolution
0.0126 ( 5.4%) 0.0120 ( 8.8%) 0.0246 ( 6.7%) 0.0248 ( 6.7%) import-clang-decl
0.0167 ( 7.2%) 0.0063 ( 4.6%) 0.0229 ( 6.2%) 0.0230 ( 6.2%) perform-sema
0.0166 ( 7.1%) 0.0062 ( 4.6%) 0.0228 ( 6.2%) 0.0229 ( 6.2%) Type checking and Semantic analysis
0.0139 ( 6.0%) 0.0055 ( 4.1%) 0.0194 ( 5.3%) 0.0194 ( 5.2%) typecheck-expr
0.0134 ( 5.8%) 0.0053 ( 3.9%) 0.0187 ( 5.1%) 0.0187 ( 5.0%) typecheck-stmt
0.0086 ( 3.7%) 0.0037 ( 2.7%) 0.0123 ( 3.3%) 0.0123 ( 3.3%) precheck-target
0.0063 ( 2.7%) 0.0044 ( 3.3%) 0.0107 ( 2.9%) 0.0107 ( 2.9%) IRGen
0.0038 ( 1.6%) 0.0008 ( 0.6%) 0.0046 ( 1.2%) 0.0046 ( 1.2%) SILGen
0.0041 ( 1.8%) 0.0001 ( 0.0%) 0.0041 ( 1.1%) 0.0041 ( 1.1%) SIL optimization
0.0027 ( 1.2%) 0.0009 ( 0.7%) 0.0036 ( 1.0%) 0.0036 ( 1.0%) typecheck-decl
0.0011 ( 0.5%) 0.0023 ( 1.7%) 0.0034 ( 0.9%) 0.0035 ( 0.9%) load-stdlib
0.0024 ( 1.0%) 0.0004 ( 0.3%) 0.0028 ( 0.8%) 0.0028 ( 0.7%) SILGen-function
0.0007 ( 0.3%) 0.0002 ( 0.2%) 0.0009 ( 0.3%) 0.0009 ( 0.3%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2319 (100.0%) 0.1355 (100.0%) 0.3674 (100.0%) 0.3710 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1286 seconds (1.1517 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8960 (100.0%) 0.2326 (100.0%) 1.1286 (100.0%) 1.1517 (100.0%) Building Target
0.8960 (100.0%) 0.2326 (100.0%) 1.1286 (100.0%) 1.1517 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftmodule (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.swiftmodule
SwiftDriverJobDiscovery normal arm64 Emitting module for XCTAssertNoLeak (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriver\ Compilation\ Requirements XCTAssertNoLeak normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftinterface (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.swiftinterface
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Headers/XCTAssertNoLeak-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-Swift.h (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-Swift.h -arch armv7k /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Headers/XCTAssertNoLeak-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftdoc (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.private.swiftinterface (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.abi.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/armv7k-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftmodule (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftinterface (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftdoc (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.private.swiftinterface (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.abi.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftdoc (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.abi.json (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftsourceinfo (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/Project/armv7k-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftsourceinfo (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftsourceinfo (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
SwiftCompile normal armv7k Compiling\ AssertNoLeakContext.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713202320469-swift-frontend-XCTAssertNoLeak-AssertNoLeakContext.swift-armv7k_apple_watchos2.0-o-Onone-1149257577.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3417 seconds (0.3422 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0550 ( 25.6%) 0.0197 ( 15.6%) 0.0747 ( 21.9%) 0.0747 ( 21.8%) build-rewrite-system
0.0239 ( 11.1%) 0.0287 ( 22.6%) 0.0526 ( 15.4%) 0.0528 ( 15.4%) parse-and-resolve-imports
0.0236 ( 11.0%) 0.0281 ( 22.2%) 0.0517 ( 15.1%) 0.0519 ( 15.2%) Import resolution
0.0189 ( 8.8%) 0.0070 ( 5.5%) 0.0259 ( 7.6%) 0.0259 ( 7.6%) perform-sema
0.0188 ( 8.7%) 0.0070 ( 5.5%) 0.0258 ( 7.5%) 0.0258 ( 7.5%) Type checking and Semantic analysis
0.0132 ( 6.2%) 0.0119 ( 9.3%) 0.0251 ( 7.3%) 0.0251 ( 7.3%) import-clang-decl
0.0156 ( 7.3%) 0.0061 ( 4.8%) 0.0217 ( 6.3%) 0.0217 ( 6.3%) typecheck-expr
0.0148 ( 6.9%) 0.0058 ( 4.6%) 0.0206 ( 6.0%) 0.0206 ( 6.0%) typecheck-stmt
0.0093 ( 4.3%) 0.0039 ( 3.1%) 0.0132 ( 3.9%) 0.0132 ( 3.9%) precheck-target
0.0060 ( 2.8%) 0.0042 ( 3.3%) 0.0101 ( 3.0%) 0.0101 ( 3.0%) IRGen
0.0046 ( 2.2%) 0.0001 ( 0.1%) 0.0047 ( 1.4%) 0.0047 ( 1.4%) SIL optimization
0.0037 ( 1.7%) 0.0008 ( 0.7%) 0.0046 ( 1.3%) 0.0046 ( 1.3%) SILGen
0.0034 ( 1.6%) 0.0011 ( 0.9%) 0.0045 ( 1.3%) 0.0045 ( 1.3%) typecheck-decl
0.0010 ( 0.5%) 0.0019 ( 1.5%) 0.0029 ( 0.8%) 0.0029 ( 0.8%) load-stdlib
0.0024 ( 1.1%) 0.0004 ( 0.3%) 0.0028 ( 0.8%) 0.0028 ( 0.8%) SILGen-function
0.0006 ( 0.3%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.2%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2148 (100.0%) 0.1269 (100.0%) 0.3417 (100.0%) 0.3422 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.0174 seconds (1.0570 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6358 (100.0%) 0.3816 (100.0%) 1.0174 (100.0%) 1.0570 (100.0%) Building Target
0.6358 (100.0%) 0.3816 (100.0%) 1.0174 (100.0%) 1.0570 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal armv7k Compiling\ CustomTraversable.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713203553901-swift-frontend-XCTAssertNoLeak-CustomTraversable.swift-armv7k_apple_watchos2.0-o-Onone-2926537052.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.0952 seconds (0.0952 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0190 ( 39.0%) 0.0195 ( 41.9%) 0.0385 ( 40.4%) 0.0385 ( 40.4%) parse-and-resolve-imports
0.0187 ( 38.4%) 0.0180 ( 38.6%) 0.0367 ( 38.5%) 0.0366 ( 38.5%) Import resolution
0.0022 ( 4.6%) 0.0028 ( 6.0%) 0.0050 ( 5.3%) 0.0050 ( 5.3%) IRGen
0.0020 ( 4.1%) 0.0014 ( 3.0%) 0.0034 ( 3.6%) 0.0034 ( 3.6%) perform-sema
0.0020 ( 4.0%) 0.0014 ( 3.0%) 0.0034 ( 3.5%) 0.0034 ( 3.5%) Type checking and Semantic analysis
0.0010 ( 2.0%) 0.0015 ( 3.2%) 0.0025 ( 2.6%) 0.0025 ( 2.6%) load-stdlib
0.0014 ( 2.9%) 0.0008 ( 1.8%) 0.0022 ( 2.3%) 0.0022 ( 2.3%) typecheck-decl
0.0007 ( 1.5%) 0.0004 ( 0.8%) 0.0011 ( 1.1%) 0.0011 ( 1.1%) SILGen
0.0008 ( 1.6%) 0.0000 ( 0.1%) 0.0008 ( 0.8%) 0.0008 ( 0.8%) SIL optimization
0.0004 ( 0.9%) 0.0003 ( 0.7%) 0.0008 ( 0.8%) 0.0008 ( 0.8%) typecheck-stmt
0.0003 ( 0.6%) 0.0003 ( 0.6%) 0.0006 ( 0.6%) 0.0006 ( 0.6%) SILGen-function
0.0001 ( 0.1%) 0.0001 ( 0.2%) 0.0002 ( 0.2%) 0.0002 ( 0.2%) import-clang-decl
0.0001 ( 0.2%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) build-rewrite-system
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0486 (100.0%) 0.0466 (100.0%) 0.0952 (100.0%) 0.0952 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0719 seconds (0.0722 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0324 (100.0%) 0.0395 (100.0%) 0.0719 (100.0%) 0.0722 (100.0%) Building Target
0.0324 (100.0%) 0.0395 (100.0%) 0.0719 (100.0%) 0.0722 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal armv7k Compiling AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64_32 Compiling\ CustomTraversable.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713203628795-swift-frontend-XCTAssertNoLeak-CustomTraversable.swift-arm64_32_apple_watchos2.0-o-Onone-399856056.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1167 seconds (0.1174 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0219 ( 40.4%) 0.0281 ( 44.8%) 0.0500 ( 42.8%) 0.0503 ( 42.8%) parse-and-resolve-imports
0.0215 ( 39.7%) 0.0275 ( 43.8%) 0.0489 ( 41.9%) 0.0493 ( 42.0%) Import resolution
0.0024 ( 4.4%) 0.0031 ( 4.9%) 0.0054 ( 4.7%) 0.0054 ( 4.6%) IRGen
0.0019 ( 3.6%) 0.0007 ( 1.1%) 0.0026 ( 2.2%) 0.0026 ( 2.2%) perform-sema
0.0010 ( 1.8%) 0.0017 ( 2.6%) 0.0026 ( 2.2%) 0.0026 ( 2.2%) load-stdlib
0.0019 ( 3.5%) 0.0007 ( 1.1%) 0.0025 ( 2.2%) 0.0025 ( 2.2%) Type checking and Semantic analysis
0.0014 ( 2.7%) 0.0004 ( 0.7%) 0.0019 ( 1.6%) 0.0019 ( 1.6%) typecheck-decl
0.0006 ( 1.2%) 0.0002 ( 0.4%) 0.0008 ( 0.7%) 0.0008 ( 0.7%) SILGen
0.0007 ( 1.3%) 0.0000 ( 0.0%) 0.0008 ( 0.6%) 0.0008 ( 0.6%) SIL optimization
0.0003 ( 0.6%) 0.0002 ( 0.3%) 0.0005 ( 0.4%) 0.0005 ( 0.4%) typecheck-stmt
0.0003 ( 0.5%) 0.0001 ( 0.1%) 0.0003 ( 0.3%) 0.0003 ( 0.3%) SILGen-function
0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) import-clang-decl
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) build-rewrite-system
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0540 (100.0%) 0.0627 (100.0%) 0.1167 (100.0%) 0.1174 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0736 seconds (0.0739 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0347 (100.0%) 0.0388 (100.0%) 0.0736 (100.0%) 0.0739 (100.0%) Building Target
0.0347 (100.0%) 0.0388 (100.0%) 0.0736 (100.0%) 0.0739 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64_32 Compiling\ XCTAssertNoLeak.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Front/XCTAssertNoLeak.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713203631841-swift-frontend-XCTAssertNoLeak-XCTAssertNoLeak.swift-arm64_32_apple_watchos2.0-o-Onone-2431947216.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1285 seconds (0.1299 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0213 ( 34.2%) 0.0277 ( 42.0%) 0.0491 ( 38.2%) 0.0498 ( 38.3%) parse-and-resolve-imports
0.0211 ( 33.8%) 0.0271 ( 41.1%) 0.0482 ( 37.5%) 0.0489 ( 37.7%) Import resolution
0.0020 ( 3.2%) 0.0030 ( 4.5%) 0.0049 ( 3.9%) 0.0049 ( 3.8%) IRGen
0.0023 ( 3.6%) 0.0026 ( 3.9%) 0.0049 ( 3.8%) 0.0049 ( 3.7%) import-clang-decl
0.0022 ( 3.6%) 0.0008 ( 1.2%) 0.0031 ( 2.4%) 0.0031 ( 2.4%) perform-sema
0.0022 ( 3.5%) 0.0008 ( 1.2%) 0.0030 ( 2.3%) 0.0030 ( 2.3%) Type checking and Semantic analysis
0.0025 ( 4.0%) 0.0004 ( 0.6%) 0.0029 ( 2.3%) 0.0029 ( 2.2%) build-rewrite-system
0.0009 ( 1.4%) 0.0014 ( 2.2%) 0.0023 ( 1.8%) 0.0023 ( 1.8%) load-stdlib
0.0014 ( 2.3%) 0.0005 ( 0.7%) 0.0019 ( 1.5%) 0.0019 ( 1.5%) typecheck-expr
0.0012 ( 1.9%) 0.0004 ( 0.7%) 0.0016 ( 1.2%) 0.0016 ( 1.2%) load-all-members
0.0010 ( 1.6%) 0.0005 ( 0.8%) 0.0015 ( 1.2%) 0.0015 ( 1.2%) typecheck-decl
0.0011 ( 1.7%) 0.0002 ( 0.4%) 0.0013 ( 1.0%) 0.0013 ( 1.0%) typecheck-stmt
0.0009 ( 1.5%) 0.0002 ( 0.3%) 0.0011 ( 0.9%) 0.0012 ( 0.9%) SILGen
0.0009 ( 1.4%) 0.0002 ( 0.3%) 0.0010 ( 0.8%) 0.0010 ( 0.8%) precheck-target
0.0007 ( 1.1%) 0.0001 ( 0.2%) 0.0008 ( 0.6%) 0.0008 ( 0.6%) SILGen-function
0.0007 ( 1.1%) 0.0000 ( 0.0%) 0.0007 ( 0.6%) 0.0007 ( 0.6%) SIL optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0624 (100.0%) 0.0661 (100.0%) 0.1285 (100.0%) 0.1299 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.1700 seconds (0.1708 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1151 (100.0%) 0.0549 (100.0%) 0.1700 (100.0%) 0.1708 (100.0%) Building Target
0.1151 (100.0%) 0.0549 (100.0%) 0.1700 (100.0%) 0.1708 (100.0%) Total
SwiftDriverJobDiscovery normal armv7k Compiling OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal armv7k Compiling\ Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713203677445-swift-frontend-XCTAssertNoLeak-Assert.swift-armv7k_apple_watchos2.0-o-Onone-2743212299.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1156 seconds (0.1157 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0215 ( 38.2%) 0.0260 ( 43.7%) 0.0474 ( 41.0%) 0.0474 ( 41.0%) parse-and-resolve-imports
0.0212 ( 37.7%) 0.0253 ( 42.6%) 0.0465 ( 40.2%) 0.0465 ( 40.2%) Import resolution
0.0030 ( 5.4%) 0.0035 ( 5.9%) 0.0065 ( 5.7%) 0.0065 ( 5.7%) IRGen
0.0010 ( 1.8%) 0.0017 ( 2.8%) 0.0027 ( 2.3%) 0.0027 ( 2.3%) load-stdlib
0.0019 ( 3.5%) 0.0007 ( 1.2%) 0.0027 ( 2.3%) 0.0027 ( 2.3%) perform-sema
0.0019 ( 3.3%) 0.0007 ( 1.2%) 0.0026 ( 2.2%) 0.0026 ( 2.2%) Type checking and Semantic analysis
0.0012 ( 2.2%) 0.0005 ( 0.8%) 0.0017 ( 1.5%) 0.0017 ( 1.5%) typecheck-decl
0.0012 ( 2.1%) 0.0004 ( 0.7%) 0.0016 ( 1.4%) 0.0016 ( 1.4%) typecheck-expr
0.0010 ( 1.8%) 0.0004 ( 0.6%) 0.0014 ( 1.2%) 0.0014 ( 1.2%) typecheck-stmt
0.0011 ( 1.9%) 0.0002 ( 0.4%) 0.0013 ( 1.1%) 0.0013 ( 1.1%) SILGen
0.0009 ( 1.6%) 0.0000 ( 0.0%) 0.0009 ( 0.8%) 0.0009 ( 0.8%) SIL optimization
0.0003 ( 0.5%) 0.0001 ( 0.1%) 0.0003 ( 0.3%) 0.0003 ( 0.3%) SILGen-function
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) build-rewrite-system
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0562 (100.0%) 0.0595 (100.0%) 0.1156 (100.0%) 0.1157 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0729 seconds (0.0729 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0357 (100.0%) 0.0372 (100.0%) 0.0729 (100.0%) 0.0729 (100.0%) Building Target
0.0357 (100.0%) 0.0372 (100.0%) 0.0729 (100.0%) 0.0729 (100.0%) Total
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal armv7k Compiling\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal armv7k /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713203702853-swift-frontend-XCTAssertNoLeak-Node.swift-armv7k_apple_watchos2.0-o-Onone-577619359.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3474 seconds (0.3474 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0422 ( 17.3%) 0.0102 ( 9.9%) 0.0525 ( 15.1%) 0.0525 ( 15.1%) perform-sema
0.0421 ( 17.3%) 0.0102 ( 9.9%) 0.0524 ( 15.1%) 0.0524 ( 15.1%) Type checking and Semantic analysis
0.0227 ( 9.3%) 0.0282 ( 27.3%) 0.0509 ( 14.7%) 0.0509 ( 14.7%) parse-and-resolve-imports
0.0224 ( 9.2%) 0.0277 ( 26.8%) 0.0501 ( 14.4%) 0.0501 ( 14.4%) Import resolution
0.0311 ( 12.7%) 0.0058 ( 5.6%) 0.0368 ( 10.6%) 0.0368 ( 10.6%) typecheck-stmt
0.0165 ( 6.8%) 0.0051 ( 4.9%) 0.0216 ( 6.2%) 0.0216 ( 6.2%) typecheck-decl
0.0127 ( 5.2%) 0.0025 ( 2.4%) 0.0151 ( 4.4%) 0.0151 ( 4.4%) typecheck-expr
0.0110 ( 4.5%) 0.0014 ( 1.3%) 0.0123 ( 3.5%) 0.0123 ( 3.5%) SILGen
0.0087 ( 3.6%) 0.0034 ( 3.3%) 0.0122 ( 3.5%) 0.0122 ( 3.5%) IRGen
0.0094 ( 3.8%) 0.0026 ( 2.5%) 0.0120 ( 3.5%) 0.0120 ( 3.4%) build-rewrite-system
0.0094 ( 3.8%) 0.0012 ( 1.1%) 0.0105 ( 3.0%) 0.0105 ( 3.0%) SILGen-function
0.0074 ( 3.0%) 0.0002 ( 0.2%) 0.0075 ( 2.2%) 0.0075 ( 2.2%) SIL optimization
0.0055 ( 2.3%) 0.0007 ( 0.7%) 0.0062 ( 1.8%) 0.0062 ( 1.8%) precheck-target
0.0018 ( 0.7%) 0.0025 ( 2.4%) 0.0043 ( 1.2%) 0.0043 ( 1.2%) import-clang-decl
0.0010 ( 0.4%) 0.0017 ( 1.7%) 0.0028 ( 0.8%) 0.0028 ( 0.8%) load-stdlib
0.0001 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2440 (100.0%) 0.1034 (100.0%) 0.3474 (100.0%) 0.3474 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.2152 seconds (0.2257 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1563 (100.0%) 0.0589 (100.0%) 0.2152 (100.0%) 0.2257 (100.0%) Building Target
0.1563 (100.0%) 0.0589 (100.0%) 0.2152 (100.0%) 0.2257 (100.0%) Total
SwiftDriverJobDiscovery normal arm64 Compiling Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64_32 Compiling\ OldSwiftSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713203715833-swift-frontend-XCTAssertNoLeak-OldSwiftSupport.swift-arm64_32_apple_watchos2.0-o-Onone-4028452477.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1075 seconds (0.1075 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0226 ( 47.8%) 0.0285 ( 47.4%) 0.0512 ( 47.6%) 0.0512 ( 47.6%) parse-and-resolve-imports
0.0223 ( 47.0%) 0.0279 ( 46.4%) 0.0502 ( 46.7%) 0.0502 ( 46.7%) Import resolution
0.0014 ( 2.9%) 0.0022 ( 3.7%) 0.0036 ( 3.3%) 0.0036 ( 3.3%) IRGen
0.0010 ( 2.0%) 0.0013 ( 2.2%) 0.0023 ( 2.1%) 0.0023 ( 2.1%) load-stdlib
0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) perform-sema
0.0000 ( 0.0%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) Type checking and Semantic analysis
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) typecheck-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0474 (100.0%) 0.0601 (100.0%) 0.1075 (100.0%) 0.1075 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0625 seconds (0.0625 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0270 (100.0%) 0.0355 (100.0%) 0.0625 (100.0%) 0.0625 (100.0%) Building Target
0.0270 (100.0%) 0.0355 (100.0%) 0.0625 (100.0%) 0.0625 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Compiling Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64 Compiling\ OldSwiftSupport.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713203727537-swift-frontend-XCTAssertNoLeak-OldSwiftSupport.swift-arm64_apple_watchos2.0-o-Onone-2346107938.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1116 seconds (0.1119 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0224 ( 47.8%) 0.0309 ( 47.6%) 0.0533 ( 47.7%) 0.0534 ( 47.7%) parse-and-resolve-imports
0.0220 ( 46.9%) 0.0303 ( 46.7%) 0.0522 ( 46.8%) 0.0524 ( 46.8%) Import resolution
0.0014 ( 2.9%) 0.0020 ( 3.2%) 0.0034 ( 3.1%) 0.0034 ( 3.1%) IRGen
0.0009 ( 2.0%) 0.0014 ( 2.2%) 0.0024 ( 2.1%) 0.0024 ( 2.1%) load-stdlib
0.0001 ( 0.2%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) perform-sema
0.0000 ( 0.0%) 0.0000 ( 0.1%) 0.0001 ( 0.1%) 0.0001 ( 0.1%) Type checking and Semantic analysis
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) typecheck-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SILGen
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0469 (100.0%) 0.0648 (100.0%) 0.1116 (100.0%) 0.1119 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0636 seconds (0.0638 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0263 (100.0%) 0.0373 (100.0%) 0.0636 (100.0%) 0.0638 (100.0%) Building Target
0.0263 (100.0%) 0.0373 (100.0%) 0.0636 (100.0%) 0.0638 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal armv7k Compiling CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftCompile normal arm64_32 Compiling\ Assert.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713203729084-swift-frontend-XCTAssertNoLeak-Assert.swift-arm64_32_apple_watchos2.0-o-Onone-88003649.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.1226 seconds (0.1227 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0221 ( 38.7%) 0.0299 ( 45.8%) 0.0521 ( 42.5%) 0.0521 ( 42.5%) parse-and-resolve-imports
0.0219 ( 38.3%) 0.0294 ( 44.9%) 0.0513 ( 41.8%) 0.0513 ( 41.8%) Import resolution
0.0024 ( 4.3%) 0.0022 ( 3.4%) 0.0047 ( 3.8%) 0.0047 ( 3.8%) IRGen
0.0009 ( 1.6%) 0.0016 ( 2.5%) 0.0025 ( 2.1%) 0.0025 ( 2.1%) load-stdlib
0.0020 ( 3.5%) 0.0005 ( 0.8%) 0.0025 ( 2.1%) 0.0025 ( 2.1%) perform-sema
0.0019 ( 3.4%) 0.0005 ( 0.8%) 0.0025 ( 2.0%) 0.0025 ( 2.0%) Type checking and Semantic analysis
0.0012 ( 2.1%) 0.0004 ( 0.5%) 0.0016 ( 1.3%) 0.0016 ( 1.3%) typecheck-decl
0.0012 ( 2.0%) 0.0003 ( 0.4%) 0.0014 ( 1.2%) 0.0014 ( 1.2%) typecheck-expr
0.0012 ( 2.0%) 0.0003 ( 0.4%) 0.0014 ( 1.1%) 0.0014 ( 1.1%) SILGen
0.0011 ( 1.9%) 0.0003 ( 0.4%) 0.0013 ( 1.1%) 0.0013 ( 1.1%) typecheck-stmt
0.0009 ( 1.6%) 0.0000 ( 0.0%) 0.0009 ( 0.7%) 0.0009 ( 0.7%) SIL optimization
0.0003 ( 0.5%) 0.0001 ( 0.1%) 0.0003 ( 0.3%) 0.0003 ( 0.3%) SILGen-function
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) build-rewrite-system
0.0000 ( 0.1%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0572 (100.0%) 0.0654 (100.0%) 0.1226 (100.0%) 0.1227 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.0739 seconds (0.0739 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0351 (100.0%) 0.0387 (100.0%) 0.0739 (100.0%) 0.0739 (100.0%) Building Target
0.0351 (100.0%) 0.0387 (100.0%) 0.0739 (100.0%) 0.0739 (100.0%) Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64_32 Compiling AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal armv7k Compiling XCTAssertNoLeak.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling XCTAssertNoLeak.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64_32 Compiling Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64_32 Compiling CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal armv7k Compiling Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64_32 Compiling OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriver\ Compilation XCTAssertNoLeak normal arm64 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/Binary/XCTAssertNoLeak normal arm64 (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.LinkFileList -install_name @rpath/XCTAssertNoLeak.framework/XCTAssertNoLeak -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -framework XCTest -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/Binary/XCTAssertNoLeak
SwiftDriverJobDiscovery normal arm64_32 Compiling Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64_32 Compiling XCTAssertNoLeak.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriver\ Compilation XCTAssertNoLeak normal arm64_32 com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/Binary/XCTAssertNoLeak normal arm64_32 (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64_32-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.LinkFileList -install_name @rpath/XCTAssertNoLeak.framework/XCTAssertNoLeak -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.swiftmodule -framework XCTest -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/Binary/XCTAssertNoLeak
SwiftDriverJobDiscovery normal armv7k Compiling Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriver\ Compilation XCTAssertNoLeak normal armv7k com.apple.xcode.tools.swift.compiler (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name XCTAssertNoLeak -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -plugin-path /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/host/plugins/testing -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target armv7k-apple-watchos2.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -enable-library-evolution -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-OutputFileMap.json -use-frontend-parseable-output -save-temps -no-color-diagnostics -serialize-diagnostics -emit-dependencies -emit-module -emit-module-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftinterface -emit-private-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.private.swiftinterface -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/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources-normal/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources/armv7k -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak-Swift.h -no-verify-emitted-module-interface -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/Binary/XCTAssertNoLeak normal armv7k (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target armv7k-apple-watchos2.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.LinkFileList -install_name @rpath/XCTAssertNoLeak.framework/XCTAssertNoLeak -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.swiftmodule -framework XCTest -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/Binary/XCTAssertNoLeak
ld: warning: dylib (/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks/XCTest.framework/XCTest) was built for newer watchOS version (7.0) than being linked (2.0)
ld: warning: dylib (/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks/XCUIAutomation.framework/XCUIAutomation) was built for newer watchOS version (7.0) than being linked (2.0)
ld: warning: dylib (/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib/libXCTestSwiftSupport.dylib) was built for newer watchOS version (7.0) than being linked (2.0)
ld: warning: dylib (/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks/XCTest.framework/../../PrivateFrameworks///XCTestCore.framework/XCTestCore) was built for newer watchOS version (7.0) than being linked (2.0)
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/XCTAssertNoLeak normal arm64\ armv7k\ arm64_32 (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/Binary/XCTAssertNoLeak /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/Binary/XCTAssertNoLeak /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/Binary/XCTAssertNoLeak -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/XCTAssertNoLeak
ExtractAppIntentsMetadata (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name XCTAssertNoLeak --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 2.0 --bundle-identifier XCTAssertNoLeak --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework --target-triple arm64-apple-watchos2.0 --target-triple armv7k-apple-watchos2.0 --target-triple arm64_32-apple-watchos2.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/XCTAssertNoLeak --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/armv7k/XCTAssertNoLeak.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-watchos/XCTAssertNoLeak.build/Objects-normal/arm64_32/XCTAssertNoLeak.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 17:20:04.209 appintentsmetadataprocessor[718:4420] Starting appintentsmetadataprocessor export
2025-04-26 17:20:04.213 appintentsmetadataprocessor[718:4420] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/XCTAssertNoLeak.framework/XCTAssertNoLeak.tbd (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework/XCTAssertNoLeak -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/XCTAssertNoLeak.framework/XCTAssertNoLeak.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/XCTAssertNoLeak.framework
/Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj: warning: The watchOS deployment target 'WATCHOS_DEPLOYMENT_TARGET' is set to 2.0, but the range of supported deployment target versions is 4.0 to 11.4.99. (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "XCTAssertNoLeak",
"name" : "XCTAssertNoLeak",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "9.0"
},
{
"name" : "macos",
"version" : "10.11"
},
{
"name" : "tvos",
"version" : "9.0"
},
{
"name" : "watchos",
"version" : "2.0"
}
],
"products" : [
{
"name" : "XCTAssertNoLeak",
"targets" : [
"XCTAssertNoLeak"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "XCTAssertNoLeakTests",
"module_type" : "SwiftTarget",
"name" : "XCTAssertNoLeakTests",
"path" : "Tests/XCTAssertNoLeakTests",
"sources" : [
"NodeTests.swift",
"OldSwiftSupport.swift",
"XCTAssertNoLeakTests.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"XCTAssertNoLeak"
],
"type" : "test"
},
{
"c99name" : "XCTAssertNoLeak",
"module_type" : "SwiftTarget",
"name" : "XCTAssertNoLeak",
"path" : "Sources/XCTAssertNoLeak",
"product_memberships" : [
"XCTAssertNoLeak"
],
"sources" : [
"Core/Assert.swift",
"Core/AssertNoLeakContext.swift",
"Core/CustomTraversable.swift",
"Core/Node.swift",
"Core/OldSwiftSupport.swift",
"Front/XCTAssertNoLeak.swift"
],
"type" : "library"
}
],
"tools_version" : "5.0"
}
Done.