Build Information
Successful build of XCTAssertNoLeak, reference master (d24a03
), with Swift 6.1 for iOS using Xcode 16.3 on 27 Apr 2025 00:19:44 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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tarunon/xctassertnoleak.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tarunon/xctassertnoleak
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
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 master
========================================
Build
========================================
Selected platform: iOS
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=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme XCTAssertNoLeak -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 3f1ef0b58713321fb4d3ebe7ce6b3cf0
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/3f1ef0b58713321fb4d3ebe7ce6b3cf0.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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
cd /Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.LinkFileList
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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 iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Info.plist
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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/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\ Node.swift /Users/admin/builder/spi-builder-workspace/Sources/XCTAssertNoLeak/Core/Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
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
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745713176345477-swift-frontend-XCTAssertNoLeak-Node.swift-arm64_apple_ios9.0-o-Onone-3450953610.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5841 seconds (12.1181 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0306 ( 8.7%) 0.0702 ( 30.4%) 0.1008 ( 17.3%) 5.8356 ( 48.2%) parse-and-resolve-imports
0.0302 ( 8.6%) 0.0698 ( 30.1%) 0.0999 ( 17.1%) 5.8347 ( 48.1%) Import resolution
0.0771 ( 21.9%) 0.0240 ( 10.4%) 0.1011 ( 17.3%) 0.1010 ( 0.8%) build-rewrite-system
0.0016 ( 0.5%) 0.0086 ( 3.7%) 0.0103 ( 1.8%) 0.0747 ( 0.6%) load-stdlib
0.0450 ( 12.8%) 0.0116 ( 5.0%) 0.0566 ( 9.7%) 0.0566 ( 0.5%) perform-sema
0.0449 ( 12.7%) 0.0116 ( 5.0%) 0.0565 ( 9.7%) 0.0565 ( 0.5%) Type checking and Semantic analysis
0.0344 ( 9.8%) 0.0077 ( 3.3%) 0.0422 ( 7.2%) 0.0421 ( 0.3%) typecheck-stmt
0.0125 ( 3.5%) 0.0103 ( 4.5%) 0.0228 ( 3.9%) 0.0228 ( 0.2%) import-clang-decl
0.0168 ( 4.8%) 0.0046 ( 2.0%) 0.0214 ( 3.7%) 0.0214 ( 0.2%) typecheck-decl
0.0140 ( 4.0%) 0.0036 ( 1.6%) 0.0177 ( 3.0%) 0.0177 ( 0.1%) typecheck-expr
0.0096 ( 2.7%) 0.0039 ( 1.7%) 0.0135 ( 2.3%) 0.0135 ( 0.1%) IRGen
0.0113 ( 3.2%) 0.0021 ( 0.9%) 0.0135 ( 2.3%) 0.0135 ( 0.1%) SILGen
0.0099 ( 2.8%) 0.0019 ( 0.8%) 0.0118 ( 2.0%) 0.0118 ( 0.1%) SILGen-function
0.0074 ( 2.1%) 0.0001 ( 0.1%) 0.0075 ( 1.3%) 0.0075 ( 0.1%) SIL optimization
0.0064 ( 1.8%) 0.0009 ( 0.4%) 0.0073 ( 1.2%) 0.0073 ( 0.1%) precheck-target
0.0009 ( 0.3%) 0.0002 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 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%) 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.3527 (100.0%) 0.2314 (100.0%) 0.5841 (100.0%) 12.1181 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3273 seconds (7.1588 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8792 (100.0%) 0.4481 (100.0%) 1.3273 (100.0%) 7.1588 (100.0%) Building Target
0.8792 (100.0%) 0.4481 (100.0%) 1.3273 (100.0%) 7.1588 (100.0%) Total
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-1745713176342730-swift-frontend-XCTAssertNoLeak-CustomTraversable.swift-arm64_apple_ios9.0-o-Onone-2110759645.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3783 seconds (11.9583 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0327 ( 19.7%) 0.0800 ( 37.8%) 0.1128 ( 29.8%) 5.8668 ( 49.1%) parse-and-resolve-imports
0.0323 ( 19.4%) 0.0795 ( 37.5%) 0.1118 ( 29.5%) 5.8658 ( 49.1%) Import resolution
0.0762 ( 45.8%) 0.0239 ( 11.3%) 0.1001 ( 26.5%) 0.0999 ( 0.8%) build-rewrite-system
0.0017 ( 1.0%) 0.0124 ( 5.8%) 0.0141 ( 3.7%) 0.0862 ( 0.7%) load-stdlib
0.0125 ( 7.5%) 0.0102 ( 4.8%) 0.0227 ( 6.0%) 0.0227 ( 0.2%) import-clang-decl
0.0026 ( 1.6%) 0.0031 ( 1.5%) 0.0057 ( 1.5%) 0.0057 ( 0.0%) IRGen
0.0020 ( 1.2%) 0.0008 ( 0.4%) 0.0028 ( 0.7%) 0.0028 ( 0.0%) perform-sema
0.0019 ( 1.2%) 0.0008 ( 0.4%) 0.0027 ( 0.7%) 0.0027 ( 0.0%) Type checking and Semantic analysis
0.0015 ( 0.9%) 0.0006 ( 0.3%) 0.0021 ( 0.6%) 0.0021 ( 0.0%) typecheck-decl
0.0008 ( 0.5%) 0.0002 ( 0.1%) 0.0010 ( 0.3%) 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.0006 ( 0.4%) 0.0002 ( 0.1%) 0.0008 ( 0.2%) 0.0008 ( 0.0%) SILGen
0.0003 ( 0.2%) 0.0001 ( 0.1%) 0.0004 ( 0.1%) 0.0005 ( 0.0%) typecheck-stmt
0.0003 ( 0.2%) 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%) 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%) 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%) SIL verification, post-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.1664 (100.0%) 0.2119 (100.0%) 0.3783 (100.0%) 11.9583 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3036 seconds (7.1569 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8176 (100.0%) 0.4860 (100.0%) 1.3036 (100.0%) 7.1569 (100.0%) Building Target
0.8176 (100.0%) 0.4860 (100.0%) 1.3036 (100.0%) 7.1569 (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
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-1745713176340169-swift-frontend-XCTAssertNoLeak-Assert.swift-arm64_apple_ios9.0-o-Onone-3872278224.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4167 seconds (11.9665 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0365 ( 19.5%) 0.0764 ( 33.3%) 0.1129 ( 27.1%) 5.8752 ( 49.1%) parse-and-resolve-imports
0.0361 ( 19.3%) 0.0759 ( 33.1%) 0.1119 ( 26.9%) 5.8742 ( 49.1%) Import resolution
0.0764 ( 40.8%) 0.0230 ( 10.0%) 0.0994 ( 23.9%) 0.0993 ( 0.8%) build-rewrite-system
0.0123 ( 6.6%) 0.0383 ( 16.7%) 0.0506 ( 12.1%) 0.0759 ( 0.6%) load-stdlib
0.0123 ( 6.5%) 0.0096 ( 4.2%) 0.0218 ( 5.2%) 0.0218 ( 0.2%) import-clang-decl
0.0034 ( 1.8%) 0.0033 ( 1.4%) 0.0067 ( 1.6%) 0.0067 ( 0.1%) IRGen
0.0021 ( 1.1%) 0.0007 ( 0.3%) 0.0028 ( 0.7%) 0.0028 ( 0.0%) perform-sema
0.0020 ( 1.1%) 0.0007 ( 0.3%) 0.0027 ( 0.6%) 0.0027 ( 0.0%) Type checking and Semantic analysis
0.0013 ( 0.7%) 0.0005 ( 0.2%) 0.0018 ( 0.4%) 0.0018 ( 0.0%) typecheck-decl
0.0011 ( 0.6%) 0.0003 ( 0.1%) 0.0014 ( 0.3%) 0.0014 ( 0.0%) typecheck-expr
0.0010 ( 0.6%) 0.0003 ( 0.1%) 0.0013 ( 0.3%) 0.0013 ( 0.0%) typecheck-stmt
0.0008 ( 0.4%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) SILGen
0.0007 ( 0.4%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) load-all-members
0.0009 ( 0.5%) 0.0000 ( 0.0%) 0.0009 ( 0.2%) 0.0009 ( 0.0%) SIL optimization
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%) 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%) 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.1873 (100.0%) 0.2294 (100.0%) 0.4167 (100.0%) 11.9665 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.3480 seconds (7.1614 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8344 (100.0%) 0.5135 (100.0%) 1.3480 (100.0%) 7.1614 (100.0%) Building Target
0.8344 (100.0%) 0.5135 (100.0%) 1.3480 (100.0%) 7.1614 (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\ 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-1745713176345004-swift-frontend-XCTAssertNoLeak-AssertNoLeakContext.swift-arm64_apple_ios9.0-o-Onone-1803851784.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4727 seconds (11.8147 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0324 ( 13.4%) 0.0796 ( 34.4%) 0.1120 ( 23.7%) 5.7493 ( 48.7%) parse-and-resolve-imports
0.0320 ( 13.3%) 0.0790 ( 34.1%) 0.1110 ( 23.5%) 5.7483 ( 48.7%) Import resolution
0.0771 ( 32.0%) 0.0242 ( 10.5%) 0.1013 ( 21.4%) 0.1012 ( 0.9%) build-rewrite-system
0.0016 ( 0.7%) 0.0089 ( 3.8%) 0.0105 ( 2.2%) 0.0777 ( 0.7%) load-stdlib
0.0123 ( 5.1%) 0.0101 ( 4.3%) 0.0224 ( 4.7%) 0.0224 ( 0.2%) import-clang-decl
0.0164 ( 6.8%) 0.0052 ( 2.3%) 0.0216 ( 4.6%) 0.0216 ( 0.2%) perform-sema
0.0163 ( 6.8%) 0.0052 ( 2.3%) 0.0216 ( 4.6%) 0.0216 ( 0.2%) Type checking and Semantic analysis
0.0135 ( 5.6%) 0.0046 ( 2.0%) 0.0182 ( 3.8%) 0.0182 ( 0.2%) typecheck-expr
0.0131 ( 5.4%) 0.0044 ( 1.9%) 0.0175 ( 3.7%) 0.0175 ( 0.1%) typecheck-stmt
0.0087 ( 3.6%) 0.0031 ( 1.3%) 0.0119 ( 2.5%) 0.0119 ( 0.1%) precheck-target
0.0063 ( 2.6%) 0.0050 ( 2.2%) 0.0113 ( 2.4%) 0.0118 ( 0.1%) IRGen
0.0039 ( 1.6%) 0.0003 ( 0.1%) 0.0043 ( 0.9%) 0.0043 ( 0.0%) SIL optimization
0.0028 ( 1.2%) 0.0008 ( 0.3%) 0.0036 ( 0.8%) 0.0036 ( 0.0%) typecheck-decl
0.0023 ( 1.0%) 0.0004 ( 0.2%) 0.0027 ( 0.6%) 0.0027 ( 0.0%) SILGen
0.0016 ( 0.7%) 0.0003 ( 0.1%) 0.0019 ( 0.4%) 0.0019 ( 0.0%) SILGen-function
0.0007 ( 0.3%) 0.0002 ( 0.1%) 0.0009 ( 0.2%) 0.0009 ( 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%) 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%) 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%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2413 (100.0%) 0.2314 (100.0%) 0.4727 (100.0%) 11.8147 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4153 seconds (7.1569 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8864 (100.0%) 0.5290 (100.0%) 1.4153 (100.0%) 7.1569 (100.0%) Building Target
0.8864 (100.0%) 0.5290 (100.0%) 1.4153 (100.0%) 7.1569 (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
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-1745713176345386-swift-frontend-XCTAssertNoLeak-all-arm64_apple_ios9.0-swiftmodule-Onone-3111336418.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.3728 seconds (11.6401 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7577 ( 47.8%) 0.3785 ( 48.1%) 1.1362 ( 47.9%) 5.7314 ( 49.2%) parse-and-resolve-imports
0.7573 ( 47.7%) 0.3780 ( 48.1%) 1.1353 ( 47.8%) 5.7305 ( 49.2%) Import resolution
0.0015 ( 0.1%) 0.0077 ( 1.0%) 0.0092 ( 0.4%) 0.0861 ( 0.7%) load-stdlib
0.0150 ( 0.9%) 0.0044 ( 0.6%) 0.0195 ( 0.8%) 0.0195 ( 0.2%) perform-sema
0.0150 ( 0.9%) 0.0044 ( 0.6%) 0.0193 ( 0.8%) 0.0193 ( 0.2%) Type checking and Semantic analysis
0.0147 ( 0.9%) 0.0043 ( 0.5%) 0.0190 ( 0.8%) 0.0190 ( 0.2%) typecheck-decl
0.0112 ( 0.7%) 0.0044 ( 0.6%) 0.0155 ( 0.7%) 0.0155 ( 0.1%) SIL optimization
0.0085 ( 0.5%) 0.0012 ( 0.2%) 0.0097 ( 0.4%) 0.0097 ( 0.1%) build-rewrite-system
0.0014 ( 0.1%) 0.0017 ( 0.2%) 0.0031 ( 0.1%) 0.0031 ( 0.0%) import-clang-decl
0.0019 ( 0.1%) 0.0005 ( 0.1%) 0.0024 ( 0.1%) 0.0024 ( 0.0%) SILGen
0.0002 ( 0.0%) 0.0008 ( 0.1%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) Serialization, swiftdoc
0.0007 ( 0.0%) 0.0001 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) Serialization, swiftmodule
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) typecheck-expr
0.0004 ( 0.0%) 0.0001 ( 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.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%) 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
1.5864 (100.0%) 0.7863 (100.0%) 2.3728 (100.0%) 11.6401 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.1965 seconds (5.8689 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7930 (100.0%) 0.4035 (100.0%) 1.1965 (100.0%) 5.8689 (100.0%) Building Target
0.7930 (100.0%) 0.4035 (100.0%) 1.1965 (100.0%) 5.8689 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
cd /Users/admin/builder/spi-builder-workspace
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-1745713176345367-swift-frontend-XCTAssertNoLeak-XCTAssertNoLeak.swift-arm64_apple_ios9.0-o-Onone-596382448.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 8.7718 seconds (11.6547 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
3.4450 ( 49.2%) 0.8708 ( 49.0%) 4.3158 ( 49.2%) 5.7215 ( 49.1%) parse-and-resolve-imports
3.4446 ( 49.2%) 0.8707 ( 49.0%) 4.3153 ( 49.2%) 5.7210 ( 49.1%) Import resolution
0.0791 ( 1.1%) 0.0132 ( 0.7%) 0.0923 ( 1.1%) 0.0922 ( 0.8%) build-rewrite-system
0.0015 ( 0.0%) 0.0067 ( 0.4%) 0.0082 ( 0.1%) 0.0799 ( 0.7%) load-stdlib
0.0126 ( 0.2%) 0.0095 ( 0.5%) 0.0222 ( 0.3%) 0.0222 ( 0.2%) import-clang-decl
0.0026 ( 0.0%) 0.0044 ( 0.2%) 0.0070 ( 0.1%) 0.0070 ( 0.1%) IRGen
0.0021 ( 0.0%) 0.0001 ( 0.0%) 0.0023 ( 0.0%) 0.0023 ( 0.0%) perform-sema
0.0021 ( 0.0%) 0.0001 ( 0.0%) 0.0022 ( 0.0%) 0.0022 ( 0.0%) Type checking and Semantic analysis
0.0013 ( 0.0%) 0.0001 ( 0.0%) 0.0014 ( 0.0%) 0.0014 ( 0.0%) typecheck-expr
0.0011 ( 0.0%) 0.0001 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) typecheck-decl
0.0010 ( 0.0%) 0.0000 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) typecheck-stmt
0.0008 ( 0.0%) 0.0002 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) load-all-members
0.0008 ( 0.0%) 0.0000 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) precheck-target
0.0006 ( 0.0%) 0.0000 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) SILGen
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) SILGen-function
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 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%) 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, 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%) SIL verification, post-optimization
6.9957 (100.0%) 1.7761 (100.0%) 8.7718 (100.0%) 11.6547 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 5.9742 seconds (7.4891 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
4.4978 (100.0%) 1.4764 (100.0%) 5.9742 (100.0%) 7.4891 (100.0%) Building Target
4.4978 (100.0%) 1.4764 (100.0%) 5.9742 (100.0%) 7.4891 (100.0%) Total
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-1745713176344648-swift-frontend-XCTAssertNoLeak-OldSwiftSupport.swift-arm64_apple_ios9.0-o-Onone-2287906263.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.3647 seconds (11.6856 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0314 ( 19.7%) 0.0791 ( 38.5%) 0.1105 ( 30.3%) 5.7343 ( 49.1%) parse-and-resolve-imports
0.0310 ( 19.5%) 0.0786 ( 38.3%) 0.1096 ( 30.0%) 5.7334 ( 49.1%) Import resolution
0.0804 ( 50.5%) 0.0245 ( 11.9%) 0.1049 ( 28.8%) 0.1048 ( 0.9%) build-rewrite-system
0.0015 ( 1.0%) 0.0092 ( 4.5%) 0.0107 ( 2.9%) 0.0840 ( 0.7%) load-stdlib
0.0121 ( 7.6%) 0.0102 ( 5.0%) 0.0223 ( 6.1%) 0.0222 ( 0.2%) import-clang-decl
0.0019 ( 1.2%) 0.0034 ( 1.7%) 0.0053 ( 1.5%) 0.0053 ( 0.0%) IRGen
0.0009 ( 0.6%) 0.0002 ( 0.1%) 0.0011 ( 0.3%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) perform-sema
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 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%) get-conformance-access-path
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%) SILGen
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%) 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.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1592 (100.0%) 0.2055 (100.0%) 0.3647 (100.0%) 11.6856 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4176 seconds (7.1546 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8748 (100.0%) 0.5428 (100.0%) 1.4176 (100.0%) 7.1546 (100.0%) Building Target
0.8748 (100.0%) 0.5428 (100.0%) 1.4176 (100.0%) 7.1546 (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 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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/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
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Headers/XCTAssertNoLeak-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Headers/XCTAssertNoLeak-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.private.swiftinterface /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.private.swiftinterface
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Modules/XCTAssertNoLeak.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling CustomTraversable.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling OldSwiftSupport.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling Assert.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling AssertNoLeakContext.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling Node.swift (in target 'XCTAssertNoLeak' from project 'XCTAssertNoLeak')
SwiftDriverJobDiscovery normal arm64 Compiling XCTAssertNoLeak.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios9.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-iphoneos -I /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -emit-module-interface-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/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/Products/Debug-iphoneos/XCTAssertNoLeak.framework/XCTAssertNoLeak normal (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-ios9.0 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.swiftmodule -framework XCTest -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 9.0 --bundle-identifier XCTAssertNoLeak --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework --target-triple arm64-apple-ios9.0 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/XCTAssertNoLeak --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/Objects-normal/arm64/XCTAssertNoLeak.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 17:19:44.077 appintentsmetadataprocessor[702:4085] Starting appintentsmetadataprocessor export
2025-04-26 17:19:44.080 appintentsmetadataprocessor[702:4085] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/ssu --bundle-id XCTAssertNoLeak --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCTAssertNoLeak.build/Debug-iphoneos/XCTAssertNoLeak.build/XCTAssertNoLeak.DependencyMetadataFileList --archive-ssu-assets
2025-04-26 17:19:44.102 appintentsnltrainingprocessor[703:4086] Parsing options for appintentsnltrainingprocessor
2025-04-26 17:19:44.103 appintentsnltrainingprocessor[703:4086] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -L/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/usr/lib /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/XCTAssertNoLeak.framework/XCTAssertNoLeak -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/XCTAssertNoLeak.framework/XCTAssertNoLeak.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/XCTAssertNoLeak.framework
/Users/admin/builder/spi-builder-workspace/XCTAssertNoLeak.xcodeproj: warning: The iOS deployment target 'IPHONEOS_DEPLOYMENT_TARGET' is set to 9.0, but the range of supported deployment target versions is 12.0 to 18.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.