The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of MessagePack, reference master (bbc5ab), with Swift 6.1 for watchOS using Xcode 16.3 on 26 Apr 2025 10:57:48 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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         watchOS
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=watchOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MessagePack -destination generic/platform=watchOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target '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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 22f08114ef40be2868a97c6bb79ddd9b
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/22f08114ef40be2868a97c6bb79ddd9b.xcbuilddata
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
    cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/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/EagerLinkingTBDs/Debug-watchos
    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-watchos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
    cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack_const_extract_protocols.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/MessagePack.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/MessagePack.DependencyMetadataFileList
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/MessagePack.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/MessagePack.framework/Headers
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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 watchos -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/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-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriver MessagePack normal arm64_32 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-watchos/MessagePack.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ KeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665063047107-swift-frontend-MessagePack-KeyedEncodingContainer.swift-arm64_apple_watchos11.4-o-Onone-2126139399.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4579 seconds (3.8881 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0181 (  6.0%)   0.0332 ( 21.1%)   0.0512 ( 11.2%)   1.6935 ( 43.6%)  parse-and-resolve-imports
   0.0176 (  5.9%)   0.0320 ( 20.4%)   0.0497 ( 10.8%)   1.6919 ( 43.5%)  Import resolution
   0.0018 (  0.6%)   0.0162 ( 10.3%)   0.0179 (  3.9%)   0.1625 (  4.2%)  load-stdlib
   0.0808 ( 26.9%)   0.0290 ( 18.5%)   0.1098 ( 24.0%)   0.1104 (  2.8%)  build-rewrite-system
   0.0363 ( 12.0%)   0.0076 (  4.8%)   0.0439 (  9.6%)   0.0439 (  1.1%)  perform-sema
   0.0362 ( 12.0%)   0.0076 (  4.8%)   0.0438 (  9.6%)   0.0438 (  1.1%)  Type checking and Semantic analysis
   0.0242 (  8.0%)   0.0054 (  3.4%)   0.0296 (  6.5%)   0.0296 (  0.8%)  typecheck-stmt
   0.0129 (  4.3%)   0.0103 (  6.6%)   0.0232 (  5.1%)   0.0233 (  0.6%)  import-clang-decl
   0.0157 (  5.2%)   0.0027 (  1.7%)   0.0184 (  4.0%)   0.0185 (  0.5%)  typecheck-expr
   0.0152 (  5.0%)   0.0029 (  1.8%)   0.0181 (  3.9%)   0.0181 (  0.5%)  typecheck-decl
   0.0116 (  3.9%)   0.0023 (  1.5%)   0.0139 (  3.0%)   0.0139 (  0.4%)  SILGen
   0.0085 (  2.8%)   0.0037 (  2.4%)   0.0122 (  2.7%)   0.0126 (  0.3%)  IRGen
   0.0084 (  2.8%)   0.0017 (  1.1%)   0.0101 (  2.2%)   0.0101 (  0.3%)  SILGen-function
   0.0073 (  2.4%)   0.0021 (  1.3%)   0.0094 (  2.0%)   0.0093 (  0.2%)  precheck-target
   0.0052 (  1.7%)   0.0001 (  0.1%)   0.0053 (  1.2%)   0.0053 (  0.1%)  SIL optimization
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  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%)  SIL verification, pre-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%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3009 (100.0%)   0.1570 (100.0%)   0.4579 (100.0%)   3.8881 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4679 seconds (3.3322 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8955 (100.0%)   0.5724 (100.0%)   1.4679 (100.0%)   3.3322 (100.0%)  Building Target
   0.8955 (100.0%)   0.5724 (100.0%)   1.4679 (100.0%)   3.3322 (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-1745665063049038-swift-frontend-MessagePack-KeyedDecodingContainer.swift-arm64_apple_watchos11.4-o-Onone-3209497163.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5883 seconds (4.0811 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0197 (  5.4%)   0.0631 ( 28.0%)   0.0828 ( 14.1%)   1.7895 ( 43.8%)  parse-and-resolve-imports
   0.0194 (  5.3%)   0.0629 ( 27.9%)   0.0823 ( 14.0%)   1.7890 ( 43.8%)  Import resolution
   0.0814 ( 22.4%)   0.0295 ( 13.1%)   0.1109 ( 18.8%)   0.1113 (  2.7%)  build-rewrite-system
   0.0017 (  0.5%)   0.0100 (  4.4%)   0.0117 (  2.0%)   0.0901 (  2.2%)  load-stdlib
   0.0479 ( 13.2%)   0.0101 (  4.5%)   0.0580 (  9.9%)   0.0581 (  1.4%)  perform-sema
   0.0478 ( 13.2%)   0.0101 (  4.5%)   0.0579 (  9.8%)   0.0580 (  1.4%)  Type checking and Semantic analysis
   0.0394 ( 10.9%)   0.0086 (  3.8%)   0.0480 (  8.2%)   0.0481 (  1.2%)  typecheck-decl
   0.0327 (  9.0%)   0.0077 (  3.4%)   0.0405 (  6.9%)   0.0405 (  1.0%)  typecheck-expr
   0.0120 (  3.3%)   0.0098 (  4.4%)   0.0218 (  3.7%)   0.0219 (  0.5%)  import-clang-decl
   0.0126 (  3.5%)   0.0026 (  1.1%)   0.0151 (  2.6%)   0.0151 (  0.4%)  SILGen
   0.0103 (  2.8%)   0.0039 (  1.7%)   0.0142 (  2.4%)   0.0142 (  0.3%)  IRGen
   0.0098 (  2.7%)   0.0026 (  1.2%)   0.0124 (  2.1%)   0.0125 (  0.3%)  precheck-target
   0.0104 (  2.9%)   0.0020 (  0.9%)   0.0124 (  2.1%)   0.0124 (  0.3%)  typecheck-stmt
   0.0095 (  2.6%)   0.0019 (  0.9%)   0.0114 (  1.9%)   0.0114 (  0.3%)  SILGen-function
   0.0073 (  2.0%)   0.0000 (  0.0%)   0.0073 (  1.2%)   0.0073 (  0.2%)  SIL optimization
   0.0009 (  0.3%)   0.0005 (  0.2%)   0.0014 (  0.2%)   0.0015 (  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3631 (100.0%)   0.2253 (100.0%)   0.5883 (100.0%)   4.0811 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4770 seconds (3.3285 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9057 (100.0%)   0.5714 (100.0%)   1.4770 (100.0%)   3.3285 (100.0%)  Building Target
   0.9057 (100.0%)   0.5714 (100.0%)   1.4770 (100.0%)   3.3285 (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\ 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')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665063045839-swift-frontend-MessagePack-AnyCodingKey.swift-arm64_apple_watchos11.4-o-Onone-969071830.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0568 seconds (3.5452 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9756 ( 46.4%)   0.4335 ( 45.4%)   1.4091 ( 46.1%)   1.6063 ( 45.3%)  parse-and-resolve-imports
   0.9752 ( 46.4%)   0.4326 ( 45.3%)   1.4077 ( 46.1%)   1.6029 ( 45.2%)  Import resolution
   0.0822 (  3.9%)   0.0193 (  2.0%)   0.1014 (  3.3%)   0.1015 (  2.9%)  build-rewrite-system
   0.0017 (  0.1%)   0.0140 (  1.5%)   0.0157 (  0.5%)   0.1007 (  2.8%)  load-stdlib
   0.0108 (  0.5%)   0.0134 (  1.4%)   0.0242 (  0.8%)   0.0277 (  0.8%)  perform-sema
   0.0107 (  0.5%)   0.0134 (  1.4%)   0.0241 (  0.8%)   0.0276 (  0.8%)  Type checking and Semantic analysis
   0.0055 (  0.3%)   0.0116 (  1.2%)   0.0171 (  0.6%)   0.0206 (  0.6%)  typecheck-decl
   0.0116 (  0.6%)   0.0078 (  0.8%)   0.0195 (  0.6%)   0.0194 (  0.5%)  import-clang-decl
   0.0066 (  0.3%)   0.0022 (  0.2%)   0.0088 (  0.3%)   0.0088 (  0.2%)  typecheck-stmt
   0.0049 (  0.2%)   0.0033 (  0.3%)   0.0082 (  0.3%)   0.0087 (  0.2%)  IRGen
   0.0056 (  0.3%)   0.0011 (  0.1%)   0.0067 (  0.2%)   0.0067 (  0.2%)  SILGen
   0.0043 (  0.2%)   0.0011 (  0.1%)   0.0053 (  0.2%)   0.0053 (  0.2%)  typecheck-expr
   0.0036 (  0.2%)   0.0002 (  0.0%)   0.0039 (  0.1%)   0.0039 (  0.1%)  SIL optimization
   0.0029 (  0.1%)   0.0007 (  0.1%)   0.0037 (  0.1%)   0.0037 (  0.1%)  SILGen-function
   0.0008 (  0.0%)   0.0002 (  0.0%)   0.0010 (  0.0%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   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
   2.1024 (100.0%)   0.9544 (100.0%)   3.0568 (100.0%)   3.5452 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.9471 seconds (3.3267 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8774 (100.0%)   1.0697 (100.0%)   2.9471 (100.0%)   3.3267 (100.0%)  Building Target
   1.8774 (100.0%)   1.0697 (100.0%)   2.9471 (100.0%)   3.3267 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ SingleValueDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665063046074-swift-frontend-MessagePack-SingleValueDecodingContainer.swift-arm64_apple_watchos11.4-o-Onone-360460029.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6797 seconds (3.9067 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0203 (  4.6%)   0.0601 ( 25.5%)   0.0804 ( 11.8%)   1.6483 ( 42.2%)  parse-and-resolve-imports
   0.0199 (  4.5%)   0.0598 ( 25.4%)   0.0797 ( 11.7%)   1.6476 ( 42.2%)  Import resolution
   0.0795 ( 17.9%)   0.0293 ( 12.4%)   0.1088 ( 16.0%)   0.1090 (  2.8%)  build-rewrite-system
   0.0018 (  0.4%)   0.0116 (  4.9%)   0.0134 (  2.0%)   0.1042 (  2.7%)  load-stdlib
   0.0663 ( 14.9%)   0.0134 (  5.7%)   0.0797 ( 11.7%)   0.0797 (  2.0%)  perform-sema
   0.0663 ( 14.9%)   0.0134 (  5.7%)   0.0796 ( 11.7%)   0.0796 (  2.0%)  Type checking and Semantic analysis
   0.0571 ( 12.9%)   0.0112 (  4.7%)   0.0683 ( 10.1%)   0.0683 (  1.7%)  typecheck-stmt
   0.0497 ( 11.2%)   0.0099 (  4.2%)   0.0596 (  8.8%)   0.0596 (  1.5%)  typecheck-expr
   0.0126 (  2.8%)   0.0103 (  4.4%)   0.0229 (  3.4%)   0.0231 (  0.6%)  import-clang-decl
   0.0147 (  3.3%)   0.0030 (  1.3%)   0.0177 (  2.6%)   0.0177 (  0.5%)  typecheck-decl
   0.0140 (  3.2%)   0.0036 (  1.5%)   0.0176 (  2.6%)   0.0176 (  0.5%)  precheck-target
   0.0082 (  1.9%)   0.0059 (  2.5%)   0.0141 (  2.1%)   0.0141 (  0.4%)  IRGen
   0.0106 (  2.4%)   0.0022 (  0.9%)   0.0128 (  1.9%)   0.0128 (  0.3%)  SILGen
   0.0114 (  2.6%)   0.0001 (  0.0%)   0.0115 (  1.7%)   0.0116 (  0.3%)  SIL optimization
   0.0068 (  1.5%)   0.0013 (  0.6%)   0.0081 (  1.2%)   0.0081 (  0.2%)  SILGen-function
   0.0036 (  0.8%)   0.0005 (  0.2%)   0.0042 (  0.6%)   0.0042 (  0.1%)  typecheck-expr-pattern
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  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.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%)  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.4438 (100.0%)   0.2359 (100.0%)   0.6797 (100.0%)   3.9067 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5931 seconds (3.3319 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9563 (100.0%)   0.6368 (100.0%)   1.5931 (100.0%)   3.3319 (100.0%)  Building Target
   0.9563 (100.0%)   0.6368 (100.0%)   1.5931 (100.0%)   3.3319 (100.0%)  Total
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}
       ^
SwiftCompile normal arm64 Compiling\ MessagePackDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665063045948-swift-frontend-MessagePack-MessagePackDecoder.swift-arm64_apple_watchos11.4-o-Onone-2359030552.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4810 seconds (3.8664 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0191 (  6.7%)   0.0548 ( 28.1%)   0.0739 ( 15.4%)   1.7111 ( 44.3%)  parse-and-resolve-imports
   0.0187 (  6.5%)   0.0546 ( 28.0%)   0.0733 ( 15.2%)   1.7105 ( 44.2%)  Import resolution
   0.0018 (  0.6%)   0.0121 (  6.2%)   0.0139 (  2.9%)   0.1235 (  3.2%)  load-stdlib
   0.0820 ( 28.6%)   0.0296 ( 15.2%)   0.1116 ( 23.2%)   0.1118 (  2.9%)  build-rewrite-system
   0.0363 ( 12.7%)   0.0086 (  4.4%)   0.0449 (  9.3%)   0.0451 (  1.2%)  perform-sema
   0.0362 ( 12.7%)   0.0086 (  4.4%)   0.0448 (  9.3%)   0.0450 (  1.2%)  Type checking and Semantic analysis
   0.0191 (  6.7%)   0.0057 (  2.9%)   0.0248 (  5.2%)   0.0249 (  0.6%)  typecheck-decl
   0.0208 (  7.3%)   0.0036 (  1.8%)   0.0243 (  5.1%)   0.0245 (  0.6%)  typecheck-stmt
   0.0127 (  4.4%)   0.0096 (  4.9%)   0.0224 (  4.6%)   0.0227 (  0.6%)  import-clang-decl
   0.0156 (  5.4%)   0.0030 (  1.5%)   0.0185 (  3.9%)   0.0187 (  0.5%)  typecheck-expr
   0.0067 (  2.3%)   0.0013 (  0.6%)   0.0080 (  1.7%)   0.0080 (  0.2%)  SILGen
   0.0051 (  1.8%)   0.0024 (  1.2%)   0.0076 (  1.6%)   0.0076 (  0.2%)  IRGen
   0.0056 (  2.0%)   0.0000 (  0.0%)   0.0057 (  1.2%)   0.0057 (  0.1%)  SIL optimization
   0.0037 (  1.3%)   0.0005 (  0.2%)   0.0042 (  0.9%)   0.0042 (  0.1%)  SILGen-function
   0.0018 (  0.6%)   0.0002 (  0.1%)   0.0020 (  0.4%)   0.0020 (  0.1%)  precheck-target
   0.0008 (  0.3%)   0.0003 (  0.2%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2861 (100.0%)   0.1949 (100.0%)   0.4810 (100.0%)   3.8664 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5070 seconds (3.3321 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9016 (100.0%)   0.6053 (100.0%)   1.5070 (100.0%)   3.3321 (100.0%)  Building Target
   0.9016 (100.0%)   0.6053 (100.0%)   1.5070 (100.0%)   3.3321 (100.0%)  Total
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

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-1745665063046302-swift-frontend-MessagePack-MessagePackEncoder.swift-arm64_apple_watchos11.4-o-Onone-1841308729.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4753 seconds (4.2846 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0212 (  8.6%)   0.0712 ( 31.0%)   0.0924 ( 19.4%)   1.9526 ( 45.6%)  parse-and-resolve-imports
   0.0208 (  8.5%)   0.0709 ( 30.9%)   0.0917 ( 19.3%)   1.9519 ( 45.6%)  Import resolution
   0.0017 (  0.7%)   0.0144 (  6.3%)   0.0162 (  3.4%)   0.1041 (  2.4%)  load-stdlib
   0.0557 ( 22.7%)   0.0198 (  8.6%)   0.0755 ( 15.9%)   0.0761 (  1.8%)  build-rewrite-system
   0.0288 ( 11.7%)   0.0087 (  3.8%)   0.0375 (  7.9%)   0.0376 (  0.9%)  perform-sema
   0.0287 ( 11.7%)   0.0087 (  3.8%)   0.0374 (  7.9%)   0.0375 (  0.9%)  Type checking and Semantic analysis
   0.0236 (  9.6%)   0.0064 (  2.8%)   0.0300 (  6.3%)   0.0300 (  0.7%)  typecheck-stmt
   0.0127 (  5.2%)   0.0120 (  5.2%)   0.0247 (  5.2%)   0.0249 (  0.6%)  import-clang-decl
   0.0177 (  7.2%)   0.0055 (  2.4%)   0.0232 (  4.9%)   0.0232 (  0.5%)  typecheck-expr
   0.0095 (  3.9%)   0.0038 (  1.7%)   0.0133 (  2.8%)   0.0133 (  0.3%)  precheck-target
   0.0053 (  2.2%)   0.0032 (  1.4%)   0.0085 (  1.8%)   0.0085 (  0.2%)  IRGen
   0.0057 (  2.3%)   0.0023 (  1.0%)   0.0080 (  1.7%)   0.0081 (  0.2%)  typecheck-decl
   0.0056 (  2.3%)   0.0014 (  0.6%)   0.0070 (  1.5%)   0.0070 (  0.2%)  SILGen
   0.0047 (  1.9%)   0.0001 (  0.1%)   0.0049 (  1.0%)   0.0050 (  0.1%)  SIL optimization
   0.0029 (  1.2%)   0.0006 (  0.2%)   0.0035 (  0.7%)   0.0035 (  0.1%)  SILGen-function
   0.0010 (  0.4%)   0.0005 (  0.2%)   0.0015 (  0.3%)   0.0015 (  0.0%)  load-all-members
   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%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2457 (100.0%)   0.2297 (100.0%)   0.4753 (100.0%)   4.2846 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3031 seconds (3.3288 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6817 (100.0%)   0.6214 (100.0%)   1.3031 (100.0%)   3.3288 (100.0%)  Building Target
   0.6817 (100.0%)   0.6214 (100.0%)   1.3031 (100.0%)   3.3288 (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-1745665063048478-swift-frontend-MessagePack-SingleValueEncodingContainer.swift-arm64_apple_watchos11.4-o-Onone-605130624.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7014 seconds (3.8467 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 (  4.7%)   0.0657 ( 25.1%)   0.0863 ( 12.3%)   1.6169 ( 42.0%)  parse-and-resolve-imports
   0.0202 (  4.6%)   0.0649 ( 24.8%)   0.0851 ( 12.1%)   1.6137 ( 42.0%)  Import resolution
   0.0807 ( 18.3%)   0.0280 ( 10.7%)   0.1087 ( 15.5%)   0.1087 (  2.8%)  build-rewrite-system
   0.0017 (  0.4%)   0.0104 (  4.0%)   0.0121 (  1.7%)   0.0879 (  2.3%)  load-stdlib
   0.0643 ( 14.6%)   0.0194 (  7.4%)   0.0837 ( 11.9%)   0.0864 (  2.2%)  perform-sema
   0.0642 ( 14.6%)   0.0194 (  7.4%)   0.0836 ( 11.9%)   0.0863 (  2.2%)  Type checking and Semantic analysis
   0.0516 ( 11.7%)   0.0118 (  4.5%)   0.0634 (  9.0%)   0.0640 (  1.7%)  typecheck-expr
   0.0500 ( 11.4%)   0.0089 (  3.4%)   0.0589 (  8.4%)   0.0590 (  1.5%)  typecheck-stmt
   0.0243 (  5.5%)   0.0122 (  4.7%)   0.0366 (  5.2%)   0.0392 (  1.0%)  typecheck-decl
   0.0135 (  3.1%)   0.0103 (  3.9%)   0.0238 (  3.4%)   0.0249 (  0.6%)  import-clang-decl
   0.0161 (  3.7%)   0.0005 (  0.2%)   0.0166 (  2.4%)   0.0166 (  0.4%)  SIL optimization
   0.0079 (  1.8%)   0.0038 (  1.5%)   0.0117 (  1.7%)   0.0119 (  0.3%)  IRGen
   0.0086 (  2.0%)   0.0022 (  0.9%)   0.0108 (  1.5%)   0.0109 (  0.3%)  precheck-target
   0.0089 (  2.0%)   0.0020 (  0.8%)   0.0109 (  1.5%)   0.0109 (  0.3%)  SILGen
   0.0066 (  1.5%)   0.0015 (  0.6%)   0.0081 (  1.2%)   0.0081 (  0.2%)  SILGen-function
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  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%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4402 (100.0%)   0.2612 (100.0%)   0.7014 (100.0%)   3.8467 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6392 seconds (3.3319 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9766 (100.0%)   0.6627 (100.0%)   1.6392 (100.0%)   3.3319 (100.0%)  Building Target
   0.9766 (100.0%)   0.6627 (100.0%)   1.6392 (100.0%)   3.3319 (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-1745665063044951-swift-frontend-MessagePack-UnkeyedDecodingContainer.swift-arm64_apple_watchos11.4-o-Onone-2336661997.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6603 seconds (3.9140 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0243 (  6.0%)   0.0668 ( 26.0%)   0.0911 ( 13.8%)   1.6993 ( 43.4%)  parse-and-resolve-imports
   0.0240 (  6.0%)   0.0665 ( 25.9%)   0.0906 ( 13.7%)   1.6988 ( 43.4%)  Import resolution
   0.0802 ( 19.9%)   0.0274 ( 10.7%)   0.1076 ( 16.3%)   0.1084 (  2.8%)  build-rewrite-system
   0.0128 (  3.2%)   0.0349 ( 13.6%)   0.0477 (  7.2%)   0.0838 (  2.1%)  load-stdlib
   0.0529 ( 13.1%)   0.0108 (  4.2%)   0.0637 (  9.7%)   0.0638 (  1.6%)  perform-sema
   0.0529 ( 13.1%)   0.0108 (  4.2%)   0.0637 (  9.6%)   0.0637 (  1.6%)  Type checking and Semantic analysis
   0.0335 (  8.3%)   0.0061 (  2.4%)   0.0396 (  6.0%)   0.0396 (  1.0%)  typecheck-expr
   0.0314 (  7.8%)   0.0057 (  2.2%)   0.0371 (  5.6%)   0.0371 (  0.9%)  typecheck-stmt
   0.0267 (  6.6%)   0.0055 (  2.1%)   0.0322 (  4.9%)   0.0322 (  0.8%)  typecheck-decl
   0.0128 (  3.2%)   0.0103 (  4.0%)   0.0232 (  3.5%)   0.0233 (  0.6%)  import-clang-decl
   0.0112 (  2.8%)   0.0031 (  1.2%)   0.0143 (  2.2%)   0.0143 (  0.4%)  precheck-target
   0.0097 (  2.4%)   0.0041 (  1.6%)   0.0138 (  2.1%)   0.0138 (  0.4%)  IRGen
   0.0108 (  2.7%)   0.0021 (  0.8%)   0.0129 (  2.0%)   0.0129 (  0.3%)  SILGen
   0.0066 (  1.6%)   0.0012 (  0.5%)   0.0077 (  1.2%)   0.0077 (  0.2%)  SILGen-function
   0.0075 (  1.8%)   0.0001 (  0.0%)   0.0075 (  1.1%)   0.0076 (  0.2%)  SIL optimization
   0.0052 (  1.3%)   0.0010 (  0.4%)   0.0062 (  0.9%)   0.0062 (  0.2%)  typecheck-expr-pattern
   0.0009 (  0.2%)   0.0005 (  0.2%)   0.0015 (  0.2%)   0.0015 (  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%)  associated-type-inference
   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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4035 (100.0%)   0.2568 (100.0%)   0.6603 (100.0%)   3.9140 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6104 seconds (3.3356 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9599 (100.0%)   0.6505 (100.0%)   1.6104 (100.0%)   3.3356 (100.0%)  Building Target
   0.9599 (100.0%)   0.6505 (100.0%)   1.6104 (100.0%)   3.3356 (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

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-1745665063049668-swift-frontend-MessagePack-all-arm64_apple_watchos11.4-swiftmodule-Onone-2286758748.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5396 seconds (3.8594 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0190 (  5.4%)   0.0562 ( 29.7%)   0.0752 ( 13.9%)   1.6839 ( 43.6%)  parse-and-resolve-imports
   0.0186 (  5.3%)   0.0560 ( 29.6%)   0.0746 ( 13.8%)   1.6834 ( 43.6%)  Import resolution
   0.0017 (  0.5%)   0.0106 (  5.6%)   0.0123 (  2.3%)   0.1144 (  3.0%)  load-stdlib
   0.0749 ( 21.4%)   0.0154 (  8.1%)   0.0903 ( 16.7%)   0.0904 (  2.3%)  perform-sema
   0.0748 ( 21.3%)   0.0153 (  8.1%)   0.0901 ( 16.7%)   0.0902 (  2.3%)  Type checking and Semantic analysis
   0.0746 ( 21.3%)   0.0152 (  8.0%)   0.0898 ( 16.6%)   0.0899 (  2.3%)  typecheck-decl
   0.0323 (  9.2%)   0.0072 (  3.8%)   0.0396 (  7.3%)   0.0396 (  1.0%)  typecheck-expr
   0.0134 (  3.8%)   0.0032 (  1.7%)   0.0166 (  3.1%)   0.0167 (  0.4%)  build-rewrite-system
   0.0130 (  3.7%)   0.0027 (  1.4%)   0.0157 (  2.9%)   0.0157 (  0.4%)  SILGen
   0.0099 (  2.8%)   0.0018 (  0.9%)   0.0117 (  2.2%)   0.0117 (  0.3%)  SIL optimization
   0.0078 (  2.2%)   0.0022 (  1.2%)   0.0100 (  1.9%)   0.0100 (  0.3%)  precheck-target
   0.0047 (  1.3%)   0.0005 (  0.3%)   0.0052 (  1.0%)   0.0051 (  0.1%)  SILGen-function
   0.0017 (  0.5%)   0.0021 (  1.1%)   0.0038 (  0.7%)   0.0038 (  0.1%)  import-clang-decl
   0.0025 (  0.7%)   0.0005 (  0.3%)   0.0030 (  0.5%)   0.0030 (  0.1%)  Serialization, swiftmodule
   0.0010 (  0.3%)   0.0001 (  0.0%)   0.0011 (  0.2%)   0.0011 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.1%)   0.0001 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   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%)  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%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.3505 (100.0%)   0.1892 (100.0%)   0.5396 (100.0%)   3.8594 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2199 seconds (1.9308 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1305 (100.0%)   0.0895 (100.0%)   0.2199 (100.0%)   1.9308 (100.0%)  Building Target
   0.1305 (100.0%)   0.0895 (100.0%)   0.2199 (100.0%)   1.9308 (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}
                ^
SwiftEmitModule normal arm64_32 Emitting\ module\ for\ MessagePack (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665063045369-swift-frontend-MessagePack-all-arm64_32_apple_watchos11.4-swiftmodule-Onone-1623701713.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.2753 seconds (3.7416 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9781 ( 43.0%)   0.4350 ( 43.6%)   1.4131 ( 43.1%)   1.6231 ( 43.4%)  parse-and-resolve-imports
   0.9777 ( 42.9%)   0.4336 ( 43.4%)   1.4113 ( 43.1%)   1.6195 ( 43.3%)  Import resolution
   0.0747 (  3.3%)   0.0237 (  2.4%)   0.0984 (  3.0%)   0.1031 (  2.8%)  perform-sema
   0.0745 (  3.3%)   0.0236 (  2.4%)   0.0981 (  3.0%)   0.1029 (  2.8%)  Type checking and Semantic analysis
   0.0743 (  3.3%)   0.0235 (  2.4%)   0.0978 (  3.0%)   0.1026 (  2.7%)  typecheck-decl
   0.0130 (  0.6%)   0.0386 (  3.9%)   0.0516 (  1.6%)   0.0840 (  2.2%)  load-stdlib
   0.0318 (  1.4%)   0.0064 (  0.6%)   0.0382 (  1.2%)   0.0385 (  1.0%)  typecheck-expr
   0.0104 (  0.5%)   0.0045 (  0.4%)   0.0148 (  0.5%)   0.0153 (  0.4%)  SIL optimization
   0.0121 (  0.5%)   0.0016 (  0.2%)   0.0137 (  0.4%)   0.0137 (  0.4%)  SILGen
   0.0127 (  0.6%)   0.0009 (  0.1%)   0.0136 (  0.4%)   0.0136 (  0.4%)  build-rewrite-system
   0.0075 (  0.3%)   0.0017 (  0.2%)   0.0092 (  0.3%)   0.0095 (  0.3%)  precheck-target
   0.0025 (  0.1%)   0.0019 (  0.2%)   0.0044 (  0.1%)   0.0049 (  0.1%)  Serialization, swiftmodule
   0.0045 (  0.2%)   0.0003 (  0.0%)   0.0048 (  0.1%)   0.0048 (  0.1%)  SILGen-function
   0.0018 (  0.1%)   0.0019 (  0.2%)   0.0037 (  0.1%)   0.0037 (  0.1%)  import-clang-decl
   0.0011 (  0.0%)   0.0001 (  0.0%)   0.0012 (  0.0%)   0.0012 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.0%)   0.0008 (  0.1%)   0.0011 (  0.0%)   0.0011 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   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%)  source-file-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%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   2.2771 (100.0%)   0.9981 (100.0%)   3.2753 (100.0%)   3.7416 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6113 seconds (1.8630 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1007 (100.0%)   0.5106 (100.0%)   1.6113 (100.0%)   1.8630 (100.0%)  Building Target
   1.1007 (100.0%)   0.5106 (100.0%)   1.6113 (100.0%)   1.8630 (100.0%)  Total
EmitSwiftModule normal arm64_32 (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_32 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-1745665064982534-swift-frontend-MessagePack-MessagePackEncoder.swift-arm64_32_apple_watchos11.4-o-Onone-2904190123.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3731 seconds (0.3746 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0850 ( 32.7%)   0.0278 ( 24.6%)   0.1128 ( 30.2%)   0.1139 ( 30.4%)  build-rewrite-system
   0.0178 (  6.8%)   0.0193 ( 17.1%)   0.0371 (  9.9%)   0.0372 (  9.9%)  parse-and-resolve-imports
   0.0174 (  6.7%)   0.0191 ( 16.9%)   0.0366 (  9.8%)   0.0366 (  9.8%)  Import resolution
   0.0278 ( 10.7%)   0.0073 (  6.4%)   0.0351 (  9.4%)   0.0351 (  9.4%)  perform-sema
   0.0278 ( 10.7%)   0.0072 (  6.4%)   0.0350 (  9.4%)   0.0350 (  9.4%)  Type checking and Semantic analysis
   0.0233 (  9.0%)   0.0052 (  4.6%)   0.0285 (  7.6%)   0.0285 (  7.6%)  typecheck-stmt
   0.0127 (  4.9%)   0.0111 (  9.9%)   0.0238 (  6.4%)   0.0240 (  6.4%)  import-clang-decl
   0.0160 (  6.1%)   0.0043 (  3.8%)   0.0203 (  5.4%)   0.0203 (  5.4%)  typecheck-expr
   0.0085 (  3.3%)   0.0028 (  2.5%)   0.0114 (  3.1%)   0.0114 (  3.0%)  precheck-target
   0.0047 (  1.8%)   0.0028 (  2.5%)   0.0075 (  2.0%)   0.0075 (  2.0%)  IRGen
   0.0050 (  1.9%)   0.0020 (  1.7%)   0.0070 (  1.9%)   0.0070 (  1.9%)  typecheck-decl
   0.0049 (  1.9%)   0.0011 (  1.0%)   0.0060 (  1.6%)   0.0060 (  1.6%)  SILGen
   0.0047 (  1.8%)   0.0000 (  0.0%)   0.0047 (  1.3%)   0.0047 (  1.3%)  SIL optimization
   0.0011 (  0.4%)   0.0019 (  1.7%)   0.0030 (  0.8%)   0.0030 (  0.8%)  load-stdlib
   0.0025 (  1.0%)   0.0004 (  0.4%)   0.0030 (  0.8%)   0.0029 (  0.8%)  SILGen-function
   0.0009 (  0.3%)   0.0004 (  0.3%)   0.0013 (  0.3%)   0.0013 (  0.3%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2601 (100.0%)   0.1130 (100.0%)   0.3731 (100.0%)   0.3746 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3347 seconds (1.3930 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9251 (100.0%)   0.4096 (100.0%)   1.3347 (100.0%)   1.3930 (100.0%)  Building Target
   0.9251 (100.0%)   0.4096 (100.0%)   1.3347 (100.0%)   1.3930 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/MessagePackEncoder.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64_32 Emitting module for MessagePack (in target 'MessagePack' from project 'MessagePack')
SwiftDriver\ Compilation\ Requirements MessagePack normal arm64_32 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-watchos/MessagePack.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/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-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64_32-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64_32-apple-watchos.swiftmodule
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Headers/MessagePack-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -arch arm64_32 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Headers/MessagePack-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64_32-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64_32-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64_32-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64_32-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-watchos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-watchos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-watchos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-watchos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-watchos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-watchos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/Project/arm64_32-apple-watchos.swiftsourceinfo
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/Modules/MessagePack.swiftmodule/Project/arm64-apple-watchos.swiftsourceinfo
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-1745665065058811-swift-frontend-MessagePack-FixedWidthInteger_Bytes.swift-arm64_apple_watchos11.4-o-Onone-1693131059.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1823 seconds (0.1825 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0477 ( 40.6%)   0.0190 ( 29.3%)   0.0667 ( 36.6%)   0.0668 ( 36.6%)  build-rewrite-system
   0.0169 ( 14.4%)   0.0159 ( 24.4%)   0.0327 ( 18.0%)   0.0327 ( 17.9%)  parse-and-resolve-imports
   0.0164 ( 14.0%)   0.0156 ( 24.0%)   0.0320 ( 17.6%)   0.0320 ( 17.5%)  Import resolution
   0.0076 (  6.5%)   0.0024 (  3.6%)   0.0100 (  5.5%)   0.0100 (  5.5%)  perform-sema
   0.0075 (  6.4%)   0.0024 (  3.6%)   0.0099 (  5.4%)   0.0099 (  5.4%)  Type checking and Semantic analysis
   0.0037 (  3.1%)   0.0031 (  4.8%)   0.0068 (  3.7%)   0.0068 (  3.7%)  IRGen
   0.0041 (  3.5%)   0.0013 (  2.0%)   0.0054 (  3.0%)   0.0054 (  3.0%)  typecheck-decl
   0.0035 (  3.0%)   0.0011 (  1.6%)   0.0046 (  2.5%)   0.0046 (  2.5%)  typecheck-stmt
   0.0035 (  2.9%)   0.0001 (  0.1%)   0.0035 (  1.9%)   0.0035 (  1.9%)  SIL optimization
   0.0010 (  0.9%)   0.0018 (  2.8%)   0.0028 (  1.6%)   0.0028 (  1.5%)  load-stdlib
   0.0018 (  1.5%)   0.0007 (  1.1%)   0.0025 (  1.4%)   0.0026 (  1.4%)  typecheck-expr
   0.0015 (  1.3%)   0.0004 (  0.5%)   0.0019 (  1.0%)   0.0019 (  1.0%)  SILGen
   0.0008 (  0.7%)   0.0010 (  1.5%)   0.0017 (  0.9%)   0.0017 (  1.0%)  import-clang-decl
   0.0012 (  1.0%)   0.0003 (  0.5%)   0.0015 (  0.8%)   0.0015 (  0.8%)  SILGen-function
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  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%)  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%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1174 (100.0%)   0.0650 (100.0%)   0.1823 (100.0%)   0.1825 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4036 seconds (0.4066 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3220 (100.0%)   0.0816 (100.0%)   0.4036 (100.0%)   0.4066 (100.0%)  Building Target
   0.3220 (100.0%)   0.0816 (100.0%)   0.4036 (100.0%)   0.4066 (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_32 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-1745665065540148-swift-frontend-MessagePack-UnkeyedDecodingContainer.swift-arm64_32_apple_watchos11.4-o-Onone-1210439889.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4904 seconds (0.4919 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0530 ( 14.5%)   0.0160 ( 12.8%)   0.0689 ( 14.1%)   0.0700 ( 14.2%)  build-rewrite-system
   0.0569 ( 15.6%)   0.0126 ( 10.1%)   0.0695 ( 14.2%)   0.0695 ( 14.1%)  perform-sema
   0.0568 ( 15.5%)   0.0125 ( 10.1%)   0.0694 ( 14.1%)   0.0694 ( 14.1%)  Type checking and Semantic analysis
   0.0359 (  9.8%)   0.0075 (  6.0%)   0.0434 (  8.8%)   0.0434 (  8.8%)  typecheck-expr
   0.0329 (  9.0%)   0.0061 (  4.9%)   0.0390 (  8.0%)   0.0390 (  7.9%)  typecheck-stmt
   0.0179 (  4.9%)   0.0186 ( 15.0%)   0.0366 (  7.5%)   0.0366 (  7.4%)  parse-and-resolve-imports
   0.0290 (  7.9%)   0.0070 (  5.6%)   0.0360 (  7.3%)   0.0360 (  7.3%)  typecheck-decl
   0.0175 (  4.8%)   0.0183 ( 14.7%)   0.0358 (  7.3%)   0.0359 (  7.3%)  Import resolution
   0.0107 (  2.9%)   0.0102 (  8.2%)   0.0209 (  4.3%)   0.0211 (  4.3%)  import-clang-decl
   0.0121 (  3.3%)   0.0032 (  2.6%)   0.0153 (  3.1%)   0.0153 (  3.1%)  precheck-target
   0.0123 (  3.4%)   0.0028 (  2.3%)   0.0151 (  3.1%)   0.0151 (  3.1%)  SILGen
   0.0090 (  2.5%)   0.0051 (  4.1%)   0.0140 (  2.9%)   0.0142 (  2.9%)  IRGen
   0.0074 (  2.0%)   0.0013 (  1.0%)   0.0087 (  1.8%)   0.0087 (  1.8%)  SILGen-function
   0.0083 (  2.3%)   0.0003 (  0.3%)   0.0086 (  1.8%)   0.0086 (  1.8%)  SIL optimization
   0.0043 (  1.2%)   0.0007 (  0.6%)   0.0050 (  1.0%)   0.0050 (  1.0%)  typecheck-expr-pattern
   0.0010 (  0.3%)   0.0017 (  1.3%)   0.0026 (  0.5%)   0.0026 (  0.5%)  load-stdlib
   0.0009 (  0.2%)   0.0004 (  0.3%)   0.0013 (  0.3%)   0.0013 (  0.3%)  load-all-members
   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%)  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%)  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.3659 (100.0%)   0.1245 (100.0%)   0.4904 (100.0%)   0.4919 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.8017 seconds (0.8417 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5776 (100.0%)   0.2242 (100.0%)   0.8017 (100.0%)   0.8417 (100.0%)  Building Target
   0.5776 (100.0%)   0.2242 (100.0%)   0.8017 (100.0%)   0.8417 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/UnkeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 Compiling\ UnkeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/UnkeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/UnkeyedEncodingContainer.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-1745665066571204-swift-frontend-MessagePack-UnkeyedEncodingContainer.swift-arm64_32_apple_watchos11.4-o-Onone-161117185.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3070 seconds (0.3091 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0400 ( 18.0%)   0.0105 ( 12.5%)   0.0506 ( 16.5%)   0.0509 ( 16.5%)  perform-sema
   0.0400 ( 18.0%)   0.0105 ( 12.4%)   0.0505 ( 16.4%)   0.0508 ( 16.4%)  Type checking and Semantic analysis
   0.0163 (  7.3%)   0.0170 ( 20.1%)   0.0333 ( 10.8%)   0.0337 ( 10.9%)  parse-and-resolve-imports
   0.0270 ( 12.1%)   0.0065 (  7.7%)   0.0335 ( 10.9%)   0.0336 ( 10.9%)  typecheck-stmt
   0.0159 (  7.1%)   0.0160 ( 19.0%)   0.0319 ( 10.4%)   0.0323 ( 10.4%)  Import resolution
   0.0159 (  7.1%)   0.0046 (  5.4%)   0.0204 (  6.7%)   0.0207 (  6.7%)  typecheck-decl
   0.0152 (  6.8%)   0.0039 (  4.6%)   0.0191 (  6.2%)   0.0191 (  6.2%)  typecheck-expr
   0.0122 (  5.5%)   0.0036 (  4.2%)   0.0158 (  5.1%)   0.0158 (  5.1%)  build-rewrite-system
   0.0114 (  5.1%)   0.0021 (  2.5%)   0.0135 (  4.4%)   0.0137 (  4.4%)  SILGen
   0.0077 (  3.5%)   0.0014 (  1.6%)   0.0091 (  3.0%)   0.0091 (  2.9%)  SILGen-function
   0.0070 (  3.1%)   0.0019 (  2.3%)   0.0089 (  2.9%)   0.0089 (  2.9%)  precheck-target
   0.0056 (  2.5%)   0.0029 (  3.4%)   0.0085 (  2.8%)   0.0086 (  2.8%)  IRGen
   0.0050 (  2.3%)   0.0000 (  0.0%)   0.0050 (  1.6%)   0.0050 (  1.6%)  SIL optimization
   0.0021 (  0.9%)   0.0022 (  2.6%)   0.0043 (  1.4%)   0.0043 (  1.4%)  import-clang-decl
   0.0009 (  0.4%)   0.0014 (  1.6%)   0.0023 (  0.8%)   0.0023 (  0.8%)  load-stdlib
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  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, 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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2224 (100.0%)   0.0846 (100.0%)   0.3070 (100.0%)   0.3091 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1571 seconds (0.1590 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1142 (100.0%)   0.0429 (100.0%)   0.1571 (100.0%)   0.1590 (100.0%)  Building Target
   0.1142 (100.0%)   0.0429 (100.0%)   0.1571 (100.0%)   0.1590 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling MessagePackEncoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 Compiling\ SingleValueDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 /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-1745665066584813-swift-frontend-MessagePack-SingleValueDecodingContainer.swift-arm64_32_apple_watchos11.4-o-Onone-3619286521.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5034 seconds (0.5059 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0711 ( 18.7%)   0.0182 ( 14.8%)   0.0893 ( 17.7%)   0.0899 ( 17.8%)  perform-sema
   0.0710 ( 18.7%)   0.0182 ( 14.8%)   0.0892 ( 17.7%)   0.0898 ( 17.7%)  Type checking and Semantic analysis
   0.0604 ( 15.9%)   0.0139 ( 11.3%)   0.0743 ( 14.8%)   0.0747 ( 14.8%)  typecheck-stmt
   0.0517 ( 13.6%)   0.0116 (  9.5%)   0.0633 ( 12.6%)   0.0636 ( 12.6%)  typecheck-expr
   0.0162 (  4.3%)   0.0163 ( 13.3%)   0.0325 (  6.5%)   0.0325 (  6.4%)  parse-and-resolve-imports
   0.0157 (  4.1%)   0.0151 ( 12.3%)   0.0308 (  6.1%)   0.0308 (  6.1%)  Import resolution
   0.0163 (  4.3%)   0.0050 (  4.0%)   0.0212 (  4.2%)   0.0215 (  4.2%)  typecheck-decl
   0.0150 (  3.9%)   0.0052 (  4.2%)   0.0202 (  4.0%)   0.0204 (  4.0%)  build-rewrite-system
   0.0153 (  4.0%)   0.0044 (  3.6%)   0.0197 (  3.9%)   0.0198 (  3.9%)  precheck-target
   0.0119 (  3.1%)   0.0036 (  3.0%)   0.0155 (  3.1%)   0.0155 (  3.1%)  SILGen
   0.0090 (  2.4%)   0.0038 (  3.1%)   0.0127 (  2.5%)   0.0127 (  2.5%)  IRGen
   0.0118 (  3.1%)   0.0001 (  0.1%)   0.0119 (  2.4%)   0.0119 (  2.3%)  SIL optimization
   0.0079 (  2.1%)   0.0026 (  2.1%)   0.0105 (  2.1%)   0.0105 (  2.1%)  SILGen-function
   0.0023 (  0.6%)   0.0028 (  2.2%)   0.0051 (  1.0%)   0.0051 (  1.0%)  import-clang-decl
   0.0040 (  1.0%)   0.0006 (  0.5%)   0.0045 (  0.9%)   0.0045 (  0.9%)  typecheck-expr-pattern
   0.0010 (  0.3%)   0.0015 (  1.2%)   0.0025 (  0.5%)   0.0025 (  0.5%)  load-stdlib
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3806 (100.0%)   0.1228 (100.0%)   0.5034 (100.0%)   0.5059 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2468 seconds (0.2500 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1915 (100.0%)   0.0552 (100.0%)   0.2468 (100.0%)   0.2500 (100.0%)  Building Target
   0.1915 (100.0%)   0.0552 (100.0%)   0.2468 (100.0%)   0.2500 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64_32 Compiling UnkeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 Compiling\ SingleValueEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 /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}
                ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665066686114-swift-frontend-MessagePack-SingleValueEncodingContainer.swift-arm64_32_apple_watchos11.4-o-Onone-2935024635.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5190 seconds (0.5191 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0707 ( 18.3%)   0.0168 ( 12.7%)   0.0875 ( 16.9%)   0.0875 ( 16.9%)  perform-sema
   0.0707 ( 18.3%)   0.0167 ( 12.7%)   0.0874 ( 16.8%)   0.0874 ( 16.8%)  Type checking and Semantic analysis
   0.0565 ( 14.6%)   0.0131 (  9.9%)   0.0697 ( 13.4%)   0.0697 ( 13.4%)  typecheck-expr
   0.0544 ( 14.0%)   0.0113 (  8.6%)   0.0657 ( 12.7%)   0.0657 ( 12.7%)  typecheck-stmt
   0.0183 (  4.7%)   0.0237 ( 18.0%)   0.0420 (  8.1%)   0.0420 (  8.1%)  parse-and-resolve-imports
   0.0178 (  4.6%)   0.0234 ( 17.7%)   0.0412 (  7.9%)   0.0413 (  8.0%)  Import resolution
   0.0277 (  7.1%)   0.0081 (  6.1%)   0.0357 (  6.9%)   0.0357 (  6.9%)  typecheck-decl
   0.0153 (  3.9%)   0.0054 (  4.1%)   0.0207 (  4.0%)   0.0207 (  4.0%)  build-rewrite-system
   0.0167 (  4.3%)   0.0001 (  0.1%)   0.0168 (  3.2%)   0.0168 (  3.2%)  SIL optimization
   0.0090 (  2.3%)   0.0031 (  2.4%)   0.0121 (  2.3%)   0.0121 (  2.3%)  IRGen
   0.0096 (  2.5%)   0.0020 (  1.5%)   0.0116 (  2.2%)   0.0116 (  2.2%)  SILGen
   0.0092 (  2.4%)   0.0020 (  1.5%)   0.0112 (  2.2%)   0.0112 (  2.2%)  precheck-target
   0.0071 (  1.8%)   0.0014 (  1.1%)   0.0085 (  1.6%)   0.0085 (  1.6%)  SILGen-function
   0.0027 (  0.7%)   0.0033 (  2.5%)   0.0059 (  1.1%)   0.0059 (  1.1%)  import-clang-decl
   0.0010 (  0.3%)   0.0014 (  1.1%)   0.0024 (  0.5%)   0.0024 (  0.5%)  load-stdlib
   0.0004 (  0.1%)   0.0001 (  0.1%)   0.0004 (  0.1%)   0.0004 (  0.1%)  get-conformance-access-path
   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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3870 (100.0%)   0.1319 (100.0%)   0.5190 (100.0%)   0.5191 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2630 seconds (0.2638 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2040 (100.0%)   0.0591 (100.0%)   0.2630 (100.0%)   0.2638 (100.0%)  Building Target
   0.2040 (100.0%)   0.0591 (100.0%)   0.2630 (100.0%)   0.2638 (100.0%)  Total
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 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-1745665066686759-swift-frontend-MessagePack-KeyedDecodingContainer.swift-arm64_32_apple_watchos11.4-o-Onone-283101001.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3986 seconds (0.3989 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0501 ( 17.5%)   0.0122 ( 10.8%)   0.0622 ( 15.6%)   0.0622 ( 15.6%)  perform-sema
   0.0500 ( 17.5%)   0.0121 ( 10.7%)   0.0621 ( 15.6%)   0.0621 ( 15.6%)  Type checking and Semantic analysis
   0.0426 ( 14.9%)   0.0106 (  9.4%)   0.0532 ( 13.3%)   0.0532 ( 13.3%)  typecheck-decl
   0.0345 ( 12.1%)   0.0088 (  7.8%)   0.0433 ( 10.9%)   0.0433 ( 10.9%)  typecheck-expr
   0.0183 (  6.4%)   0.0245 ( 21.7%)   0.0428 ( 10.7%)   0.0429 ( 10.8%)  parse-and-resolve-imports
   0.0179 (  6.3%)   0.0242 ( 21.4%)   0.0421 ( 10.6%)   0.0422 ( 10.6%)  Import resolution
   0.0124 (  4.3%)   0.0041 (  3.6%)   0.0165 (  4.1%)   0.0165 (  4.1%)  build-rewrite-system
   0.0119 (  4.2%)   0.0041 (  3.6%)   0.0160 (  4.0%)   0.0160 (  4.0%)  IRGen
   0.0106 (  3.7%)   0.0036 (  3.2%)   0.0143 (  3.6%)   0.0143 (  3.6%)  precheck-target
   0.0108 (  3.8%)   0.0020 (  1.8%)   0.0128 (  3.2%)   0.0128 (  3.2%)  SILGen
   0.0085 (  3.0%)   0.0017 (  1.5%)   0.0103 (  2.6%)   0.0103 (  2.6%)  typecheck-stmt
   0.0082 (  2.9%)   0.0014 (  1.3%)   0.0096 (  2.4%)   0.0096 (  2.4%)  SILGen-function
   0.0070 (  2.5%)   0.0000 (  0.0%)   0.0071 (  1.8%)   0.0071 (  1.8%)  SIL optimization
   0.0018 (  0.6%)   0.0023 (  2.0%)   0.0041 (  1.0%)   0.0041 (  1.0%)  import-clang-decl
   0.0009 (  0.3%)   0.0013 (  1.1%)   0.0022 (  0.5%)   0.0022 (  0.5%)  load-stdlib
   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%)  source-file-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%)  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.2856 (100.0%)   0.1130 (100.0%)   0.3986 (100.0%)   0.3989 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2084 seconds (0.2085 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1579 (100.0%)   0.0505 (100.0%)   0.2084 (100.0%)   0.2085 (100.0%)  Building Target
   0.1579 (100.0%)   0.0505 (100.0%)   0.2084 (100.0%)   0.2085 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 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-1745665066710455-swift-frontend-MessagePack-AnyCodingKey.swift-arm64_32_apple_watchos11.4-o-Onone-1777886365.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1774 seconds (0.1775 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 ( 18.5%)   0.0267 ( 34.6%)   0.0452 ( 25.5%)   0.0453 ( 25.5%)  parse-and-resolve-imports
   0.0180 ( 18.0%)   0.0264 ( 34.3%)   0.0444 ( 25.1%)   0.0445 ( 25.1%)  Import resolution
   0.0122 ( 12.1%)   0.0045 (  5.8%)   0.0167 (  9.4%)   0.0167 (  9.4%)  perform-sema
   0.0121 ( 12.1%)   0.0045 (  5.8%)   0.0166 (  9.3%)   0.0166 (  9.3%)  Type checking and Semantic analysis
   0.0077 (  7.6%)   0.0031 (  4.0%)   0.0107 (  6.0%)   0.0107 (  6.0%)  typecheck-stmt
   0.0049 (  4.9%)   0.0031 (  4.0%)   0.0080 (  4.5%)   0.0080 (  4.5%)  IRGen
   0.0059 (  5.9%)   0.0016 (  2.1%)   0.0075 (  4.2%)   0.0075 (  4.2%)  typecheck-decl
   0.0060 (  6.0%)   0.0008 (  1.1%)   0.0069 (  3.9%)   0.0069 (  3.9%)  SILGen
   0.0050 (  5.0%)   0.0010 (  1.2%)   0.0060 (  3.4%)   0.0060 (  3.4%)  typecheck-expr
   0.0011 (  1.1%)   0.0032 (  4.2%)   0.0043 (  2.4%)   0.0043 (  2.4%)  load-stdlib
   0.0036 (  3.6%)   0.0001 (  0.1%)   0.0036 (  2.1%)   0.0036 (  2.0%)  SIL optimization
   0.0030 (  3.0%)   0.0004 (  0.5%)   0.0034 (  1.9%)   0.0034 (  1.9%)  SILGen-function
   0.0011 (  1.1%)   0.0015 (  1.9%)   0.0026 (  1.5%)   0.0026 (  1.4%)  import-clang-decl
   0.0007 (  0.7%)   0.0003 (  0.4%)   0.0010 (  0.6%)   0.0011 (  0.6%)  build-rewrite-system
   0.0004 (  0.4%)   0.0000 (  0.0%)   0.0004 (  0.2%)   0.0004 (  0.2%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1002 (100.0%)   0.0772 (100.0%)   0.1774 (100.0%)   0.1775 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1207 seconds (0.1212 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0744 (100.0%)   0.0463 (100.0%)   0.1207 (100.0%)   0.1212 (100.0%)  Building Target
   0.0744 (100.0%)   0.0463 (100.0%)   0.1207 (100.0%)   0.1212 (100.0%)  Total
SwiftCompile normal arm64_32 /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_32 /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_32 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-1745665066712151-swift-frontend-MessagePack-KeyedEncodingContainer.swift-arm64_32_apple_watchos11.4-o-Onone-2458017449.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3241 seconds (0.3243 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0187 (  8.5%)   0.0286 ( 27.6%)   0.0474 ( 14.6%)   0.0475 ( 14.6%)  parse-and-resolve-imports
   0.0184 (  8.3%)   0.0283 ( 27.2%)   0.0467 ( 14.4%)   0.0468 ( 14.4%)  Import resolution
   0.0363 ( 16.5%)   0.0083 (  8.0%)   0.0446 ( 13.8%)   0.0446 ( 13.8%)  perform-sema
   0.0362 ( 16.4%)   0.0083 (  8.0%)   0.0445 ( 13.7%)   0.0445 ( 13.7%)  Type checking and Semantic analysis
   0.0236 ( 10.7%)   0.0053 (  5.1%)   0.0289 (  8.9%)   0.0289 (  8.9%)  typecheck-stmt
   0.0158 (  7.2%)   0.0037 (  3.6%)   0.0194 (  6.0%)   0.0194 (  6.0%)  typecheck-decl
   0.0155 (  7.0%)   0.0027 (  2.5%)   0.0181 (  5.6%)   0.0181 (  5.6%)  typecheck-expr
   0.0124 (  5.6%)   0.0025 (  2.4%)   0.0150 (  4.6%)   0.0150 (  4.6%)  SILGen
   0.0114 (  5.2%)   0.0035 (  3.3%)   0.0148 (  4.6%)   0.0148 (  4.6%)  build-rewrite-system
   0.0075 (  3.4%)   0.0040 (  3.8%)   0.0115 (  3.5%)   0.0115 (  3.5%)  IRGen
   0.0086 (  3.9%)   0.0016 (  1.6%)   0.0102 (  3.2%)   0.0102 (  3.1%)  SILGen-function
   0.0071 (  3.2%)   0.0022 (  2.2%)   0.0094 (  2.9%)   0.0094 (  2.9%)  precheck-target
   0.0055 (  2.5%)   0.0000 (  0.0%)   0.0055 (  1.7%)   0.0055 (  1.7%)  SIL optimization
   0.0013 (  0.6%)   0.0032 (  3.1%)   0.0045 (  1.4%)   0.0045 (  1.4%)  load-stdlib
   0.0017 (  0.8%)   0.0015 (  1.4%)   0.0032 (  1.0%)   0.0032 (  1.0%)  import-clang-decl
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.1%)  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%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2202 (100.0%)   0.1039 (100.0%)   0.3241 (100.0%)   0.3243 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1675 seconds (0.1676 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1156 (100.0%)   0.0520 (100.0%)   0.1675 (100.0%)   0.1676 (100.0%)  Building Target
   0.1156 (100.0%)   0.0520 (100.0%)   0.1675 (100.0%)   0.1676 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64_32 Compiling MessagePackEncoder.swift (in target 'MessagePack' from project 'MessagePack')
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-1745665066717153-swift-frontend-MessagePack-UnkeyedEncodingContainer.swift-arm64_apple_watchos11.4-o-Onone-1087565122.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3293 seconds (0.3294 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0394 ( 17.6%)   0.0098 (  9.3%)   0.0491 ( 14.9%)   0.0491 ( 14.9%)  perform-sema
   0.0393 ( 17.6%)   0.0098 (  9.3%)   0.0491 ( 14.9%)   0.0491 ( 14.9%)  Type checking and Semantic analysis
   0.0184 (  8.2%)   0.0281 ( 26.6%)   0.0465 ( 14.1%)   0.0466 ( 14.1%)  parse-and-resolve-imports
   0.0181 (  8.1%)   0.0278 ( 26.3%)   0.0459 ( 13.9%)   0.0459 ( 13.9%)  Import resolution
   0.0266 ( 11.9%)   0.0063 (  6.0%)   0.0329 ( 10.0%)   0.0329 ( 10.0%)  typecheck-stmt
   0.0152 (  6.8%)   0.0041 (  3.9%)   0.0193 (  5.9%)   0.0193 (  5.9%)  typecheck-decl
   0.0141 (  6.3%)   0.0032 (  3.0%)   0.0173 (  5.3%)   0.0173 (  5.3%)  typecheck-expr
   0.0125 (  5.6%)   0.0036 (  3.5%)   0.0162 (  4.9%)   0.0162 (  4.9%)  build-rewrite-system
   0.0110 (  4.9%)   0.0023 (  2.2%)   0.0133 (  4.1%)   0.0133 (  4.1%)  SILGen
   0.0072 (  3.2%)   0.0021 (  2.0%)   0.0093 (  2.8%)   0.0093 (  2.8%)  precheck-target
   0.0077 (  3.5%)   0.0016 (  1.5%)   0.0093 (  2.8%)   0.0093 (  2.8%)  SILGen-function
   0.0056 (  2.5%)   0.0028 (  2.6%)   0.0084 (  2.6%)   0.0084 (  2.6%)  IRGen
   0.0053 (  2.4%)   0.0000 (  0.0%)   0.0053 (  1.6%)   0.0053 (  1.6%)  SIL optimization
   0.0019 (  0.8%)   0.0021 (  2.0%)   0.0040 (  1.2%)   0.0040 (  1.2%)  import-clang-decl
   0.0009 (  0.4%)   0.0020 (  1.9%)   0.0029 (  0.9%)   0.0029 (  0.9%)  load-stdlib
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0003 (  0.1%)  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%)  SIL verification, pre-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%)  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.2237 (100.0%)   0.1055 (100.0%)   0.3293 (100.0%)   0.3294 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1577 seconds (0.1578 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1073 (100.0%)   0.0504 (100.0%)   0.1577 (100.0%)   0.1578 (100.0%)  Building Target
   0.1073 (100.0%)   0.0504 (100.0%)   0.1577 (100.0%)   0.1578 (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 Compiling MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 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-1745665066718730-swift-frontend-MessagePack-FixedWidthInteger_Bytes.swift-arm64_32_apple_watchos11.4-o-Onone-2627450913.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1443 seconds (0.1444 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0185 ( 24.6%)   0.0275 ( 40.0%)   0.0461 ( 31.9%)   0.0461 ( 31.9%)  parse-and-resolve-imports
   0.0181 ( 24.0%)   0.0271 ( 39.3%)   0.0452 ( 31.3%)   0.0452 ( 31.3%)  Import resolution
   0.0076 ( 10.0%)   0.0023 (  3.3%)   0.0098 (  6.8%)   0.0098 (  6.8%)  perform-sema
   0.0075 (  9.9%)   0.0023 (  3.3%)   0.0097 (  6.7%)   0.0097 (  6.7%)  Type checking and Semantic analysis
   0.0032 (  4.3%)   0.0027 (  4.0%)   0.0060 (  4.1%)   0.0060 (  4.1%)  IRGen
   0.0041 (  5.4%)   0.0012 (  1.8%)   0.0053 (  3.7%)   0.0053 (  3.7%)  typecheck-decl
   0.0038 (  5.0%)   0.0011 (  1.6%)   0.0049 (  3.4%)   0.0049 (  3.4%)  build-rewrite-system
   0.0034 (  4.6%)   0.0010 (  1.4%)   0.0044 (  3.1%)   0.0044 (  3.1%)  typecheck-stmt
   0.0036 (  4.8%)   0.0001 (  0.2%)   0.0037 (  2.6%)   0.0037 (  2.6%)  SIL optimization
   0.0010 (  1.3%)   0.0024 (  3.5%)   0.0034 (  2.3%)   0.0034 (  2.3%)  load-stdlib
   0.0016 (  2.1%)   0.0006 (  0.8%)   0.0022 (  1.5%)   0.0022 (  1.5%)  typecheck-expr
   0.0015 (  2.0%)   0.0003 (  0.5%)   0.0019 (  1.3%)   0.0019 (  1.3%)  SILGen
   0.0012 (  1.7%)   0.0003 (  0.4%)   0.0015 (  1.1%)   0.0015 (  1.1%)  SILGen-function
   0.0002 (  0.3%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.0754 (100.0%)   0.0689 (100.0%)   0.1443 (100.0%)   0.1444 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.0922 seconds (0.0942 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0501 (100.0%)   0.0421 (100.0%)   0.0922 (100.0%)   0.0942 (100.0%)  Building Target
   0.0501 (100.0%)   0.0421 (100.0%)   0.0922 (100.0%)   0.0942 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Compiling KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64_32 Compiling\ MessagePackDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665066719573-swift-frontend-MessagePack-MessagePackDecoder.swift-arm64_32_apple_watchos11.4-o-Onone-3289266395.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2974 seconds (0.2975 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0182 (  9.1%)   0.0272 ( 27.9%)   0.0454 ( 15.3%)   0.0455 ( 15.3%)  parse-and-resolve-imports
   0.0361 ( 18.1%)   0.0087 (  8.9%)   0.0448 ( 15.1%)   0.0448 ( 15.1%)  perform-sema
   0.0179 (  8.9%)   0.0268 ( 27.6%)   0.0447 ( 15.0%)   0.0448 ( 15.1%)  Import resolution
   0.0361 ( 18.0%)   0.0087 (  8.9%)   0.0448 ( 15.0%)   0.0448 ( 15.0%)  Type checking and Semantic analysis
   0.0187 (  9.3%)   0.0059 (  6.1%)   0.0246 (  8.3%)   0.0246 (  8.3%)  typecheck-decl
   0.0209 ( 10.5%)   0.0033 (  3.4%)   0.0242 (  8.1%)   0.0242 (  8.1%)  typecheck-stmt
   0.0157 (  7.9%)   0.0028 (  2.9%)   0.0185 (  6.2%)   0.0185 (  6.2%)  typecheck-expr
   0.0091 (  4.6%)   0.0026 (  2.6%)   0.0117 (  3.9%)   0.0117 (  3.9%)  build-rewrite-system
   0.0057 (  2.9%)   0.0038 (  3.9%)   0.0095 (  3.2%)   0.0095 (  3.2%)  IRGen
   0.0067 (  3.4%)   0.0014 (  1.5%)   0.0081 (  2.7%)   0.0081 (  2.7%)  SILGen
   0.0060 (  3.0%)   0.0002 (  0.2%)   0.0063 (  2.1%)   0.0063 (  2.1%)  SIL optimization
   0.0038 (  1.9%)   0.0006 (  0.6%)   0.0045 (  1.5%)   0.0045 (  1.5%)  SILGen-function
   0.0019 (  1.0%)   0.0023 (  2.3%)   0.0042 (  1.4%)   0.0042 (  1.4%)  import-clang-decl
   0.0011 (  0.5%)   0.0028 (  2.9%)   0.0039 (  1.3%)   0.0039 (  1.3%)  load-stdlib
   0.0019 (  0.9%)   0.0002 (  0.2%)   0.0021 (  0.7%)   0.0021 (  0.7%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   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%)  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.2000 (100.0%)   0.0973 (100.0%)   0.2974 (100.0%)   0.2975 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1573 seconds (0.1574 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1068 (100.0%)   0.0505 (100.0%)   0.1573 (100.0%)   0.1574 (100.0%)  Building Target
   0.1068 (100.0%)   0.0505 (100.0%)   0.1573 (100.0%)   0.1574 (100.0%)  Total
SwiftCompile normal arm64_32 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

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_32 Compiling UnkeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64_32 Compiling FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64_32 Compiling AnyCodingKey.swift, Box.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64_32 Compiling SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedEncodingContainer.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-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/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-watchos/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-watchos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/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_32 Compiling MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64/Binary/MessagePack normal arm64 (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-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/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-watchos/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/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64/Binary/MessagePack
SwiftDriverJobDiscovery normal arm64_32 Compiling KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64_32 Compiling KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64_32 Compiling SingleValueEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriver\ Compilation MessagePack normal arm64_32 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-watchos/MessagePack.build/Objects-normal/arm64_32/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -target arm64_32-apple-watchos11.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-watchos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/watchos11.4-22T246-43efb940ff07ba2497b70ec94253f576.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources-normal/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/DerivedSources/arm64_32 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/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-watchos/MessagePack.build/Objects-normal/arm64_32/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/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/Binary/MessagePack normal arm64_32 (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_32-apple-watchos11.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/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-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack_lto.o -rdynamic -Xlinker -no_deduplicate -Xlinker -dependency_info -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack_dependency_info.dat -fobjc-link-runtime -L/Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/watchos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/Binary/MessagePack
CreateUniversalBinary /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/MessagePack normal arm64\ arm64_32 (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/lipo -create /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64/Binary/MessagePack /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/Binary/MessagePack -output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk --xcode-version 16E140 --platform-family watchOS --deployment-target 11.4 --bundle-identifier MessagePack --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework --target-triple arm64-apple-watchos11.4 --target-triple arm64_32-apple-watchos11.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/MessagePack --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64/MessagePack_dependency_info.dat --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/MessagePack.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/MessagePack.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftConstValuesFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-watchos/MessagePack.build/Objects-normal/arm64_32/MessagePack.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 03:57:47.145 appintentsmetadataprocessor[719:4077] Starting appintentsmetadataprocessor export
2025-04-26 03:57:47.148 appintentsmetadataprocessor[719:4077] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/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/WatchOS.platform/Developer/SDKs/WatchOS11.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/WatchOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/MessagePack.framework/MessagePack -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-watchos/MessagePack.framework/MessagePack.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/MessagePack.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-watchos/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-watchos/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.