Build Information
Successful build of OSLogging with Swift 6.0 for tvOS using Xcode 16.0.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme OSLogging -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Build Log
========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Alexander-Ignition/OSLogging.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Alexander-Ignition/OSLogging
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 2370acd Support only Apple platforms
Cloned https://github.com/Alexander-Ignition/OSLogging.git
Revision (git rev-parse @):
2370acda786974f59d1726c4662620b9d036a817
SUCCESS checkout https://github.com/Alexander-Ignition/OSLogging.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.0
Building package at path: $workDir
https://github.com/Alexander-Ignition/OSLogging.git
Command line invocation:
/Applications/Xcode-15.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Fetching from https://github.com/apple/swift-log.git
Creating working copy of package ‘swift-log’
Checking out 1.1.1 of package ‘swift-log’
Resolved source packages:
OSLogging: /Users/admin/builder/spi-builder-workspace
swift-log: https://github.com/apple/swift-log.git @ 1.1.1
resolved source packages: OSLogging, swift-log
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "OSLogging",
"name" : "OSLogging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "OSLogging",
"targets" : [
"OSLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSLogging",
"module_type" : "SwiftTarget",
"name" : "OSLogging",
"path" : "Sources/OSLogging",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"OSLogging"
],
"sources" : [
"OSLogHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
{
"workspace" : {
"name" : "spi-builder-workspace",
"schemes" : [
"OSLogging"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a xcodebuild -IDEClonedSourcePackagesDirPathOverride=$workDir/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $workDir/.derivedData build -scheme OSLogging -destination generic/platform=tvos OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete
Command line invocation:
/Applications/Xcode-15.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 OSLogging -destination generic/platform=tvos "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete"
User defaults from command line:
IDEClonedSourcePackagesDirPathOverride = /Users/admin/builder/spi-builder-workspace/.dependencies
IDEDerivedDataPathOverride = /Users/admin/builder/spi-builder-workspace/.derivedData
IDEPackageSupportToolchainOverrideForManifestLoading = org.swift.600202405261a
IDEPackageSupportUseBuiltinSCM = YES
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete
TOOLCHAINS = org.swift.600202405261a
Resolve Package Graph
Resolved source packages:
swift-log: https://github.com/apple/swift-log.git @ 1.1.1
OSLogging: /Users/admin/builder/spi-builder-workspace
Prepare packages
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (4 targets)
Target 'OSLogging' in project 'OSLogging'
➜ Explicit dependency on target 'OSLogging' in project 'OSLogging'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'OSLogging' in project 'OSLogging'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log'
➜ Explicit dependency on target 'Logging' in project 'swift-log'
Target 'Logging' in project 'swift-log' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -v
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -x c -c /dev/null
ExecuteExternalTool /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/ld -version_details
Build description signature: 47fcb6d58ca0a59aaf9541fe58ad59ee
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/47fcb6d58ca0a59aaf9541fe58ad59ee.xcbuilddata
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'.
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
cd /Users/admin/builder/spi-builder-workspace/.swiftpm/xcode
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Logging' from project 'swift-log')
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Logging.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Logging.modulemap (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Logging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.LinkFileList (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-OutputFileMap.json
SwiftDriver Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-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/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Logging -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.o -index-unit-output-path /swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Logging -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.o -index-unit-output-path /swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/LogHandler.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats/stats-1717052958455431-swift-frontend-Logging-LogHandler.swift-arm64_apple_tvos12.0-o-Onone-1531551524.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.5086 seconds (4.4608 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0068 ( 0.6%) 0.0110 ( 0.8%) 0.0179 ( 0.7%) 0.9750 ( 21.9%) parse-and-resolve-imports
0.0065 ( 0.6%) 0.0107 ( 0.8%) 0.0172 ( 0.7%) 0.9743 ( 21.8%) Import resolution
0.2580 ( 23.4%) 0.5267 ( 37.4%) 0.7847 ( 31.3%) 0.7867 ( 17.6%) SemanticDeclAttrsRequest
0.2320 ( 21.1%) 0.1802 ( 12.8%) 0.4122 ( 16.4%) 0.4132 ( 9.3%) USRGenerationRequest
0.1352 ( 12.3%) 0.2544 ( 18.1%) 0.3896 ( 15.5%) 0.3908 ( 8.8%) ActorIsolationRequest
0.0647 ( 5.9%) 0.0910 ( 6.5%) 0.1557 ( 6.2%) 0.1558 ( 3.5%) InterfaceTypeRequest
0.0756 ( 6.9%) 0.0695 ( 4.9%) 0.1450 ( 5.8%) 0.1456 ( 3.3%) CollectOverriddenDeclsRequest
0.0673 ( 6.1%) 0.0398 ( 2.8%) 0.1071 ( 4.3%) 0.1074 ( 2.4%) build-rewrite-system
0.0613 ( 5.6%) 0.0430 ( 3.1%) 0.1043 ( 4.2%) 0.1049 ( 2.4%) ProvideDefaultImplForRequest
0.0171 ( 1.6%) 0.0284 ( 2.0%) 0.0455 ( 1.8%) 0.0457 ( 1.0%) IsDynamicRequest
0.0159 ( 1.4%) 0.0276 ( 2.0%) 0.0434 ( 1.7%) 0.0436 ( 1.0%) AttachedPropertyWrappersRequest
0.0021 ( 0.2%) 0.0070 ( 0.5%) 0.0091 ( 0.4%) 0.0396 ( 0.9%) load-stdlib
0.0167 ( 1.5%) 0.0205 ( 1.5%) 0.0372 ( 1.5%) 0.0375 ( 0.8%) QualifiedLookupRequest
0.0181 ( 1.6%) 0.0097 ( 0.7%) 0.0278 ( 1.1%) 0.0278 ( 0.6%) LookupConformanceInModuleRequest
0.0116 ( 1.1%) 0.0104 ( 0.7%) 0.0219 ( 0.9%) 0.0219 ( 0.5%) ExpandPeerMacroRequest
0.0102 ( 0.9%) 0.0067 ( 0.5%) 0.0169 ( 0.7%) 0.0170 ( 0.4%) HasIsolatedSelfRequest
0.0095 ( 0.9%) 0.0050 ( 0.4%) 0.0144 ( 0.6%) 0.0145 ( 0.3%) ExpandMemberAttributeMacros
0.0099 ( 0.9%) 0.0038 ( 0.3%) 0.0137 ( 0.5%) 0.0137 ( 0.3%) AbstractGenericSignatureRequest
0.0082 ( 0.7%) 0.0040 ( 0.3%) 0.0123 ( 0.5%) 0.0125 ( 0.3%) DirectLookupRequest
0.0076 ( 0.7%) 0.0046 ( 0.3%) 0.0122 ( 0.5%) 0.0121 ( 0.3%) GlobalActorAttributeRequest
0.0090 ( 0.8%) 0.0025 ( 0.2%) 0.0116 ( 0.5%) 0.0116 ( 0.3%) LookupAllConformancesInContextRequest
0.0058 ( 0.5%) 0.0041 ( 0.3%) 0.0099 ( 0.4%) 0.0099 ( 0.2%) IsFinalRequest
0.0052 ( 0.5%) 0.0039 ( 0.3%) 0.0090 ( 0.4%) 0.0092 ( 0.2%) DynamicallyReplacedDeclRequest
0.0034 ( 0.3%) 0.0054 ( 0.4%) 0.0088 ( 0.4%) 0.0088 ( 0.2%) HasInitAccessorRequest
0.0032 ( 0.3%) 0.0029 ( 0.2%) 0.0061 ( 0.2%) 0.0061 ( 0.1%) perform-sema
0.0031 ( 0.3%) 0.0029 ( 0.2%) 0.0060 ( 0.2%) 0.0060 ( 0.1%) TypeCheckSourceFileRequest
0.0031 ( 0.3%) 0.0028 ( 0.2%) 0.0059 ( 0.2%) 0.0059 ( 0.1%) Type checking and Semantic analysis
0.0030 ( 0.3%) 0.0027 ( 0.2%) 0.0057 ( 0.2%) 0.0058 ( 0.1%) typecheck-decl
0.0034 ( 0.3%) 0.0023 ( 0.2%) 0.0057 ( 0.2%) 0.0057 ( 0.1%) OverriddenDeclsRequest
0.0030 ( 0.3%) 0.0020 ( 0.1%) 0.0050 ( 0.2%) 0.0051 ( 0.1%) AccessLevelRequest
0.0014 ( 0.1%) 0.0033 ( 0.2%) 0.0047 ( 0.2%) 0.0050 ( 0.1%) IRGenRequest
0.0022 ( 0.2%) 0.0022 ( 0.2%) 0.0045 ( 0.2%) 0.0045 ( 0.1%) ModuleQualifiedLookupRequest
0.0025 ( 0.2%) 0.0019 ( 0.1%) 0.0043 ( 0.2%) 0.0043 ( 0.1%) HasStorageRequest
0.0009 ( 0.1%) 0.0028 ( 0.2%) 0.0037 ( 0.1%) 0.0037 ( 0.1%) IRGen
0.0022 ( 0.2%) 0.0012 ( 0.1%) 0.0034 ( 0.1%) 0.0034 ( 0.1%) LifetimeDependenceInfoRequest
0.0014 ( 0.1%) 0.0012 ( 0.1%) 0.0026 ( 0.1%) 0.0026 ( 0.1%) ResolveTypeRequest
0.0010 ( 0.1%) 0.0014 ( 0.1%) 0.0024 ( 0.1%) 0.0024 ( 0.1%) PotentialMacroExpansionsInContextRequest
0.0014 ( 0.1%) 0.0009 ( 0.1%) 0.0023 ( 0.1%) 0.0023 ( 0.1%) LookupInModuleRequest
0.0007 ( 0.1%) 0.0007 ( 0.1%) 0.0014 ( 0.1%) 0.0014 ( 0.0%) ResultTypeRequest
0.0008 ( 0.1%) 0.0005 ( 0.0%) 0.0013 ( 0.1%) 0.0013 ( 0.0%) CompareDeclSpecializationRequest
0.0007 ( 0.1%) 0.0005 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) SPIGroupsRequest
0.0007 ( 0.1%) 0.0003 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) IsActorRequest
0.0005 ( 0.0%) 0.0005 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) UnqualifiedLookupRequest
0.0004 ( 0.0%) 0.0004 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) performUnqualifiedLookup
0.0006 ( 0.1%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) ParseTopLevelDeclsRequest
0.0004 ( 0.0%) 0.0004 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) ProtocolDependenciesRequest
0.0006 ( 0.1%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) ParseSourceFileRequest
0.0004 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) InheritedDeclsReferencedRequest
0.0004 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) SimpleDidSetRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) UnderlyingTypeRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) GenericParamListRequest
0.0004 ( 0.0%) 0.0002 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) RequirementSignatureRequest
0.0003 ( 0.0%) 0.0003 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) import-clang-decl
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) GenericSignatureRequest
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ExtendedNominalRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ExpandExtensionMacros
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) IsObjCRequest
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) AllInheritedProtocolsRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ResolveImplicitMemberRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) IsDistributedActorRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ConditionalRequirementsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ImplicitKnownProtocolConformanceRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) StructuralRequirementsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ProtocolRequirementsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ABIMembersRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) verify-all-loaded-modules
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ExecuteSILPipelineRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AST verification
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) CheckRedeclarationRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasDynamicMemberLookupAttributeRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ParseMembersRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) TypeCheckFunctionBodyRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PatternBindingEntryRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ASTLoweringRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PatternTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsSetterMutatingRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) StorageImplInfoRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) EnumRawTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PublicSymbolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0000 ( 0.0%) ApplyAccessNoteRequest
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%) LocalDiscriminatorsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SILgen-decl
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InheritedTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RawCommentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) OpaqueReadOwnershipRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsGetterMutatingRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CustomAttrNominalRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SynthesizeAccessorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) GlobalActorInstanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsNonUserModuleRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimaryAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResolveMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultInitializerIsolation
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%) TypeAliasRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsImplicitlyUnwrappedOptionalRequest
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%) PropertyWrapperAuxiliaryVariablesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfAccessKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentWeakLinkedImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DirectOperatorLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ParamSpecifierRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClassAncestryFlagsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ObjCInterfaceAndImplementationRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsFunctionBodySkippedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExistentialConformsToSelfRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CxxRecordSemantics
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueModifyCoroutineRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandBodyMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AttachedResultBuilderRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromWhereClauseRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandPreambleMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ProtocolRequiresClassRequest
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%) SuperclassDeclRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LocalTypeDeclsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueAccessorsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperMutabilityRequest
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%) FragileFunctionKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImport
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) UnderlyingTypeDeclsReferencedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsStaticRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ModuleImplicitImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasImportsMatchingFlagRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SetterAccessLevelRequest
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%) ExpandSynthesizedMemberMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsAccessorTransparentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperInitializerInfoRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimarySourceFilesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentSPIOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImportSameFileRequest
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%) SynthesizeMainFunctionRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
1.1007 (100.0%) 1.4079 (100.0%) 2.5086 (100.0%) 4.4608 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.1105 seconds (5.0465 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.9107 (100.0%) 1.1998 (100.0%) 3.1105 (100.0%) 5.0465 (100.0%) Building Target
1.9107 (100.0%) 1.1998 (100.0%) 3.1105 (100.0%) 5.0465 (100.0%) Total
SwiftEmitModule normal arm64 Emitting\ module\ for\ Logging (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Logging -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-master-emit-module.d -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.abi.json
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats/stats-1717052958455361-swift-frontend-Logging-all-arm64_apple_tvos12.0-swiftmodule-Onone-2845964078.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.3558 seconds (2.5868 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.6541 ( 39.4%) 0.1853 ( 26.7%) 0.8395 ( 35.6%) 0.9178 ( 35.5%) parse-and-resolve-imports
0.6538 ( 39.3%) 0.1851 ( 26.7%) 0.8389 ( 35.6%) 0.9173 ( 35.5%) Import resolution
0.0402 ( 2.4%) 0.0407 ( 5.9%) 0.0809 ( 3.4%) 0.0853 ( 3.3%) perform-sema
0.0395 ( 2.4%) 0.0399 ( 5.7%) 0.0794 ( 3.4%) 0.0839 ( 3.2%) TypeCheckSourceFileRequest
0.0395 ( 2.4%) 0.0399 ( 5.7%) 0.0793 ( 3.4%) 0.0837 ( 3.2%) Type checking and Semantic analysis
0.0357 ( 2.1%) 0.0367 ( 5.3%) 0.0724 ( 3.1%) 0.0767 ( 3.0%) typecheck-decl
0.0019 ( 0.1%) 0.0067 ( 1.0%) 0.0086 ( 0.4%) 0.0465 ( 1.8%) load-stdlib
0.0184 ( 1.1%) 0.0142 ( 2.0%) 0.0326 ( 1.4%) 0.0335 ( 1.3%) ExecuteSILPipelineRequest
0.0108 ( 0.7%) 0.0134 ( 1.9%) 0.0243 ( 1.0%) 0.0273 ( 1.1%) InterfaceTypeRequest
0.0142 ( 0.9%) 0.0094 ( 1.4%) 0.0237 ( 1.0%) 0.0239 ( 0.9%) ASTLoweringRequest
0.0126 ( 0.8%) 0.0088 ( 1.3%) 0.0214 ( 0.9%) 0.0216 ( 0.8%) SILgen-decl
0.0127 ( 0.8%) 0.0082 ( 1.2%) 0.0209 ( 0.9%) 0.0210 ( 0.8%) verify-all-loaded-modules
0.0110 ( 0.7%) 0.0096 ( 1.4%) 0.0206 ( 0.9%) 0.0207 ( 0.8%) SIL optimization
0.0084 ( 0.5%) 0.0084 ( 1.2%) 0.0167 ( 0.7%) 0.0171 ( 0.7%) ResolveValueWitnessesRequest
0.0103 ( 0.6%) 0.0039 ( 0.6%) 0.0142 ( 0.6%) 0.0143 ( 0.6%) build-rewrite-system
0.0059 ( 0.4%) 0.0055 ( 0.8%) 0.0113 ( 0.5%) 0.0134 ( 0.5%) ResolveTypeRequest
0.0066 ( 0.4%) 0.0053 ( 0.8%) 0.0120 ( 0.5%) 0.0129 ( 0.5%) typecheck-expr
0.0068 ( 0.4%) 0.0031 ( 0.4%) 0.0099 ( 0.4%) 0.0117 ( 0.5%) LookupConformanceInModuleRequest
0.0044 ( 0.3%) 0.0057 ( 0.8%) 0.0100 ( 0.4%) 0.0107 ( 0.4%) QualifiedLookupRequest
0.0061 ( 0.4%) 0.0039 ( 0.6%) 0.0100 ( 0.4%) 0.0101 ( 0.4%) SILGen-function
0.0052 ( 0.3%) 0.0037 ( 0.5%) 0.0089 ( 0.4%) 0.0092 ( 0.4%) UnqualifiedLookupRequest
0.0036 ( 0.2%) 0.0051 ( 0.7%) 0.0088 ( 0.4%) 0.0088 ( 0.3%) Serialization, swiftmodule
0.0048 ( 0.3%) 0.0030 ( 0.4%) 0.0078 ( 0.3%) 0.0082 ( 0.3%) performUnqualifiedLookup
0.0027 ( 0.2%) 0.0039 ( 0.6%) 0.0066 ( 0.3%) 0.0075 ( 0.3%) ActorIsolationRequest
0.0035 ( 0.2%) 0.0031 ( 0.4%) 0.0065 ( 0.3%) 0.0067 ( 0.3%) TypeCheckFunctionBodyRequest
0.0039 ( 0.2%) 0.0015 ( 0.2%) 0.0054 ( 0.2%) 0.0066 ( 0.3%) LookupInModuleRequest
0.0027 ( 0.2%) 0.0020 ( 0.3%) 0.0047 ( 0.2%) 0.0054 ( 0.2%) DirectLookupRequest
0.0029 ( 0.2%) 0.0020 ( 0.3%) 0.0050 ( 0.2%) 0.0050 ( 0.2%) PatternBindingEntryRequest
0.0025 ( 0.2%) 0.0020 ( 0.3%) 0.0045 ( 0.2%) 0.0046 ( 0.2%) typecheck-stmt
0.0022 ( 0.1%) 0.0024 ( 0.3%) 0.0046 ( 0.2%) 0.0046 ( 0.2%) StoredPropertiesRequest
0.0014 ( 0.1%) 0.0025 ( 0.4%) 0.0038 ( 0.2%) 0.0038 ( 0.1%) AttachedPropertyWrappersRequest
0.0013 ( 0.1%) 0.0014 ( 0.2%) 0.0027 ( 0.1%) 0.0034 ( 0.1%) ResultTypeRequest
0.0019 ( 0.1%) 0.0013 ( 0.2%) 0.0033 ( 0.1%) 0.0033 ( 0.1%) ResolveTypeWitnessesRequest
0.0015 ( 0.1%) 0.0018 ( 0.3%) 0.0033 ( 0.1%) 0.0033 ( 0.1%) Serialization, swiftdoc
0.0019 ( 0.1%) 0.0011 ( 0.2%) 0.0030 ( 0.1%) 0.0030 ( 0.1%) SIL verification, pre-optimization
0.0010 ( 0.1%) 0.0007 ( 0.1%) 0.0017 ( 0.1%) 0.0030 ( 0.1%) UnderlyingTypeRequest
0.0012 ( 0.1%) 0.0017 ( 0.2%) 0.0029 ( 0.1%) 0.0029 ( 0.1%) LocalDiscriminatorsRequest
0.0015 ( 0.1%) 0.0008 ( 0.1%) 0.0022 ( 0.1%) 0.0022 ( 0.1%) PatternTypeRequest
0.0006 ( 0.0%) 0.0006 ( 0.1%) 0.0012 ( 0.1%) 0.0021 ( 0.1%) ModuleQualifiedLookupRequest
0.0010 ( 0.1%) 0.0011 ( 0.2%) 0.0020 ( 0.1%) 0.0020 ( 0.1%) DefaultArgumentExprRequest
0.0007 ( 0.0%) 0.0011 ( 0.2%) 0.0018 ( 0.1%) 0.0019 ( 0.1%) ExpandPeerMacroRequest
0.0007 ( 0.0%) 0.0009 ( 0.1%) 0.0016 ( 0.1%) 0.0016 ( 0.1%) ABIMembersRequest
0.0008 ( 0.0%) 0.0007 ( 0.1%) 0.0015 ( 0.1%) 0.0015 ( 0.1%) precheck-expr
0.0006 ( 0.0%) 0.0008 ( 0.1%) 0.0014 ( 0.1%) 0.0014 ( 0.1%) AST verification
0.0004 ( 0.0%) 0.0004 ( 0.1%) 0.0009 ( 0.0%) 0.0014 ( 0.1%) HasIsolatedSelfRequest
0.0007 ( 0.0%) 0.0005 ( 0.1%) 0.0012 ( 0.1%) 0.0012 ( 0.0%) Serialization, swiftsourceinfo
0.0006 ( 0.0%) 0.0005 ( 0.1%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) NamingPatternRequest
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) USRGenerationRequest
0.0004 ( 0.0%) 0.0007 ( 0.1%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) PotentialMacroExpansionsInContextRequest
0.0005 ( 0.0%) 0.0006 ( 0.1%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) GenericSignatureRequest
0.0006 ( 0.0%) 0.0003 ( 0.0%) 0.0009 ( 0.0%) 0.0011 ( 0.0%) ParseTopLevelDeclsRequest
0.0004 ( 0.0%) 0.0006 ( 0.1%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) IsFunctionBodySkippedRequest
0.0005 ( 0.0%) 0.0005 ( 0.1%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) SynthesizeMemberwiseInitRequest
0.0004 ( 0.0%) 0.0007 ( 0.1%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) PropertyWrapperAuxiliaryVariablesRequest
0.0005 ( 0.0%) 0.0005 ( 0.1%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) InheritedDeclsReferencedRequest
0.0003 ( 0.0%) 0.0007 ( 0.1%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) AllMembersRequest
0.0007 ( 0.0%) 0.0002 ( 0.0%) 0.0009 ( 0.0%) 0.0010 ( 0.0%) ParseAbstractFunctionBodyRequest
0.0006 ( 0.0%) 0.0002 ( 0.0%) 0.0008 ( 0.0%) 0.0010 ( 0.0%) ParseSourceFileRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0009 ( 0.0%) IsActorRequest
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) ExpandMemberAttributeMacros
0.0004 ( 0.0%) 0.0004 ( 0.1%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) CheckRedeclarationRequest
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) import-clang-decl
0.0003 ( 0.0%) 0.0004 ( 0.1%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) IsDynamicRequest
0.0004 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) SimpleDidSetRequest
0.0006 ( 0.0%) 0.0001 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) SIL verification, post-optimization
0.0003 ( 0.0%) 0.0004 ( 0.1%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) FragileFunctionKindRequest
0.0003 ( 0.0%) 0.0004 ( 0.1%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) StorageImplInfoRequest
0.0006 ( 0.0%) 0.0000 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) ParseMembersRequest
0.0003 ( 0.0%) 0.0003 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) ResolveImplicitMemberRequest
0.0004 ( 0.0%) 0.0001 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) SemanticBriefCommentRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) IsGetterMutatingRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) HasInitAccessorRequest
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ExtendedNominalRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ExtendedTypeRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ProtocolDependenciesRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) OpaqueReadOwnershipRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) IsObjCRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) GenericParamListRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ImplicitKnownProtocolConformanceRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) RequiresOpaqueAccessorsRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) LookupAllConformancesInContextRequest
0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) AssociatedConformanceRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) InheritedTypeRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) RequirementSignatureRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) SPIGroupsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) PatternBindingCheckedAndContextualizedInitRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) DefaultInitializerIsolation
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) LifetimeDependenceInfoRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) NeedsNewVTableEntryRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) AccessLevelRequest
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) RawCommentRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ObjCInterfaceAndImplementationRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ParamSpecifierRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) InferredGenericSignatureRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) GlobalActorAttributeRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ProtocolRequirementsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) OverriddenDeclsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) SemanticUnavailableAttrRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) DynamicallyReplacedDeclRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) IsImplicitlyUnwrappedOptionalRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) DefaultTypeRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) IsFinalRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0001 ( 0.0%) ApplyAccessNoteRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasMemberwiseInitRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsSetterMutatingRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ConditionalRequirementsRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) LookupInfixOperatorRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ExpandExtensionMacros
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PreCheckFunctionBodyRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SynthesizeAccessorRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) FunctionOperatorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) StructuralRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ValueWitnessRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasUserDefinedDesignatedInitRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AttachedResultBuilderRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SelfAccessKindRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AbstractGenericSignatureRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsStaticRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AllInheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasDefaultInitRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasSelfOrAssociatedTypeRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) HasStorageRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0000 ( 0.0%) CompareDeclSpecializationRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsAccessorTransparentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperMutabilityRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ValidatePrecedenceGroupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResultBuilderTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LookupPrecedenceGroupRequest
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%) LocalTypeDeclsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsDistributedActorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandAccessorMacros
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%) InitAccessorPropertiesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) EnumRawTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ReferencedAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) MemberwiseInitPropertiesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DirectOperatorLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasDynamicMemberLookupAttributeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsABICompatibleOverrideRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueModifyCoroutineRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandSynthesizedMemberMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PolymorphicEffectKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperBackingPropertyTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperInitializerInfoRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SynthesizeMainFunctionRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) TypeAliasRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromGenericSignatureRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ConformanceAccessScopeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimaryAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasCircularRawValueRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SetterAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentWeakLinkedImportsRequest
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%) ExpandPreambleMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultAndMaxAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentSPIOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandBodyMacroRequest
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%) ExistentialConformsToSelfRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DirectPrecedenceGroupLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImport
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuperclassDeclRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ProtocolRequiresClassRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuppressesConformanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ModuleImplicitImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) EnumRawValuesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CxxRecordSemantics
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AttachedPropertyWrapperTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasImportsMatchingFlagRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuperclassTypeRequest
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%) CheckInconsistentAccessLevelOnImportSameFileRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClassAncestryFlagsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasMissingDesignatedInitializersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultArgumentTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromWhereClauseRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PreCheckReturnStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AreAllStoredPropertiesDefaultInitableRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ImportDeclRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsSingleValueStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimarySourceFilesRequest
1.6617 (100.0%) 0.6941 (100.0%) 2.3558 (100.0%) 2.5868 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.0128 seconds (1.1357 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.7446 (100.0%) 0.2681 (100.0%) 1.0128 (100.0%) 1.1357 (100.0%) Building Target
0.7446 (100.0%) 0.2681 (100.0%) 1.0128 (100.0%) 1.1357 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Logging.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Logging -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.o -index-unit-output-path /swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Logging -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.o -index-unit-output-path /swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats/stats-1717052958454981-swift-frontend-Logging-Logging.swift-arm64_apple_tvos12.0-o-Onone-2097682160.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.8043 seconds (5.6888 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0068 ( 0.4%) 0.0107 ( 0.5%) 0.0174 ( 0.5%) 0.9386 ( 16.5%) parse-and-resolve-imports
0.0065 ( 0.4%) 0.0104 ( 0.5%) 0.0169 ( 0.4%) 0.9381 ( 16.5%) Import resolution
0.2645 ( 14.4%) 0.5170 ( 26.4%) 0.7815 ( 20.5%) 0.7835 ( 13.8%) SemanticDeclAttrsRequest
0.1437 ( 7.8%) 0.2624 ( 13.4%) 0.4061 ( 10.7%) 0.4068 ( 7.2%) ActorIsolationRequest
0.2049 ( 11.1%) 0.1443 ( 7.4%) 0.3492 ( 9.2%) 0.3499 ( 6.2%) USRGenerationRequest
0.0754 ( 4.1%) 0.0977 ( 5.0%) 0.1731 ( 4.6%) 0.1733 ( 3.0%) InterfaceTypeRequest
0.0749 ( 4.1%) 0.0727 ( 3.7%) 0.1476 ( 3.9%) 0.1477 ( 2.6%) perform-sema
0.0758 ( 4.1%) 0.0692 ( 3.5%) 0.1450 ( 3.8%) 0.1455 ( 2.6%) CollectOverriddenDeclsRequest
0.0739 ( 4.0%) 0.0713 ( 3.6%) 0.1452 ( 3.8%) 0.1453 ( 2.6%) TypeCheckSourceFileRequest
0.0738 ( 4.0%) 0.0713 ( 3.6%) 0.1451 ( 3.8%) 0.1451 ( 2.6%) Type checking and Semantic analysis
0.0700 ( 3.8%) 0.0368 ( 1.9%) 0.1068 ( 2.8%) 0.1071 ( 1.9%) build-rewrite-system
0.0606 ( 3.3%) 0.0421 ( 2.1%) 0.1027 ( 2.7%) 0.1032 ( 1.8%) ProvideDefaultImplForRequest
0.0568 ( 3.1%) 0.0312 ( 1.6%) 0.0880 ( 2.3%) 0.0914 ( 1.6%) ExecuteSILPipelineRequest
0.0440 ( 2.4%) 0.0364 ( 1.9%) 0.0804 ( 2.1%) 0.0805 ( 1.4%) TypeCheckFunctionBodyRequest
0.0462 ( 2.5%) 0.0307 ( 1.6%) 0.0769 ( 2.0%) 0.0770 ( 1.4%) ASTLoweringRequest
0.0351 ( 1.9%) 0.0393 ( 2.0%) 0.0744 ( 2.0%) 0.0744 ( 1.3%) typecheck-decl
0.0390 ( 2.1%) 0.0309 ( 1.6%) 0.0699 ( 1.8%) 0.0700 ( 1.2%) typecheck-stmt
0.0400 ( 2.2%) 0.0278 ( 1.4%) 0.0679 ( 1.8%) 0.0679 ( 1.2%) SILgen-decl
0.0241 ( 1.3%) 0.0314 ( 1.6%) 0.0555 ( 1.5%) 0.0557 ( 1.0%) QualifiedLookupRequest
0.0337 ( 1.8%) 0.0166 ( 0.8%) 0.0503 ( 1.3%) 0.0504 ( 0.9%) LookupConformanceInModuleRequest
0.0299 ( 1.6%) 0.0198 ( 1.0%) 0.0497 ( 1.3%) 0.0497 ( 0.9%) verify-all-loaded-modules
0.0301 ( 1.6%) 0.0187 ( 1.0%) 0.0488 ( 1.3%) 0.0489 ( 0.9%) IRGenRequest
0.0286 ( 1.6%) 0.0197 ( 1.0%) 0.0484 ( 1.3%) 0.0484 ( 0.9%) SILGen-function
0.0178 ( 1.0%) 0.0286 ( 1.5%) 0.0464 ( 1.2%) 0.0467 ( 0.8%) IsDynamicRequest
0.0173 ( 0.9%) 0.0273 ( 1.4%) 0.0446 ( 1.2%) 0.0448 ( 0.8%) AttachedPropertyWrappersRequest
0.0219 ( 1.2%) 0.0182 ( 0.9%) 0.0402 ( 1.1%) 0.0402 ( 0.7%) typecheck-expr
0.0021 ( 0.1%) 0.0068 ( 0.3%) 0.0089 ( 0.2%) 0.0401 ( 0.7%) load-stdlib
0.0243 ( 1.3%) 0.0156 ( 0.8%) 0.0400 ( 1.1%) 0.0400 ( 0.7%) IRGen
0.0132 ( 0.7%) 0.0129 ( 0.7%) 0.0262 ( 0.7%) 0.0262 ( 0.5%) ExpandPeerMacroRequest
0.0187 ( 1.0%) 0.0050 ( 0.3%) 0.0237 ( 0.6%) 0.0247 ( 0.4%) SIL optimization
0.0139 ( 0.8%) 0.0091 ( 0.5%) 0.0230 ( 0.6%) 0.0230 ( 0.4%) DirectLookupRequest
0.0091 ( 0.5%) 0.0095 ( 0.5%) 0.0187 ( 0.5%) 0.0187 ( 0.3%) ResolveValueWitnessesRequest
0.0110 ( 0.6%) 0.0077 ( 0.4%) 0.0187 ( 0.5%) 0.0185 ( 0.3%) HasIsolatedSelfRequest
0.0118 ( 0.6%) 0.0044 ( 0.2%) 0.0162 ( 0.4%) 0.0163 ( 0.3%) AbstractGenericSignatureRequest
0.0100 ( 0.5%) 0.0057 ( 0.3%) 0.0158 ( 0.4%) 0.0156 ( 0.3%) ExpandMemberAttributeMacros
0.0080 ( 0.4%) 0.0048 ( 0.2%) 0.0129 ( 0.3%) 0.0128 ( 0.2%) GlobalActorAttributeRequest
0.0086 ( 0.5%) 0.0040 ( 0.2%) 0.0126 ( 0.3%) 0.0126 ( 0.2%) SIL verification, pre-optimization
0.0055 ( 0.3%) 0.0068 ( 0.3%) 0.0123 ( 0.3%) 0.0124 ( 0.2%) StoredPropertiesRequest
0.0094 ( 0.5%) 0.0024 ( 0.1%) 0.0118 ( 0.3%) 0.0119 ( 0.2%) LookupAllConformancesInContextRequest
0.0060 ( 0.3%) 0.0051 ( 0.3%) 0.0111 ( 0.3%) 0.0111 ( 0.2%) UnqualifiedLookupRequest
0.0061 ( 0.3%) 0.0046 ( 0.2%) 0.0107 ( 0.3%) 0.0109 ( 0.2%) IsFinalRequest
0.0056 ( 0.3%) 0.0043 ( 0.2%) 0.0099 ( 0.3%) 0.0100 ( 0.2%) performUnqualifiedLookup
0.0051 ( 0.3%) 0.0048 ( 0.2%) 0.0099 ( 0.3%) 0.0099 ( 0.2%) PatternBindingEntryRequest
0.0055 ( 0.3%) 0.0044 ( 0.2%) 0.0099 ( 0.3%) 0.0099 ( 0.2%) DynamicallyReplacedDeclRequest
0.0065 ( 0.4%) 0.0033 ( 0.2%) 0.0098 ( 0.3%) 0.0098 ( 0.2%) LookupInModuleRequest
0.0046 ( 0.3%) 0.0050 ( 0.3%) 0.0097 ( 0.3%) 0.0097 ( 0.2%) ResolveTypeRequest
0.0037 ( 0.2%) 0.0059 ( 0.3%) 0.0096 ( 0.3%) 0.0096 ( 0.2%) HasInitAccessorRequest
0.0036 ( 0.2%) 0.0029 ( 0.1%) 0.0065 ( 0.2%) 0.0065 ( 0.1%) ModuleQualifiedLookupRequest
0.0038 ( 0.2%) 0.0026 ( 0.1%) 0.0064 ( 0.2%) 0.0065 ( 0.1%) OverriddenDeclsRequest
0.0030 ( 0.2%) 0.0023 ( 0.1%) 0.0054 ( 0.1%) 0.0054 ( 0.1%) AccessLevelRequest
0.0020 ( 0.1%) 0.0034 ( 0.2%) 0.0054 ( 0.1%) 0.0054 ( 0.1%) PotentialMacroExpansionsInContextRequest
0.0034 ( 0.2%) 0.0019 ( 0.1%) 0.0053 ( 0.1%) 0.0053 ( 0.1%) precheck-expr
0.0028 ( 0.2%) 0.0023 ( 0.1%) 0.0051 ( 0.1%) 0.0051 ( 0.1%) HasStorageRequest
0.0022 ( 0.1%) 0.0023 ( 0.1%) 0.0045 ( 0.1%) 0.0045 ( 0.1%) HasSelfOrAssociatedTypeRequirementsRequest
0.0021 ( 0.1%) 0.0020 ( 0.1%) 0.0041 ( 0.1%) 0.0041 ( 0.1%) ResolveTypeWitnessesRequest
0.0031 ( 0.2%) 0.0009 ( 0.0%) 0.0039 ( 0.1%) 0.0039 ( 0.1%) SIL verification, post-optimization
0.0024 ( 0.1%) 0.0014 ( 0.1%) 0.0038 ( 0.1%) 0.0038 ( 0.1%) LifetimeDependenceInfoRequest
0.0018 ( 0.1%) 0.0012 ( 0.1%) 0.0031 ( 0.1%) 0.0031 ( 0.1%) import-clang-decl
0.0012 ( 0.1%) 0.0012 ( 0.1%) 0.0025 ( 0.1%) 0.0025 ( 0.0%) DefaultArgumentExprRequest
0.0010 ( 0.1%) 0.0014 ( 0.1%) 0.0024 ( 0.1%) 0.0024 ( 0.0%) AST verification
0.0015 ( 0.1%) 0.0008 ( 0.0%) 0.0023 ( 0.1%) 0.0023 ( 0.0%) PublicSymbolsRequest
0.0011 ( 0.1%) 0.0011 ( 0.1%) 0.0022 ( 0.1%) 0.0022 ( 0.0%) ResultTypeRequest
0.0013 ( 0.1%) 0.0008 ( 0.0%) 0.0021 ( 0.1%) 0.0021 ( 0.0%) CompareDeclSpecializationRequest
0.0010 ( 0.1%) 0.0009 ( 0.0%) 0.0020 ( 0.1%) 0.0020 ( 0.0%) PatternTypeRequest
0.0010 ( 0.1%) 0.0009 ( 0.0%) 0.0018 ( 0.0%) 0.0018 ( 0.0%) NamingPatternRequest
0.0008 ( 0.0%) 0.0009 ( 0.0%) 0.0017 ( 0.0%) 0.0017 ( 0.0%) InheritedDeclsReferencedRequest
0.0009 ( 0.0%) 0.0007 ( 0.0%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) SPIGroupsRequest
0.0009 ( 0.0%) 0.0007 ( 0.0%) 0.0016 ( 0.0%) 0.0016 ( 0.0%) SimpleDidSetRequest
0.0006 ( 0.0%) 0.0007 ( 0.0%) 0.0014 ( 0.0%) 0.0014 ( 0.0%) GenericSignatureRequest
0.0008 ( 0.0%) 0.0006 ( 0.0%) 0.0014 ( 0.0%) 0.0014 ( 0.0%) typecheck-for-each
0.0006 ( 0.0%) 0.0007 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) ABIMembersRequest
0.0006 ( 0.0%) 0.0007 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) SynthesizeMemberwiseInitRequest
0.0006 ( 0.0%) 0.0006 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) ResolveImplicitMemberRequest
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) ParseTopLevelDeclsRequest
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) ParseSourceFileRequest
0.0007 ( 0.0%) 0.0004 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) GenericParamListRequest
0.0006 ( 0.0%) 0.0003 ( 0.0%) 0.0010 ( 0.0%) 0.0010 ( 0.0%) IsActorRequest
0.0005 ( 0.0%) 0.0004 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) UnderlyingTypeRequest
0.0004 ( 0.0%) 0.0005 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) StorageImplInfoRequest
0.0004 ( 0.0%) 0.0004 ( 0.0%) 0.0008 ( 0.0%) 0.0009 ( 0.0%) IsObjCRequest
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) ImplicitKnownProtocolConformanceRequest
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) CheckRedeclarationRequest
0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) RequiresOpaqueAccessorsRequest
0.0004 ( 0.0%) 0.0004 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) LocalDiscriminatorsRequest
0.0004 ( 0.0%) 0.0004 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) ProtocolDependenciesRequest
0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) IsGetterMutatingRequest
0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) PreCheckFunctionBodyRequest
0.0003 ( 0.0%) 0.0003 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) ParseAbstractFunctionBodyRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ResultBuilderTypeRequest
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ConditionalRequirementsRequest
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) ExpandExtensionMacros
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ExtendedNominalRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ParamSpecifierRequest
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) DefaultInitializerIsolation
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ExtendedTypeRequest
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) AllInheritedProtocolsRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0004 ( 0.0%) SemanticUnavailableAttrRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) OpaqueReadOwnershipRequest
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) RequirementSignatureRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) IsDistributedActorRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) InheritedTypeRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) CallerSideDefaultArgExprRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) FragileFunctionKindRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) PatternBindingCheckedAndContextualizedInitRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) AssociatedConformanceRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) HasDynamicMemberLookupAttributeRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ObjCInterfaceAndImplementationRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0002 ( 0.0%) IsImplicitlyUnwrappedOptionalRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ProtocolRequirementsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) DefaultTypeRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ApplyAccessNoteRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) LookupInfixOperatorRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ValidatePrecedenceGroupRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) AllMembersRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) HasMemberwiseInitRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PropertyWrapperAuxiliaryVariablesRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) StructuralRequirementsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasUserDefinedDesignatedInitRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) RawCommentRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ParseMembersRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SynthesizeAccessorRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsSetterMutatingRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ValueWitnessRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) FunctionOperatorRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) LookupPrecedenceGroupRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) StoredPropertiesAndMissingMembersRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsFunctionBodySkippedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SelfAccessKindRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) LocalTypeDeclsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AttachedResultBuilderRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasDefaultInitRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) InferredGenericSignatureRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) InitAccessorPropertiesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) DirectOperatorLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PropertyWrapperMutabilityRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PolymorphicEffectKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) IsStaticRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ExpandAccessorMacros
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0000 ( 0.0%) IsNonUserModuleRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimaryAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) EnumRawTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsAccessorTransparentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClangRecordMemberLookup
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) GlobalActorInstanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsSingleValueStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SetterAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CustomAttrNominalRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) MemberwiseInitPropertiesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PreCheckReturnStmtRequest
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%) ResolveMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandBodyMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PreCheckClosureBodyRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClangDirectLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandPreambleMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ConformanceAccessScopeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueModifyCoroutineRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClosureEffectsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandSynthesizedMemberMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperInitializerInfoRequest
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%) InitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsABICompatibleOverrideRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) BodyInitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SynthesizeMainFunctionRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CxxRecordSemantics
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%) CheckInconsistentWeakLinkedImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasCircularRawValueRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuppressesConformanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClassAncestryFlagsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperBackingPropertyTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DirectPrecedenceGroupLookupRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultAndMaxAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuperclassDeclRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ReferencedAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ProtocolRequiresClassRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExistentialConformsToSelfRequest
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%) ModuleImplicitImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromGenericSignatureRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasImportsMatchingFlagRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) TypeAliasRequirementsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsDefaultActorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClosureHasResultExprRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AreAllStoredPropertiesDefaultInitableRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) EnumRawValuesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentSPIOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SpecializeAttrTargetDeclRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) UnderlyingTypeDeclsReferencedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfBoundsFromWhereClauseRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AttachedPropertyWrapperTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImportSameFileRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImport
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%) PrimarySourceFilesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuperclassTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultArgumentTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ImportDeclRequest
1.8427 (100.0%) 1.9616 (100.0%) 3.8043 (100.0%) 5.6888 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.5868 seconds (5.4654 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.2388 (100.0%) 1.3479 (100.0%) 2.5868 (100.0%) 5.4654 (100.0%) Building Target
1.2388 (100.0%) 1.3479 (100.0%) 2.5868 (100.0%) 5.4654 (100.0%) Total
SwiftCompile normal arm64 Compiling\ Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Logging -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.o -index-unit-output-path /swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats/stats-1717052958455528-swift-frontend-Logging-Locks.swift-arm64_apple_tvos12.0-o-Onone-2098848187.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 2.9784 seconds (5.0284 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0114 ( 0.9%) 0.0151 ( 0.9%) 0.0265 ( 0.9%) 1.0472 ( 20.8%) parse-and-resolve-imports
0.0110 ( 0.8%) 0.0147 ( 0.9%) 0.0257 ( 0.9%) 1.0464 ( 20.8%) Import resolution
0.2635 ( 20.0%) 0.5377 ( 32.4%) 0.8012 ( 26.9%) 0.8017 ( 15.9%) SemanticDeclAttrsRequest
0.2265 ( 17.2%) 0.1812 ( 10.9%) 0.4076 ( 13.7%) 0.4078 ( 8.1%) USRGenerationRequest
0.1395 ( 10.6%) 0.2658 ( 16.0%) 0.4053 ( 13.6%) 0.4054 ( 8.1%) ActorIsolationRequest
0.0677 ( 5.1%) 0.0974 ( 5.9%) 0.1650 ( 5.5%) 0.1651 ( 3.3%) InterfaceTypeRequest
0.0752 ( 5.7%) 0.0742 ( 4.5%) 0.1494 ( 5.0%) 0.1494 ( 3.0%) CollectOverriddenDeclsRequest
0.0682 ( 5.2%) 0.0443 ( 2.7%) 0.1125 ( 3.8%) 0.1125 ( 2.2%) build-rewrite-system
0.0602 ( 4.6%) 0.0467 ( 2.8%) 0.1069 ( 3.6%) 0.1070 ( 2.1%) ProvideDefaultImplForRequest
0.0176 ( 1.3%) 0.0288 ( 1.7%) 0.0464 ( 1.6%) 0.0464 ( 0.9%) IsDynamicRequest
0.0168 ( 1.3%) 0.0287 ( 1.7%) 0.0455 ( 1.5%) 0.0455 ( 0.9%) AttachedPropertyWrappersRequest
0.0175 ( 1.3%) 0.0245 ( 1.5%) 0.0420 ( 1.4%) 0.0420 ( 0.8%) QualifiedLookupRequest
0.0187 ( 1.4%) 0.0202 ( 1.2%) 0.0389 ( 1.3%) 0.0390 ( 0.8%) perform-sema
0.0185 ( 1.4%) 0.0200 ( 1.2%) 0.0386 ( 1.3%) 0.0386 ( 0.8%) TypeCheckSourceFileRequest
0.0185 ( 1.4%) 0.0200 ( 1.2%) 0.0385 ( 1.3%) 0.0385 ( 0.8%) Type checking and Semantic analysis
0.0125 ( 0.9%) 0.0164 ( 1.0%) 0.0289 ( 1.0%) 0.0353 ( 0.7%) load-stdlib
0.0215 ( 1.6%) 0.0125 ( 0.8%) 0.0340 ( 1.1%) 0.0340 ( 0.7%) LookupConformanceInModuleRequest
0.0149 ( 1.1%) 0.0151 ( 0.9%) 0.0301 ( 1.0%) 0.0301 ( 0.6%) TypeCheckFunctionBodyRequest
0.0141 ( 1.1%) 0.0141 ( 0.8%) 0.0282 ( 0.9%) 0.0282 ( 0.6%) typecheck-expr
0.0132 ( 1.0%) 0.0137 ( 0.8%) 0.0269 ( 0.9%) 0.0269 ( 0.5%) typecheck-stmt
0.0124 ( 0.9%) 0.0114 ( 0.7%) 0.0238 ( 0.8%) 0.0240 ( 0.5%) ExpandPeerMacroRequest
0.0103 ( 0.8%) 0.0130 ( 0.8%) 0.0233 ( 0.8%) 0.0234 ( 0.5%) IRGenRequest
0.0123 ( 0.9%) 0.0089 ( 0.5%) 0.0212 ( 0.7%) 0.0212 ( 0.4%) verify-all-loaded-modules
0.0115 ( 0.9%) 0.0060 ( 0.4%) 0.0175 ( 0.6%) 0.0179 ( 0.4%) ExecuteSILPipelineRequest
0.0106 ( 0.8%) 0.0070 ( 0.4%) 0.0176 ( 0.6%) 0.0176 ( 0.4%) HasIsolatedSelfRequest
0.0074 ( 0.6%) 0.0098 ( 0.6%) 0.0172 ( 0.6%) 0.0173 ( 0.3%) IRGen
0.0097 ( 0.7%) 0.0072 ( 0.4%) 0.0170 ( 0.6%) 0.0170 ( 0.3%) DirectLookupRequest
0.0095 ( 0.7%) 0.0051 ( 0.3%) 0.0147 ( 0.5%) 0.0147 ( 0.3%) ExpandMemberAttributeMacros
0.0066 ( 0.5%) 0.0076 ( 0.5%) 0.0142 ( 0.5%) 0.0142 ( 0.3%) typecheck-decl
0.0098 ( 0.7%) 0.0044 ( 0.3%) 0.0142 ( 0.5%) 0.0142 ( 0.3%) AbstractGenericSignatureRequest
0.0067 ( 0.5%) 0.0072 ( 0.4%) 0.0139 ( 0.5%) 0.0139 ( 0.3%) precheck-expr
0.0078 ( 0.6%) 0.0047 ( 0.3%) 0.0125 ( 0.4%) 0.0124 ( 0.2%) GlobalActorAttributeRequest
0.0093 ( 0.7%) 0.0030 ( 0.2%) 0.0123 ( 0.4%) 0.0123 ( 0.2%) LookupAllConformancesInContextRequest
0.0065 ( 0.5%) 0.0053 ( 0.3%) 0.0117 ( 0.4%) 0.0117 ( 0.2%) ASTLoweringRequest
0.0058 ( 0.4%) 0.0051 ( 0.3%) 0.0109 ( 0.4%) 0.0109 ( 0.2%) SILgen-decl
0.0060 ( 0.5%) 0.0043 ( 0.3%) 0.0103 ( 0.3%) 0.0104 ( 0.2%) IsFinalRequest
0.0060 ( 0.5%) 0.0041 ( 0.2%) 0.0100 ( 0.3%) 0.0100 ( 0.2%) LookupInModuleRequest
0.0055 ( 0.4%) 0.0039 ( 0.2%) 0.0094 ( 0.3%) 0.0095 ( 0.2%) DynamicallyReplacedDeclRequest
0.0048 ( 0.4%) 0.0046 ( 0.3%) 0.0094 ( 0.3%) 0.0094 ( 0.2%) SILGen-function
0.0036 ( 0.3%) 0.0058 ( 0.3%) 0.0094 ( 0.3%) 0.0094 ( 0.2%) HasInitAccessorRequest
0.0041 ( 0.3%) 0.0036 ( 0.2%) 0.0077 ( 0.3%) 0.0078 ( 0.2%) ModuleQualifiedLookupRequest
0.0036 ( 0.3%) 0.0030 ( 0.2%) 0.0066 ( 0.2%) 0.0066 ( 0.1%) UnqualifiedLookupRequest
0.0035 ( 0.3%) 0.0028 ( 0.2%) 0.0062 ( 0.2%) 0.0062 ( 0.1%) performUnqualifiedLookup
0.0037 ( 0.3%) 0.0023 ( 0.1%) 0.0060 ( 0.2%) 0.0059 ( 0.1%) OverriddenDeclsRequest
0.0022 ( 0.2%) 0.0032 ( 0.2%) 0.0053 ( 0.2%) 0.0053 ( 0.1%) StoredPropertiesRequest
0.0028 ( 0.2%) 0.0023 ( 0.1%) 0.0051 ( 0.2%) 0.0051 ( 0.1%) PatternBindingEntryRequest
0.0030 ( 0.2%) 0.0021 ( 0.1%) 0.0051 ( 0.2%) 0.0051 ( 0.1%) AccessLevelRequest
0.0025 ( 0.2%) 0.0018 ( 0.1%) 0.0043 ( 0.1%) 0.0044 ( 0.1%) HasStorageRequest
0.0015 ( 0.1%) 0.0029 ( 0.2%) 0.0044 ( 0.1%) 0.0044 ( 0.1%) PotentialMacroExpansionsInContextRequest
0.0016 ( 0.1%) 0.0025 ( 0.1%) 0.0041 ( 0.1%) 0.0041 ( 0.1%) ResolveTypeRequest
0.0036 ( 0.3%) 0.0002 ( 0.0%) 0.0038 ( 0.1%) 0.0038 ( 0.1%) SIL optimization
0.0022 ( 0.2%) 0.0016 ( 0.1%) 0.0038 ( 0.1%) 0.0038 ( 0.1%) import-clang-decl
0.0024 ( 0.2%) 0.0012 ( 0.1%) 0.0036 ( 0.1%) 0.0037 ( 0.1%) LifetimeDependenceInfoRequest
0.0010 ( 0.1%) 0.0011 ( 0.1%) 0.0020 ( 0.1%) 0.0021 ( 0.0%) ImplicitKnownProtocolConformanceRequest
0.0007 ( 0.1%) 0.0006 ( 0.0%) 0.0014 ( 0.0%) 0.0013 ( 0.0%) SPIGroupsRequest
0.0008 ( 0.1%) 0.0005 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) ParseTopLevelDeclsRequest
0.0007 ( 0.1%) 0.0006 ( 0.0%) 0.0013 ( 0.0%) 0.0013 ( 0.0%) CallerSideDefaultArgExprRequest
0.0007 ( 0.1%) 0.0005 ( 0.0%) 0.0012 ( 0.0%) 0.0013 ( 0.0%) ParseSourceFileRequest
0.0008 ( 0.1%) 0.0004 ( 0.0%) 0.0012 ( 0.0%) 0.0012 ( 0.0%) CompareDeclSpecializationRequest
0.0005 ( 0.0%) 0.0006 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) GenericSignatureRequest
0.0006 ( 0.0%) 0.0003 ( 0.0%) 0.0010 ( 0.0%) 0.0009 ( 0.0%) IsActorRequest
0.0005 ( 0.0%) 0.0004 ( 0.0%) 0.0009 ( 0.0%) 0.0009 ( 0.0%) PatternTypeRequest
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0008 ( 0.0%) 0.0008 ( 0.0%) GenericParamListRequest
0.0005 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) SimpleDidSetRequest
0.0004 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) ProtocolDependenciesRequest
0.0003 ( 0.0%) 0.0003 ( 0.0%) 0.0007 ( 0.0%) 0.0007 ( 0.0%) ExtendedNominalRequest
0.0003 ( 0.0%) 0.0004 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) ABIMembersRequest
0.0006 ( 0.0%) 0.0000 ( 0.0%) 0.0006 ( 0.0%) 0.0006 ( 0.0%) SIL verification, pre-optimization
0.0003 ( 0.0%) 0.0002 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) InheritedDeclsReferencedRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) IsObjCRequest
0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0005 ( 0.0%) 0.0005 ( 0.0%) UnderlyingTypeRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) ExpandExtensionMacros
0.0003 ( 0.0%) 0.0001 ( 0.0%) 0.0004 ( 0.0%) 0.0004 ( 0.0%) PublicSymbolsRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) AST verification
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) AllInheritedProtocolsRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) IsDistributedActorRequest
0.0002 ( 0.0%) 0.0002 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ResultTypeRequest
0.0003 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) SIL verification, post-optimization
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) RequirementSignatureRequest
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ConditionalRequirementsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) ResolveImplicitMemberRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) IsGetterMutatingRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) StorageImplInfoRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ObjCInterfaceAndImplementationRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) OpaqueReadOwnershipRequest
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) ParseMembersRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) CheckRedeclarationRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) InferredGenericSignatureRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasDynamicMemberLookupAttributeRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) LocalDiscriminatorsRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) DefaultTypeRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) RequiresOpaqueAccessorsRequest
0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) AllMembersRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) IsImplicitlyUnwrappedOptionalRequest
0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ParamSpecifierRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ExpandChildTypeRefinementContextsRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ResultBuilderTypeRequest
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) ApplyAccessNoteRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) HasCircularInheritedProtocolsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) PatternBindingCheckedAndContextualizedInitRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ResolveMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) GlobalActorInstanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasDefaultInitRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LookupInfixOperatorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CustomAttrNominalRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExtendedTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PreCheckFunctionBodyRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsNonUserModuleRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SemanticUnavailableAttrRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) FragileFunctionKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasUserDefinedDesignatedInitRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PolymorphicEffectKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperAuxiliaryVariablesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ParseAbstractFunctionBodyRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RawCommentRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DirectOperatorLookupRequest
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%) StoredPropertiesAndMissingMembersRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultInitializerIsolation
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimaryAssociatedTypesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentImplementationOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InitAccessorPropertiesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandAccessorMacros
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AttachedResultBuilderRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsFunctionBodySkippedRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SelfAccessKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ClassAncestryFlagsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CxxRecordSemantics
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentWeakLinkedImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperMutabilityRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) LocalTypeDeclsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandBodyMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsSetterMutatingRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandPreambleMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsStaticRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) NeedsNewVTableEntryRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PropertyWrapperInitializerInfoRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SynthesizeAccessorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) MemberwiseInitPropertiesRequest
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%) ExistentialConformsToSelfRequest
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%) BodyInitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PreCheckReturnStmtRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuppressesConformanceRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) HasImportsMatchingFlagRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SynthesizeMainFunctionRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ModuleImplicitImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuperclassDeclRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) ExpandSynthesizedMemberMacroRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentSPIOnlyImportsRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) InitKindRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) CheckInconsistentAccessLevelOnImport
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) UnderlyingTypeDeclsReferencedRequest
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%) CheckInconsistentAccessLevelOnImportSameFileRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SuperclassTypeRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) RequiresOpaqueModifyCoroutineRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsABICompatibleOverrideRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) DefaultAndMaxAccessLevelRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) PrimarySourceFilesRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) IsDefaultActorRequest
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) EnumRawTypeRequest
1.3194 (100.0%) 1.6591 (100.0%) 2.9784 (100.0%) 5.0284 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 2.3322 seconds (5.4510 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9978 (100.0%) 1.3343 (100.0%) 2.3322 (100.0%) 5.4510 (100.0%) Building Target
0.9978 (100.0%) 1.3343 (100.0%) 2.3322 (100.0%) 5.4510 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Locks.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/LogHandler.swift /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/Sources/Logging/Logging.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -suppress-warnings -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name Logging -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.o -index-unit-output-path /swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Locks.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftDriverJobDiscovery normal arm64 Emitting module for Logging (in target 'Logging' from project 'swift-log')
SwiftDriver\ Compilation\ Requirements Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-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/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Logging-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-Swift.h (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/Logging-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.abi.json (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
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/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftdoc (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
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/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftmodule (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
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/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
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/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/OSLogging.modulemap (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/OSLogging.modulemap
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OSLogging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/OSLogging.modulemap (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-copy -exclude .DS_Store -exclude CVS -exclude .svn -exclude .git -exclude .hg -resolve-src-symlinks /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/OSLogging.modulemap /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.SwiftFileList (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_const_extract_protocols.json (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-OutputFileMap.json (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-OutputFileMap.json
SwiftDriver OSLogging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name OSLogging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-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/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ OSLogHandler.swift /Users/admin/builder/spi-builder-workspace/Sources/OSLogging/OSLogHandler.swift (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OSLogging/OSLogHandler.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OSLogging -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.o -index-unit-output-path /OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/OSLogging/OSLogHandler.swift (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -c -primary-file /Users/admin/builder/spi-builder-workspace/Sources/OSLogging/OSLogHandler.swift -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.d -emit-const-values-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.swiftconstvalues -emit-reference-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.swiftdeps -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.dia -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OSLogging -frontend-parseable-output -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.o -index-unit-output-path /OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogHandler.o -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -index-system-modules
SwiftEmitModule normal arm64 Emitting\ module\ for\ OSLogging (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftTaskExecution -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swift-frontend -frontend -emit-module -experimental-skip-non-inlinable-function-bodies-without-types /Users/admin/builder/spi-builder-workspace/Sources/OSLogging/OSLogHandler.swift -target arm64-apple-tvos12.0 -Xllvm -aarch64-use-tbi -enable-objc-interop -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -no-color-diagnostics -enable-testing -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -swift-version 5 -enforce-exclusivity\=checked -stats-output-dir /Users/admin/builder/spi-builder-workspace/.stats -Onone -D SWIFT_PACKAGE -D DEBUG -serialize-debugging-options -const-gather-protocols-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_const_extract_protocols.json -strict-concurrency\=complete -empty-abi-descriptor -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -working-directory -Xcc /Users/admin/builder/spi-builder-workspace -resource-dir /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift -enable-anonymous-context-mangled-names -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/swift-overrides.hmap -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -module-name OSLogging -disable-clang-spi -target-sdk-version 17.4 -target-sdk-name appletvos17.4 -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -external-plugin-path /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/local/lib/swift/host/plugins\#/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/bin/swift-plugin-server -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/host/plugins -plugin-path /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/local/lib/swift/host/plugins -emit-module-doc-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftdoc -emit-module-source-info-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftsourceinfo -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-Swift.h -serialize-diagnostics-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-master-emit-module.dia -emit-dependencies-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-master-emit-module.d -parse-as-library -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftmodule -emit-abi-descriptor-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.abi.json
SwiftDriverJobDiscovery normal arm64 Compiling LogHandler.swift (in target 'Logging' from project 'swift-log')
SwiftDriverJobDiscovery normal arm64 Compiling Locks.swift (in target 'Logging' from project 'swift-log')
SwiftDriverJobDiscovery normal arm64 Compiling Logging.swift (in target 'Logging' from project 'swift-log')
SwiftDriver\ Compilation Logging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name Logging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.0 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -suppress-warnings -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-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/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.o normal (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -w -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/swift-log.build/Debug-appletvos/Logging.build/Objects-normal/arm64/Logging_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.o (in target 'Logging' from project 'swift-log')
cd /Users/admin/builder/spi-builder-workspace/.dependencies/checkouts/swift-log
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/Logging.o
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.LinkFileList (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.LinkFileList
SwiftDriverJobDiscovery normal arm64 Emitting module for OSLogging (in target 'OSLogging' from project 'OSLogging')
SwiftDriver\ Compilation\ Requirements OSLogging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name OSLogging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-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/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OSLogging-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-Swift.h (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/GeneratedModuleMaps-appletvos/OSLogging-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.abi.json (in target 'OSLogging' from project 'OSLogging')
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/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftdoc (in target 'OSLogging' from project 'OSLogging')
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/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftmodule (in target 'OSLogging' from project 'OSLogging')
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/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftsourceinfo (in target 'OSLogging' from project 'OSLogging')
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/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling OSLogHandler.swift (in target 'OSLogging' from project 'OSLogging')
SwiftDriver\ Compilation OSLogging normal arm64 com.apple.xcode.tools.swift.compiler (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/swiftc -module-name OSLogging -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -sdk /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -target arm64-apple-tvos12.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 -swift-version 5 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -I /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -F /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -parse-as-library -c -j10 -enable-batch-mode -incremental -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-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/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftmodule -validate-clang-modules-once -clang-build-session-file /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex/Session.modulevalidation -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/DerivedSources -Xcc -DSWIFT_PACKAGE -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging-Swift.h -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-appletvos/OSLogging.o normal (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos12.0 -r -isysroot /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -L/Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/usr/lib -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/PackageFrameworks -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -iframework /Applications/Xcode-15.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS17.4.sdk/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.LinkFileList -nostdlib -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_lto.o -Xlinker -export_dynamic -Xlinker -no_deduplicate -fobjc-link-runtime -L/Library/Developer/Toolchains/swift-6.0-DEVELOPMENT-SNAPSHOT-2024-05-26-a.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging.swiftmodule -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/OSLogging.build/Debug-appletvos/OSLogging.build/Objects-normal/arm64/OSLogging_dependency_info.dat -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.o
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.o (in target 'OSLogging' from project 'OSLogging')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/OSLogging.o
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'Logging' from project 'swift-log')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'OSLogging' from project 'OSLogging')
note: Using global toolchain override 'Swift 6.0 Development Snapshot 2024-05-26 (a)'. (in target 'OSLogging' from project 'OSLogging')
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
{
"identity" : "swift-log",
"requirement" : {
"range" : [
{
"lower_bound" : "1.0.0",
"upper_bound" : "2.0.0"
}
]
},
"type" : "sourceControl",
"url" : "https://github.com/apple/swift-log.git"
}
],
"manifest_display_name" : "OSLogging",
"name" : "OSLogging",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "10.0"
},
{
"name" : "macos",
"version" : "10.12"
},
{
"name" : "tvos",
"version" : "10.0"
},
{
"name" : "watchos",
"version" : "3.0"
}
],
"products" : [
{
"name" : "OSLogging",
"targets" : [
"OSLogging"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "OSLogging",
"module_type" : "SwiftTarget",
"name" : "OSLogging",
"path" : "Sources/OSLogging",
"product_dependencies" : [
"Logging"
],
"product_memberships" : [
"OSLogging"
],
"sources" : [
"OSLogHandler.swift"
],
"type" : "library"
}
],
"tools_version" : "5.1"
}
Done.