Build Information
Successful build of MessagePack, reference master (bbc5ab
), with Swift 6.1 for tvOS using Xcode 16.3 on 26 Apr 2025 10:58:18 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessagePack -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/flight-school/messagepack.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/messagepack
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at bbc5ab6 Bump version to 1.2.4
Cloned https://github.com/flight-school/messagepack.git
Revision (git rev-parse @):
bbc5ab6362db234f2051e73e67296ebf5c3d2042
SUCCESS checkout https://github.com/flight-school/messagepack.git at master
========================================
Build
========================================
Selected platform: tvOS
Swift version: 6.1
Building package at path: $PWD
https://github.com/flight-school/messagepack.git
https://github.com/flight-school/messagepack.git
{
"dependencies" : [
],
"manifest_display_name" : "MessagePack",
"name" : "MessagePack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MessagePack",
"targets" : [
"MessagePack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MessagePackTests",
"module_type" : "SwiftTarget",
"name" : "MessagePackTests",
"path" : "Tests/MessagePackTests",
"sources" : [
"Airport.swift",
"MessagePackDecodingTests.swift",
"MessagePackEncodingTests.swift",
"MessagePackPerformanceTests.swift",
"MessagePackRoundTripTests.swift"
],
"target_dependencies" : [
"MessagePack"
],
"type" : "test"
},
{
"c99name" : "MessagePack",
"module_type" : "SwiftTarget",
"name" : "MessagePack",
"path" : "Sources/MessagePack",
"product_memberships" : [
"MessagePack"
],
"sources" : [
"AnyCodingKey.swift",
"Box.swift",
"Decoder/KeyedDecodingContainer.swift",
"Decoder/MessagePackDecoder.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/UnkeyedDecodingContainer.swift",
"Encoder/KeyedEncodingContainer.swift",
"Encoder/MessagePackEncoder.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/UnkeyedEncodingContainer.swift",
"FixedWidthInteger+Bytes.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
"dependencies" : [
],
"manifest_display_name" : "MessagePack",
"name" : "MessagePack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MessagePack",
"targets" : [
"MessagePack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MessagePackTests",
"module_type" : "SwiftTarget",
"name" : "MessagePackTests",
"path" : "Tests/MessagePackTests",
"sources" : [
"Airport.swift",
"MessagePackDecodingTests.swift",
"MessagePackEncodingTests.swift",
"MessagePackPerformanceTests.swift",
"MessagePackRoundTripTests.swift"
],
"target_dependencies" : [
"MessagePack"
],
"type" : "test"
},
{
"c99name" : "MessagePack",
"module_type" : "SwiftTarget",
"name" : "MessagePack",
"path" : "Sources/MessagePack",
"product_memberships" : [
"MessagePack"
],
"sources" : [
"AnyCodingKey.swift",
"Box.swift",
"Decoder/KeyedDecodingContainer.swift",
"Decoder/MessagePackDecoder.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/UnkeyedDecodingContainer.swift",
"Encoder/KeyedEncodingContainer.swift",
"Encoder/MessagePackEncoder.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/UnkeyedEncodingContainer.swift",
"FixedWidthInteger+Bytes.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
{
"project" : {
"configurations" : [
"Debug",
"Release"
],
"name" : "MessagePack",
"schemes" : [
"MessagePack"
],
"targets" : [
"MessagePack",
"MessagePackPackageDescription",
"MessagePackPackageTests",
"MessagePackTests"
]
}
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessagePack -destination generic/platform=tvOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
/Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MessagePack -destination generic/platform=tvOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
Target 'MessagePack' in project 'MessagePack' (no dependencies)
GatherProvisioningInputs
CreateBuildDescription
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -v -E -dM -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: e9aeaefb5483b539af45007341e883f5
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/e9aeaefb5483b539af45007341e883f5.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos
cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
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/MessagePack.xcodeproj
builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/MessagePack.DependencyMetadataFileList (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/MessagePack.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Headers (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/MessagePack.DependencyStaticMetadataFileList (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/MessagePack.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.LinkFileList (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-OutputFileMap.json (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftConstValuesFileList (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
write-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Info.plist /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj/MessagePack_Info.plist (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj/MessagePack_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform appletvos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Info.plist
SwiftDriver MessagePack normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MessagePack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-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/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.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/MessagePack.build/Debug-appletvos/MessagePack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack_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/MessagePack.build/Debug-appletvos/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ MessagePackDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094010586-swift-frontend-MessagePack-MessagePackDecoder.swift-arm64_apple_tvos18.4-o-Onone-884272504.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6740 seconds (3.8645 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0199 ( 6.9%) 0.1481 ( 38.4%) 0.1680 ( 24.9%) 1.7027 ( 44.1%) parse-and-resolve-imports
0.0195 ( 6.8%) 0.1478 ( 38.3%) 0.1673 ( 24.8%) 1.7019 ( 44.0%) Import resolution
0.0018 ( 0.6%) 0.0163 ( 4.2%) 0.0181 ( 2.7%) 0.1389 ( 3.6%) load-stdlib
0.0801 ( 27.8%) 0.0288 ( 7.5%) 0.1089 ( 16.2%) 0.1089 ( 2.8%) build-rewrite-system
0.0367 ( 12.7%) 0.0086 ( 2.2%) 0.0454 ( 6.7%) 0.0455 ( 1.2%) perform-sema
0.0367 ( 12.7%) 0.0086 ( 2.2%) 0.0453 ( 6.7%) 0.0454 ( 1.2%) Type checking and Semantic analysis
0.0193 ( 6.7%) 0.0056 ( 1.5%) 0.0249 ( 3.7%) 0.0249 ( 0.6%) typecheck-decl
0.0212 ( 7.4%) 0.0035 ( 0.9%) 0.0248 ( 3.7%) 0.0248 ( 0.6%) typecheck-stmt
0.0115 ( 4.0%) 0.0092 ( 2.4%) 0.0206 ( 3.1%) 0.0207 ( 0.5%) import-clang-decl
0.0160 ( 5.6%) 0.0029 ( 0.7%) 0.0189 ( 2.8%) 0.0189 ( 0.5%) typecheck-expr
0.0063 ( 2.2%) 0.0034 ( 0.9%) 0.0098 ( 1.5%) 0.0098 ( 0.3%) IRGen
0.0071 ( 2.5%) 0.0016 ( 0.4%) 0.0087 ( 1.3%) 0.0087 ( 0.2%) SILGen
0.0054 ( 1.9%) 0.0001 ( 0.0%) 0.0054 ( 0.8%) 0.0054 ( 0.1%) SIL optimization
0.0039 ( 1.4%) 0.0007 ( 0.2%) 0.0046 ( 0.7%) 0.0046 ( 0.1%) SILGen-function
0.0019 ( 0.6%) 0.0003 ( 0.1%) 0.0021 ( 0.3%) 0.0021 ( 0.1%) precheck-target
0.0008 ( 0.3%) 0.0002 ( 0.1%) 0.0010 ( 0.2%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2883 (100.0%) 0.3857 (100.0%) 0.6740 (100.0%) 3.8645 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7903 seconds (3.5347 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9149 (100.0%) 0.8754 (100.0%) 1.7903 (100.0%) 3.5347 (100.0%) Building Target
0.9149 (100.0%) 0.8754 (100.0%) 1.7903 (100.0%) 3.5347 (100.0%) Total
SwiftCompile normal arm64 Compiling\ AnyCodingKey.swift,\ Box.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Box.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094015432-swift-frontend-MessagePack-AnyCodingKey.swift-arm64_apple_tvos18.4-o-Onone-3203041850.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6069 seconds (3.7428 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0205 ( 10.3%) 0.1555 ( 38.1%) 0.1759 ( 29.0%) 1.6886 ( 45.1%) parse-and-resolve-imports
0.0200 ( 10.1%) 0.1545 ( 37.9%) 0.1745 ( 28.8%) 1.6846 ( 45.0%) Import resolution
0.0020 ( 1.0%) 0.0207 ( 5.1%) 0.0227 ( 3.7%) 0.1118 ( 3.0%) load-stdlib
0.0815 ( 40.9%) 0.0297 ( 7.3%) 0.1112 ( 18.3%) 0.1111 ( 3.0%) build-rewrite-system
0.0122 ( 6.2%) 0.0090 ( 2.2%) 0.0212 ( 3.5%) 0.0292 ( 0.8%) perform-sema
0.0122 ( 6.1%) 0.0089 ( 2.2%) 0.0211 ( 3.5%) 0.0290 ( 0.8%) Type checking and Semantic analysis
0.0118 ( 5.9%) 0.0109 ( 2.7%) 0.0227 ( 3.7%) 0.0227 ( 0.6%) import-clang-decl
0.0059 ( 3.0%) 0.0051 ( 1.3%) 0.0110 ( 1.8%) 0.0189 ( 0.5%) typecheck-decl
0.0079 ( 4.0%) 0.0041 ( 1.0%) 0.0120 ( 2.0%) 0.0120 ( 0.3%) typecheck-stmt
0.0051 ( 2.6%) 0.0044 ( 1.1%) 0.0094 ( 1.6%) 0.0098 ( 0.3%) IRGen
0.0068 ( 3.4%) 0.0018 ( 0.4%) 0.0085 ( 1.4%) 0.0085 ( 0.2%) SILGen
0.0048 ( 2.4%) 0.0015 ( 0.4%) 0.0063 ( 1.0%) 0.0063 ( 0.2%) typecheck-expr
0.0035 ( 1.8%) 0.0012 ( 0.3%) 0.0047 ( 0.8%) 0.0047 ( 0.1%) SILGen-function
0.0037 ( 1.9%) 0.0003 ( 0.1%) 0.0040 ( 0.7%) 0.0040 ( 0.1%) SIL optimization
0.0008 ( 0.4%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0004 ( 0.2%) 0.0000 ( 0.0%) 0.0004 ( 0.1%) 0.0004 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1990 (100.0%) 0.4079 (100.0%) 0.6069 (100.0%) 3.7428 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8158 seconds (3.5281 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8930 (100.0%) 0.9228 (100.0%) 1.8158 (100.0%) 3.5281 (100.0%) Building Target
0.8930 (100.0%) 0.9228 (100.0%) 1.8158 (100.0%) 3.5281 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Box.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ SingleValueDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
func decode(_ type: Date.Type) throws -> Date {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: candidate has non-matching type '(Date.Type) throws -> Date'
func decode(_ type: Date.Type) throws -> Date {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: move 'decode' to another extension to silence this warning
func decode(_ type: Date.Type) throws -> Date {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: make 'decode' private to silence this warning
func decode(_ type: Date.Type) throws -> Date {
^
private
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
func decode(_ type: Int128.Type) throws -> Int128}
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
func decode(_ type: Data.Type) throws -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: candidate has non-matching type '(Data.Type) throws -> Data'
func decode(_ type: Data.Type) throws -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: move 'decode' to another extension to silence this warning
func decode(_ type: Data.Type) throws -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: make 'decode' private to silence this warning
func decode(_ type: Data.Type) throws -> Data {
^
private
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
func decode(_ type: UInt128.Type) throws -> UInt128}
^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094033538-swift-frontend-MessagePack-SingleValueDecodingContainer.swift-arm64_apple_tvos18.4-o-Onone-874507622.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.9020 seconds (4.0334 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0214 ( 4.5%) 0.1475 ( 34.3%) 0.1689 ( 18.7%) 1.6889 ( 41.9%) parse-and-resolve-imports
0.0210 ( 4.4%) 0.1472 ( 34.3%) 0.1682 ( 18.6%) 1.6882 ( 41.9%) Import resolution
0.0808 ( 17.1%) 0.0273 ( 6.3%) 0.1081 ( 12.0%) 0.1084 ( 2.7%) build-rewrite-system
0.0733 ( 15.5%) 0.0211 ( 4.9%) 0.0944 ( 10.5%) 0.0977 ( 2.4%) perform-sema
0.0732 ( 15.5%) 0.0211 ( 4.9%) 0.0943 ( 10.5%) 0.0976 ( 2.4%) Type checking and Semantic analysis
0.0019 ( 0.4%) 0.0092 ( 2.1%) 0.0111 ( 1.2%) 0.0921 ( 2.3%) load-stdlib
0.0616 ( 13.0%) 0.0135 ( 3.1%) 0.0751 ( 8.3%) 0.0751 ( 1.9%) typecheck-stmt
0.0534 ( 11.3%) 0.0117 ( 2.7%) 0.0650 ( 7.2%) 0.0650 ( 1.6%) typecheck-expr
0.0176 ( 3.7%) 0.0085 ( 2.0%) 0.0261 ( 2.9%) 0.0294 ( 0.7%) typecheck-decl
0.0124 ( 2.6%) 0.0108 ( 2.5%) 0.0233 ( 2.6%) 0.0233 ( 0.6%) import-clang-decl
0.0158 ( 3.3%) 0.0040 ( 0.9%) 0.0198 ( 2.2%) 0.0198 ( 0.5%) precheck-target
0.0117 ( 2.5%) 0.0004 ( 0.1%) 0.0121 ( 1.3%) 0.0121 ( 0.3%) SIL optimization
0.0087 ( 1.8%) 0.0033 ( 0.8%) 0.0120 ( 1.3%) 0.0120 ( 0.3%) IRGen
0.0088 ( 1.9%) 0.0021 ( 0.5%) 0.0108 ( 1.2%) 0.0109 ( 0.3%) SILGen
0.0055 ( 1.2%) 0.0012 ( 0.3%) 0.0067 ( 0.7%) 0.0067 ( 0.2%) SILGen-function
0.0043 ( 0.9%) 0.0007 ( 0.2%) 0.0050 ( 0.6%) 0.0050 ( 0.1%) typecheck-expr-pattern
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) load-all-members
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4723 (100.0%) 0.4297 (100.0%) 0.9020 (100.0%) 4.0334 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8199 seconds (3.5139 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9544 (100.0%) 0.8656 (100.0%) 1.8199 (100.0%) 3.5139 (100.0%) Building Target
0.9544 (100.0%) 0.8656 (100.0%) 1.8199 (100.0%) 3.5139 (100.0%) Total
SwiftCompile normal arm64 Compiling\ KeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094030257-swift-frontend-MessagePack-KeyedDecodingContainer.swift-arm64_apple_tvos18.4-o-Onone-840868952.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7579 seconds (4.1033 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0207 ( 5.6%) 0.1448 ( 37.1%) 0.1656 ( 21.8%) 1.7871 ( 43.6%) parse-and-resolve-imports
0.0204 ( 5.5%) 0.1446 ( 37.0%) 0.1650 ( 21.8%) 1.7865 ( 43.5%) Import resolution
0.0020 ( 0.5%) 0.0098 ( 2.5%) 0.0118 ( 1.6%) 0.1129 ( 2.8%) load-stdlib
0.0798 ( 21.7%) 0.0275 ( 7.0%) 0.1073 ( 14.2%) 0.1074 ( 2.6%) build-rewrite-system
0.0484 ( 13.2%) 0.0107 ( 2.7%) 0.0591 ( 7.8%) 0.0592 ( 1.4%) perform-sema
0.0483 ( 13.2%) 0.0107 ( 2.7%) 0.0590 ( 7.8%) 0.0591 ( 1.4%) Type checking and Semantic analysis
0.0402 ( 10.9%) 0.0090 ( 2.3%) 0.0492 ( 6.5%) 0.0492 ( 1.2%) typecheck-decl
0.0332 ( 9.0%) 0.0075 ( 1.9%) 0.0407 ( 5.4%) 0.0408 ( 1.0%) typecheck-expr
0.0124 ( 3.4%) 0.0106 ( 2.7%) 0.0230 ( 3.0%) 0.0232 ( 0.6%) import-clang-decl
0.0129 ( 3.5%) 0.0030 ( 0.8%) 0.0159 ( 2.1%) 0.0161 ( 0.4%) SILGen
0.0116 ( 3.2%) 0.0044 ( 1.1%) 0.0160 ( 2.1%) 0.0160 ( 0.4%) IRGen
0.0102 ( 2.8%) 0.0032 ( 0.8%) 0.0134 ( 1.8%) 0.0134 ( 0.3%) precheck-target
0.0098 ( 2.7%) 0.0023 ( 0.6%) 0.0121 ( 1.6%) 0.0123 ( 0.3%) SILGen-function
0.0095 ( 2.6%) 0.0018 ( 0.5%) 0.0113 ( 1.5%) 0.0114 ( 0.3%) typecheck-stmt
0.0073 ( 2.0%) 0.0001 ( 0.0%) 0.0075 ( 1.0%) 0.0075 ( 0.2%) SIL optimization
0.0008 ( 0.2%) 0.0002 ( 0.1%) 0.0010 ( 0.1%) 0.0010 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3676 (100.0%) 0.3904 (100.0%) 0.7579 (100.0%) 4.1033 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7077 seconds (3.5158 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9135 (100.0%) 0.7942 (100.0%) 1.7077 (100.0%) 3.5158 (100.0%) Building Target
0.9135 (100.0%) 0.7942 (100.0%) 1.7077 (100.0%) 3.5158 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ MessagePackEncoder.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/MessagePackEncoder.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094026693-swift-frontend-MessagePack-MessagePackEncoder.swift-arm64_apple_tvos18.4-o-Onone-4210541474.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.6776 seconds (3.7951 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0212 ( 8.0%) 0.1543 ( 37.3%) 0.1755 ( 25.9%) 1.6885 ( 44.5%) parse-and-resolve-imports
0.0208 ( 7.9%) 0.1539 ( 37.2%) 0.1747 ( 25.8%) 1.6846 ( 44.4%) Import resolution
0.0812 ( 30.8%) 0.0295 ( 7.1%) 0.1107 ( 16.3%) 0.1110 ( 2.9%) build-rewrite-system
0.0027 ( 1.0%) 0.0127 ( 3.1%) 0.0154 ( 2.3%) 0.1014 ( 2.7%) load-stdlib
0.0277 ( 10.5%) 0.0132 ( 3.2%) 0.0410 ( 6.0%) 0.0438 ( 1.2%) perform-sema
0.0277 ( 10.5%) 0.0132 ( 3.2%) 0.0409 ( 6.0%) 0.0437 ( 1.2%) Type checking and Semantic analysis
0.0223 ( 8.5%) 0.0071 ( 1.7%) 0.0294 ( 4.3%) 0.0294 ( 0.8%) typecheck-stmt
0.0119 ( 4.5%) 0.0098 ( 2.4%) 0.0217 ( 3.2%) 0.0218 ( 0.6%) import-clang-decl
0.0161 ( 6.1%) 0.0050 ( 1.2%) 0.0211 ( 3.1%) 0.0212 ( 0.6%) typecheck-expr
0.0059 ( 2.2%) 0.0059 ( 1.4%) 0.0118 ( 1.7%) 0.0145 ( 0.4%) typecheck-decl
0.0088 ( 3.3%) 0.0035 ( 0.9%) 0.0123 ( 1.8%) 0.0123 ( 0.3%) precheck-target
0.0047 ( 1.8%) 0.0035 ( 0.9%) 0.0082 ( 1.2%) 0.0082 ( 0.2%) IRGen
0.0047 ( 1.8%) 0.0011 ( 0.3%) 0.0057 ( 0.8%) 0.0057 ( 0.2%) SILGen
0.0044 ( 1.7%) 0.0001 ( 0.0%) 0.0045 ( 0.7%) 0.0045 ( 0.1%) SIL optimization
0.0027 ( 1.0%) 0.0006 ( 0.1%) 0.0032 ( 0.5%) 0.0032 ( 0.1%) SILGen-function
0.0008 ( 0.3%) 0.0003 ( 0.1%) 0.0011 ( 0.2%) 0.0011 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.2637 (100.0%) 0.4139 (100.0%) 0.6776 (100.0%) 3.7951 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.8079 seconds (3.5157 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8976 (100.0%) 0.9102 (100.0%) 1.8079 (100.0%) 3.5157 (100.0%) Building Target
0.8976 (100.0%) 0.9102 (100.0%) 1.8079 (100.0%) 3.5157 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/MessagePackEncoder.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ SingleValueEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094034694-swift-frontend-MessagePack-SingleValueEncodingContainer.swift-arm64_apple_tvos18.4-o-Onone-2348114697.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.8963 seconds (4.3616 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0217 ( 4.6%) 0.1517 ( 35.6%) 0.1734 ( 19.3%) 1.8625 ( 42.7%) parse-and-resolve-imports
0.0213 ( 4.5%) 0.1515 ( 35.6%) 0.1728 ( 19.3%) 1.8619 ( 42.7%) Import resolution
0.0790 ( 16.8%) 0.0273 ( 6.4%) 0.1062 ( 11.9%) 0.1065 ( 2.4%) build-rewrite-system
0.0016 ( 0.3%) 0.0066 ( 1.5%) 0.0082 ( 0.9%) 0.0928 ( 2.1%) load-stdlib
0.0706 ( 15.0%) 0.0170 ( 4.0%) 0.0877 ( 9.8%) 0.0881 ( 2.0%) perform-sema
0.0706 ( 15.0%) 0.0170 ( 4.0%) 0.0876 ( 9.8%) 0.0880 ( 2.0%) Type checking and Semantic analysis
0.0564 ( 12.0%) 0.0132 ( 3.1%) 0.0696 ( 7.8%) 0.0698 ( 1.6%) typecheck-expr
0.0546 ( 11.6%) 0.0118 ( 2.8%) 0.0664 ( 7.4%) 0.0668 ( 1.5%) typecheck-stmt
0.0273 ( 5.8%) 0.0082 ( 1.9%) 0.0355 ( 4.0%) 0.0357 ( 0.8%) typecheck-decl
0.0129 ( 2.7%) 0.0109 ( 2.6%) 0.0238 ( 2.7%) 0.0243 ( 0.6%) import-clang-decl
0.0162 ( 3.4%) 0.0002 ( 0.0%) 0.0164 ( 1.8%) 0.0164 ( 0.4%) SIL optimization
0.0109 ( 2.3%) 0.0026 ( 0.6%) 0.0135 ( 1.5%) 0.0135 ( 0.3%) SILGen
0.0089 ( 1.9%) 0.0036 ( 0.8%) 0.0125 ( 1.4%) 0.0126 ( 0.3%) IRGen
0.0094 ( 2.0%) 0.0021 ( 0.5%) 0.0115 ( 1.3%) 0.0115 ( 0.3%) precheck-target
0.0081 ( 1.7%) 0.0019 ( 0.4%) 0.0100 ( 1.1%) 0.0100 ( 0.2%) SILGen-function
0.0007 ( 0.2%) 0.0002 ( 0.0%) 0.0009 ( 0.1%) 0.0009 ( 0.0%) load-all-members
0.0002 ( 0.0%) 0.0001 ( 0.0%) 0.0003 ( 0.0%) 0.0002 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.4704 (100.0%) 0.4259 (100.0%) 0.8963 (100.0%) 4.3616 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.6656 seconds (3.5110 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9005 (100.0%) 0.7651 (100.0%) 1.6656 (100.0%) 3.5110 (100.0%) Building Target
0.9005 (100.0%) 0.7651 (100.0%) 1.6656 (100.0%) 3.5110 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
func encode(_ value: Date) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: note: candidate has non-matching type '(Date) throws -> ()'
func encode(_ value: Date) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: note: move 'encode' to another extension to silence this warning
func encode(_ value: Date) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: note: make 'encode' private to silence this warning
func encode(_ value: Date) throws {
^
private
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
mutating func encode(_ value: Int128) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
func encode(_ value: Data) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: note: candidate has non-matching type '(Data) throws -> ()'
func encode(_ value: Data) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: note: move 'encode' to another extension to silence this warning
func encode(_ value: Data) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: note: make 'encode' private to silence this warning
func encode(_ value: Data) throws {
^
private
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
mutating func encode(_ value: UInt128) throws}
^
SwiftCompile normal arm64 Compiling\ UnkeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/UnkeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094027212-swift-frontend-MessagePack-UnkeyedDecodingContainer.swift-arm64_apple_tvos18.4-o-Onone-3195672664.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7448 seconds (3.8928 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0197 ( 5.1%) 0.1260 ( 35.1%) 0.1456 ( 19.6%) 1.6414 ( 42.2%) parse-and-resolve-imports
0.0193 ( 5.0%) 0.1258 ( 35.0%) 0.1451 ( 19.5%) 1.6408 ( 42.1%) Import resolution
0.0022 ( 0.6%) 0.0107 ( 3.0%) 0.0129 ( 1.7%) 0.1691 ( 4.3%) load-stdlib
0.0789 ( 20.4%) 0.0282 ( 7.9%) 0.1071 ( 14.4%) 0.1072 ( 2.8%) build-rewrite-system
0.0543 ( 14.1%) 0.0124 ( 3.5%) 0.0668 ( 9.0%) 0.0669 ( 1.7%) perform-sema
0.0543 ( 14.1%) 0.0124 ( 3.5%) 0.0667 ( 9.0%) 0.0668 ( 1.7%) Type checking and Semantic analysis
0.0346 ( 9.0%) 0.0076 ( 2.1%) 0.0422 ( 5.7%) 0.0422 ( 1.1%) typecheck-expr
0.0318 ( 8.2%) 0.0056 ( 1.6%) 0.0374 ( 5.0%) 0.0375 ( 1.0%) typecheck-stmt
0.0278 ( 7.2%) 0.0069 ( 1.9%) 0.0347 ( 4.7%) 0.0348 ( 0.9%) typecheck-decl
0.0121 ( 3.1%) 0.0109 ( 3.0%) 0.0230 ( 3.1%) 0.0230 ( 0.6%) import-clang-decl
0.0114 ( 3.0%) 0.0032 ( 0.9%) 0.0147 ( 2.0%) 0.0147 ( 0.4%) precheck-target
0.0108 ( 2.8%) 0.0026 ( 0.7%) 0.0134 ( 1.8%) 0.0134 ( 0.3%) SILGen
0.0083 ( 2.2%) 0.0036 ( 1.0%) 0.0120 ( 1.6%) 0.0120 ( 0.3%) IRGen
0.0068 ( 1.8%) 0.0015 ( 0.4%) 0.0083 ( 1.1%) 0.0084 ( 0.2%) SILGen-function
0.0075 ( 1.9%) 0.0002 ( 0.1%) 0.0077 ( 1.0%) 0.0077 ( 0.2%) SIL optimization
0.0050 ( 1.3%) 0.0010 ( 0.3%) 0.0059 ( 0.8%) 0.0059 ( 0.2%) typecheck-expr-pattern
0.0008 ( 0.2%) 0.0003 ( 0.1%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) load-all-members
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3858 (100.0%) 0.3590 (100.0%) 0.7448 (100.0%) 3.8928 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.7743 seconds (3.5198 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9411 (100.0%) 0.8332 (100.0%) 1.7743 (100.0%) 3.5198 (100.0%) Building Target
0.9411 (100.0%) 0.8332 (100.0%) 1.7743 (100.0%) 3.5198 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/UnkeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ KeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094030548-swift-frontend-MessagePack-KeyedEncodingContainer.swift-arm64_apple_tvos18.4-o-Onone-659306076.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 3.2200 seconds (3.7751 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.9619 ( 44.0%) 0.4765 ( 46.1%) 1.4384 ( 44.7%) 1.6506 ( 43.7%) parse-and-resolve-imports
0.9615 ( 44.0%) 0.4758 ( 46.0%) 1.4373 ( 44.6%) 1.6464 ( 43.6%) Import resolution
0.0023 ( 0.1%) 0.0122 ( 1.2%) 0.0145 ( 0.5%) 0.1352 ( 3.6%) load-stdlib
0.0810 ( 3.7%) 0.0200 ( 1.9%) 0.1010 ( 3.1%) 0.1010 ( 2.7%) build-rewrite-system
0.0360 ( 1.6%) 0.0092 ( 0.9%) 0.0452 ( 1.4%) 0.0495 ( 1.3%) perform-sema
0.0359 ( 1.6%) 0.0092 ( 0.9%) 0.0451 ( 1.4%) 0.0494 ( 1.3%) Type checking and Semantic analysis
0.0232 ( 1.1%) 0.0047 ( 0.5%) 0.0279 ( 0.9%) 0.0282 ( 0.7%) typecheck-stmt
0.0160 ( 0.7%) 0.0053 ( 0.5%) 0.0212 ( 0.7%) 0.0251 ( 0.7%) typecheck-decl
0.0121 ( 0.6%) 0.0115 ( 1.1%) 0.0236 ( 0.7%) 0.0237 ( 0.6%) import-clang-decl
0.0149 ( 0.7%) 0.0026 ( 0.3%) 0.0175 ( 0.5%) 0.0175 ( 0.5%) typecheck-expr
0.0114 ( 0.5%) 0.0021 ( 0.2%) 0.0135 ( 0.4%) 0.0135 ( 0.4%) SILGen
0.0082 ( 0.4%) 0.0015 ( 0.1%) 0.0096 ( 0.3%) 0.0096 ( 0.3%) SILGen-function
0.0076 ( 0.3%) 0.0017 ( 0.2%) 0.0094 ( 0.3%) 0.0094 ( 0.2%) IRGen
0.0072 ( 0.3%) 0.0017 ( 0.2%) 0.0089 ( 0.3%) 0.0092 ( 0.2%) precheck-target
0.0053 ( 0.2%) 0.0001 ( 0.0%) 0.0054 ( 0.2%) 0.0054 ( 0.1%) SIL optimization
0.0008 ( 0.0%) 0.0003 ( 0.0%) 0.0011 ( 0.0%) 0.0011 ( 0.0%) load-all-members
0.0002 ( 0.0%) 0.0000 ( 0.0%) 0.0003 ( 0.0%) 0.0003 ( 0.0%) typecheck-for-each
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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
2.1855 (100.0%) 1.0345 (100.0%) 3.2200 (100.0%) 3.7751 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 3.0754 seconds (3.5162 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
1.8637 (100.0%) 1.2117 (100.0%) 3.0754 (100.0%) 3.5162 (100.0%) Building Target
1.8637 (100.0%) 1.2117 (100.0%) 3.0754 (100.0%) 3.5162 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
SwiftEmitModule normal arm64 Emitting\ module\ for\ MessagePack (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094035085-swift-frontend-MessagePack-all-arm64_apple_tvos18.4-swiftmodule-Onone-3552528157.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.7653 seconds (3.8780 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0207 ( 5.6%) 0.1475 ( 37.0%) 0.1682 ( 22.0%) 1.6645 ( 42.9%) parse-and-resolve-imports
0.0202 ( 5.5%) 0.1465 ( 36.8%) 0.1667 ( 21.8%) 1.6605 ( 42.8%) Import resolution
0.0015 ( 0.4%) 0.0075 ( 1.9%) 0.0090 ( 1.2%) 0.1157 ( 3.0%) load-stdlib
0.0778 ( 21.2%) 0.0222 ( 5.6%) 0.0999 ( 13.1%) 0.1050 ( 2.7%) perform-sema
0.0776 ( 21.2%) 0.0221 ( 5.6%) 0.0997 ( 13.0%) 0.1047 ( 2.7%) Type checking and Semantic analysis
0.0774 ( 21.1%) 0.0218 ( 5.5%) 0.0992 ( 13.0%) 0.1041 ( 2.7%) typecheck-decl
0.0333 ( 9.1%) 0.0086 ( 2.2%) 0.0419 ( 5.5%) 0.0419 ( 1.1%) typecheck-expr
0.0150 ( 4.1%) 0.0039 ( 1.0%) 0.0188 ( 2.5%) 0.0188 ( 0.5%) SILGen
0.0133 ( 3.6%) 0.0032 ( 0.8%) 0.0165 ( 2.2%) 0.0165 ( 0.4%) build-rewrite-system
0.0099 ( 2.7%) 0.0053 ( 1.3%) 0.0152 ( 2.0%) 0.0157 ( 0.4%) SIL optimization
0.0084 ( 2.3%) 0.0025 ( 0.6%) 0.0108 ( 1.4%) 0.0108 ( 0.3%) precheck-target
0.0056 ( 1.5%) 0.0013 ( 0.3%) 0.0069 ( 0.9%) 0.0069 ( 0.2%) SILGen-function
0.0024 ( 0.7%) 0.0025 ( 0.6%) 0.0049 ( 0.6%) 0.0055 ( 0.1%) Serialization, swiftmodule
0.0023 ( 0.6%) 0.0027 ( 0.7%) 0.0050 ( 0.7%) 0.0050 ( 0.1%) import-clang-decl
0.0011 ( 0.3%) 0.0001 ( 0.0%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) Serialization, swiftsourceinfo
0.0003 ( 0.1%) 0.0008 ( 0.2%) 0.0011 ( 0.1%) 0.0011 ( 0.0%) Serialization, swiftdoc
0.0001 ( 0.0%) 0.0000 ( 0.0%) 0.0001 ( 0.0%) 0.0001 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) associated-type-inference
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%) get-conformance-access-path
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%) perform-whole-module-type-checking
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%) AST verification
0.3668 (100.0%) 0.3986 (100.0%) 0.7653 (100.0%) 3.8780 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.3276 seconds (1.9365 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.1370 (100.0%) 0.1906 (100.0%) 0.3276 (100.0%) 1.9365 (100.0%) Building Target
0.1370 (100.0%) 0.1906 (100.0%) 0.3276 (100.0%) 1.9365 (100.0%) Total
EmitSwiftModule normal arm64 (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
var hashValue: Int {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
func decode(_ type: Date.Type) throws -> Date {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: candidate has non-matching type '(Date.Type) throws -> Date'
func decode(_ type: Date.Type) throws -> Date {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: move 'decode' to another extension to silence this warning
func decode(_ type: Date.Type) throws -> Date {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: make 'decode' private to silence this warning
func decode(_ type: Date.Type) throws -> Date {
^
private
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
func decode(_ type: Int128.Type) throws -> Int128}
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
func decode(_ type: Data.Type) throws -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: candidate has non-matching type '(Data.Type) throws -> Data'
func decode(_ type: Data.Type) throws -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: move 'decode' to another extension to silence this warning
func decode(_ type: Data.Type) throws -> Data {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: make 'decode' private to silence this warning
func decode(_ type: Data.Type) throws -> Data {
^
private
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
func decode(_ type: UInt128.Type) throws -> UInt128}
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
func encode(_ value: Date) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: note: candidate has non-matching type '(Date) throws -> ()'
func encode(_ value: Date) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: note: move 'encode' to another extension to silence this warning
func encode(_ value: Date) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: note: make 'encode' private to silence this warning
func encode(_ value: Date) throws {
^
private
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
mutating func encode(_ value: Int128) throws}
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
func encode(_ value: Data) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: note: candidate has non-matching type '(Data) throws -> ()'
func encode(_ value: Data) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: note: move 'encode' to another extension to silence this warning
func encode(_ value: Data) throws {
^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: note: make 'encode' private to silence this warning
func encode(_ value: Data) throws {
^
private
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
mutating func encode(_ value: UInt128) throws}
^
SwiftCompile normal arm64 Compiling\ FixedWidthInteger+Bytes.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665094034640-swift-frontend-MessagePack-FixedWidthInteger_Bytes.swift-arm64_apple_tvos18.4-o-Onone-2838252421.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.5453 seconds (3.9639 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0268 ( 18.2%) 0.1623 ( 40.8%) 0.1891 ( 34.7%) 1.8837 ( 47.5%) parse-and-resolve-imports
0.0265 ( 17.9%) 0.1621 ( 40.8%) 0.1886 ( 34.6%) 1.8832 ( 47.5%) Import resolution
0.0148 ( 10.0%) 0.0439 ( 11.0%) 0.0587 ( 10.8%) 0.0878 ( 2.2%) load-stdlib
0.0451 ( 30.5%) 0.0164 ( 4.1%) 0.0615 ( 11.3%) 0.0616 ( 1.6%) build-rewrite-system
0.0075 ( 5.1%) 0.0027 ( 0.7%) 0.0102 ( 1.9%) 0.0103 ( 0.3%) perform-sema
0.0075 ( 5.0%) 0.0027 ( 0.7%) 0.0101 ( 1.9%) 0.0102 ( 0.3%) Type checking and Semantic analysis
0.0032 ( 2.1%) 0.0027 ( 0.7%) 0.0058 ( 1.1%) 0.0058 ( 0.1%) IRGen
0.0040 ( 2.7%) 0.0015 ( 0.4%) 0.0056 ( 1.0%) 0.0056 ( 0.1%) typecheck-decl
0.0035 ( 2.4%) 0.0011 ( 0.3%) 0.0046 ( 0.8%) 0.0046 ( 0.1%) typecheck-stmt
0.0035 ( 2.4%) 0.0001 ( 0.0%) 0.0036 ( 0.7%) 0.0036 ( 0.1%) SIL optimization
0.0017 ( 1.1%) 0.0007 ( 0.2%) 0.0024 ( 0.4%) 0.0024 ( 0.1%) typecheck-expr
0.0016 ( 1.1%) 0.0003 ( 0.1%) 0.0019 ( 0.3%) 0.0019 ( 0.0%) SILGen
0.0013 ( 0.9%) 0.0003 ( 0.1%) 0.0016 ( 0.3%) 0.0016 ( 0.0%) SILGen-function
0.0006 ( 0.4%) 0.0008 ( 0.2%) 0.0015 ( 0.3%) 0.0015 ( 0.0%) import-clang-decl
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) precheck-target
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) get-conformance-access-path
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.1478 (100.0%) 0.3975 (100.0%) 0.5453 (100.0%) 3.9639 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 0.5899 seconds (2.3156 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.3260 (100.0%) 0.2639 (100.0%) 0.5899 (100.0%) 2.3156 (100.0%) Building Target
0.3260 (100.0%) 0.2639 (100.0%) 0.5899 (100.0%) 2.3156 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
SwiftCompile normal arm64 Compiling\ UnkeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/UnkeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665096049346-swift-frontend-MessagePack-UnkeyedEncodingContainer.swift-arm64_apple_tvos18.4-o-Onone-3653307120.json' for writing
===-------------------------------------------------------------------------===
Swift compilation
===-------------------------------------------------------------------------===
Total Execution Time: 0.4326 seconds (0.4339 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.0772 ( 25.1%) 0.0279 ( 22.3%) 0.1050 ( 24.3%) 0.1050 ( 24.2%) build-rewrite-system
0.0419 ( 13.6%) 0.0112 ( 9.0%) 0.0531 ( 12.3%) 0.0532 ( 12.3%) perform-sema
0.0418 ( 13.6%) 0.0112 ( 9.0%) 0.0530 ( 12.3%) 0.0532 ( 12.3%) Type checking and Semantic analysis
0.0183 ( 6.0%) 0.0182 ( 14.5%) 0.0365 ( 8.4%) 0.0366 ( 8.4%) parse-and-resolve-imports
0.0180 ( 5.8%) 0.0180 ( 14.4%) 0.0359 ( 8.3%) 0.0360 ( 8.3%) Import resolution
0.0278 ( 9.0%) 0.0078 ( 6.2%) 0.0356 ( 8.2%) 0.0356 ( 8.2%) typecheck-stmt
0.0122 ( 4.0%) 0.0101 ( 8.1%) 0.0223 ( 5.2%) 0.0230 ( 5.3%) import-clang-decl
0.0153 ( 5.0%) 0.0041 ( 3.3%) 0.0195 ( 4.5%) 0.0196 ( 4.5%) typecheck-decl
0.0150 ( 4.9%) 0.0040 ( 3.2%) 0.0190 ( 4.4%) 0.0190 ( 4.4%) typecheck-expr
0.0117 ( 3.8%) 0.0027 ( 2.1%) 0.0144 ( 3.3%) 0.0144 ( 3.3%) SILGen
0.0073 ( 2.4%) 0.0026 ( 2.1%) 0.0099 ( 2.3%) 0.0099 ( 2.3%) precheck-target
0.0080 ( 2.6%) 0.0018 ( 1.5%) 0.0098 ( 2.3%) 0.0098 ( 2.3%) SILGen-function
0.0058 ( 1.9%) 0.0029 ( 2.4%) 0.0087 ( 2.0%) 0.0087 ( 2.0%) IRGen
0.0050 ( 1.6%) 0.0001 ( 0.1%) 0.0052 ( 1.2%) 0.0052 ( 1.2%) SIL optimization
0.0011 ( 0.3%) 0.0020 ( 1.6%) 0.0031 ( 0.7%) 0.0031 ( 0.7%) load-stdlib
0.0009 ( 0.3%) 0.0005 ( 0.4%) 0.0013 ( 0.3%) 0.0013 ( 0.3%) load-all-members
0.0002 ( 0.1%) 0.0000 ( 0.0%) 0.0002 ( 0.0%) 0.0002 ( 0.0%) typecheck-for-each
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%) associated-type-inference
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, pre-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) SIL verification, post-optimization
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) module-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) source-file-populate-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) perform-whole-module-type-checking
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) populate-source-file-class-member-cache
0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) 0.0000 ( 0.0%) AST verification
0.3074 (100.0%) 0.1252 (100.0%) 0.4326 (100.0%) 0.4339 (100.0%) Total
===-------------------------------------------------------------------------===
Running Program
===-------------------------------------------------------------------------===
Total Execution Time: 1.4294 seconds (1.4973 wall clock)
---User Time--- --System Time-- --User+System-- ---Wall Time--- --- Name ---
0.8110 (100.0%) 0.6184 (100.0%) 1.4294 (100.0%) 1.4973 (100.0%) Building Target
0.8110 (100.0%) 0.6184 (100.0%) 1.4294 (100.0%) 1.4973 (100.0%) Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/UnkeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
SwiftDriverJobDiscovery normal arm64 Emitting module for MessagePack (in target 'MessagePack' from project 'MessagePack')
SwiftDriver\ Compilation\ Requirements MessagePack normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MessagePack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-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/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.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/MessagePack.build/Debug-appletvos/MessagePack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack_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/MessagePack.build/Debug-appletvos/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Headers/MessagePack-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Headers/MessagePack-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-tvos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftmodule (in target 'MessagePack' from project 'MessagePack')
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/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-tvos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-tvos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftdoc (in target 'MessagePack' from project 'MessagePack')
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/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-tvos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-tvos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.abi.json (in target 'MessagePack' from project 'MessagePack')
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/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-tvos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Modules/MessagePack.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftsourceinfo (in target 'MessagePack' from project 'MessagePack')
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/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/Modules/MessagePack.swiftmodule/Project/arm64-apple-tvos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling MessagePackEncoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling SingleValueEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodingKey.swift, Box.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriver\ Compilation MessagePack normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
builtin-Swift-Compilation -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MessagePack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList -DSWIFT_PACKAGE -DDEBUG -stats-output-dir .stats -strict-concurrency\=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures -enable-bare-slash-regex -enable-experimental-feature DebugDescriptionMacro -sdk /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -target arm64-apple-tvos18.4 -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 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/appletvos18.4-22L251-271d326055c85f9856fa135c41255102.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-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/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.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/MessagePack.build/Debug-appletvos/MessagePack.build/swift-overrides.hmap -emit-const-values -Xfrontend -const-gather-protocols-file -Xfrontend /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack_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/MessagePack.build/Debug-appletvos/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/DerivedSources -Xcc -DDEBUG\=1 -emit-objc-header -emit-objc-header-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack-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/MessagePack.framework/MessagePack normal (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-tvos18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.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 -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 -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.LinkFileList -install_name @rpath/MessagePack.framework/MessagePack -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/appletvos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/MessagePack
ExtractAppIntentsMetadata (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name MessagePack --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk --xcode-version 16E140 --platform-family tvOS --deployment-target 18.4 --bundle-identifier MessagePack --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework --target-triple arm64-apple-tvos18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/MessagePack --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/MessagePack.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/MessagePack.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-appletvos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 03:58:18.092 appintentsmetadataprocessor[702:3948] Starting appintentsmetadataprocessor export
2025-04-26 03:58:18.094 appintentsmetadataprocessor[702:3948] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/MessagePack.framework/MessagePack.tbd (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/SDKs/AppleTVOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/AppleTVOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework/MessagePack -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-appletvos/MessagePack.framework/MessagePack.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
builtin-RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework (in target 'MessagePack' from project 'MessagePack')
cd /Users/admin/builder/spi-builder-workspace
/usr/bin/touch -c /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-appletvos/MessagePack.framework
** BUILD SUCCEEDED **
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "MessagePack",
"name" : "MessagePack",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "MessagePack",
"targets" : [
"MessagePack"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "MessagePackTests",
"module_type" : "SwiftTarget",
"name" : "MessagePackTests",
"path" : "Tests/MessagePackTests",
"sources" : [
"Airport.swift",
"MessagePackDecodingTests.swift",
"MessagePackEncodingTests.swift",
"MessagePackPerformanceTests.swift",
"MessagePackRoundTripTests.swift"
],
"target_dependencies" : [
"MessagePack"
],
"type" : "test"
},
{
"c99name" : "MessagePack",
"module_type" : "SwiftTarget",
"name" : "MessagePack",
"path" : "Sources/MessagePack",
"product_memberships" : [
"MessagePack"
],
"sources" : [
"AnyCodingKey.swift",
"Box.swift",
"Decoder/KeyedDecodingContainer.swift",
"Decoder/MessagePackDecoder.swift",
"Decoder/SingleValueDecodingContainer.swift",
"Decoder/UnkeyedDecodingContainer.swift",
"Encoder/KeyedEncodingContainer.swift",
"Encoder/MessagePackEncoder.swift",
"Encoder/SingleValueEncodingContainer.swift",
"Encoder/UnkeyedEncodingContainer.swift",
"FixedWidthInteger+Bytes.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.