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 macOS (Xcode) using Xcode 16.3 on 26 Apr 2025 10:57:39 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 platform=macOS,arch=arm64 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:         macosXcodebuild
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 platform=macOS,arch=arm64 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 platform=macOS,arch=arm64 "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/MacOSX.platform/Developer/SDKs/MacOSX15.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: b274b9b54465dbebd01363c471f3da54
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/b274b9b54465dbebd01363c471f3da54.xcbuilddata
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
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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug
    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
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
    cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Modules Versions/Current/Modules (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Modules /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Modules
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Resources Versions/Current/Resources (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Resources /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Resources
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/MessagePack.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/MessagePack.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/Current A (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh A /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/Current
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/MessagePack Versions/Current/MessagePack (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/MessagePack /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/MessagePack
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Headers Versions/Current/Headers (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh Versions/Current/Headers /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Resources (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/MessagePack.framework/Versions/A/Resources
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/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/MessagePack.framework/Versions/A/Headers
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A (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/MessagePack.framework/Versions/A
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions (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/MessagePack.framework/Versions
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MessagePack.framework
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Resources/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 -platform macosx -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Resources/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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/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/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/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftCompile normal arm64 Compiling\ KeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665053432219-swift-frontend-MessagePack-KeyedDecodingContainer.swift-arm64_apple_macos10.10-o-Onone-2042651193.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4732 seconds (5.7561 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0231 (  6.7%)   0.0206 ( 15.8%)   0.0437 (  9.2%)   2.6241 ( 45.6%)  parse-and-resolve-imports
   0.0227 (  6.6%)   0.0204 ( 15.6%)   0.0431 (  9.1%)   2.6235 ( 45.6%)  Import resolution
   0.0014 (  0.4%)   0.0042 (  3.2%)   0.0056 (  1.2%)   0.1274 (  2.2%)  load-stdlib
   0.0547 ( 15.9%)   0.0218 ( 16.7%)   0.0764 ( 16.2%)   0.0764 (  1.3%)  build-rewrite-system
   0.0480 ( 14.0%)   0.0110 (  8.5%)   0.0591 ( 12.5%)   0.0591 (  1.0%)  perform-sema
   0.0480 ( 14.0%)   0.0110 (  8.5%)   0.0590 ( 12.5%)   0.0590 (  1.0%)  Type checking and Semantic analysis
   0.0411 ( 12.0%)   0.0099 (  7.6%)   0.0509 ( 10.8%)   0.0510 (  0.9%)  typecheck-decl
   0.0332 (  9.7%)   0.0081 (  6.2%)   0.0412 (  8.7%)   0.0412 (  0.7%)  typecheck-expr
   0.0123 (  3.6%)   0.0101 (  7.8%)   0.0224 (  4.7%)   0.0226 (  0.4%)  import-clang-decl
   0.0128 (  3.7%)   0.0053 (  4.0%)   0.0180 (  3.8%)   0.0181 (  0.3%)  IRGen
   0.0103 (  3.0%)   0.0032 (  2.4%)   0.0135 (  2.9%)   0.0135 (  0.2%)  precheck-target
   0.0106 (  3.1%)   0.0018 (  1.4%)   0.0124 (  2.6%)   0.0125 (  0.2%)  SILGen
   0.0080 (  2.3%)   0.0013 (  1.0%)   0.0094 (  2.0%)   0.0094 (  0.2%)  typecheck-stmt
   0.0080 (  2.3%)   0.0013 (  1.0%)   0.0093 (  2.0%)   0.0093 (  0.2%)  SILGen-function
   0.0077 (  2.3%)   0.0003 (  0.2%)   0.0080 (  1.7%)   0.0080 (  0.1%)  SIL optimization
   0.0009 (  0.3%)   0.0002 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.3428 (100.0%)   0.1304 (100.0%)   0.4732 (100.0%)   5.7561 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0212 seconds (4.8666 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9643 (100.0%)   1.0569 (100.0%)   2.0212 (100.0%)   4.8666 (100.0%)  Building Target
   0.9643 (100.0%)   1.0569 (100.0%)   2.0212 (100.0%)   4.8666 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ MessagePackDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665053418254-swift-frontend-MessagePack-MessagePackDecoder.swift-arm64_apple_macos10.10-o-Onone-3268630724.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5639 seconds (5.7051 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0308 (  9.5%)   0.0595 ( 24.9%)   0.0904 ( 16.0%)   2.6516 ( 46.5%)  parse-and-resolve-imports
   0.0305 (  9.4%)   0.0594 ( 24.8%)   0.0898 ( 15.9%)   2.6511 ( 46.5%)  Import resolution
   0.0810 ( 24.9%)   0.0306 ( 12.8%)   0.1115 ( 19.8%)   0.1120 (  2.0%)  build-rewrite-system
   0.0127 (  3.9%)   0.0394 ( 16.5%)   0.0521 (  9.2%)   0.0703 (  1.2%)  load-stdlib
   0.0374 ( 11.5%)   0.0100 (  4.2%)   0.0474 (  8.4%)   0.0474 (  0.8%)  perform-sema
   0.0374 ( 11.5%)   0.0099 (  4.2%)   0.0473 (  8.4%)   0.0473 (  0.8%)  Type checking and Semantic analysis
   0.0208 (  6.4%)   0.0066 (  2.7%)   0.0273 (  4.9%)   0.0273 (  0.5%)  typecheck-decl
   0.0203 (  6.3%)   0.0038 (  1.6%)   0.0241 (  4.3%)   0.0241 (  0.4%)  typecheck-stmt
   0.0126 (  3.9%)   0.0103 (  4.3%)   0.0229 (  4.1%)   0.0229 (  0.4%)  import-clang-decl
   0.0151 (  4.6%)   0.0031 (  1.3%)   0.0182 (  3.2%)   0.0182 (  0.3%)  typecheck-expr
   0.0066 (  2.0%)   0.0037 (  1.6%)   0.0103 (  1.8%)   0.0103 (  0.2%)  IRGen
   0.0072 (  2.2%)   0.0016 (  0.7%)   0.0088 (  1.6%)   0.0088 (  0.2%)  SILGen
   0.0055 (  1.7%)   0.0000 (  0.0%)   0.0055 (  1.0%)   0.0055 (  0.1%)  SIL optimization
   0.0041 (  1.3%)   0.0007 (  0.3%)   0.0048 (  0.8%)   0.0048 (  0.1%)  SILGen-function
   0.0020 (  0.6%)   0.0003 (  0.1%)   0.0023 (  0.4%)   0.0023 (  0.0%)  precheck-target
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.3248 (100.0%)   0.2391 (100.0%)   0.5639 (100.0%)   5.7051 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1663 seconds (4.8815 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1074 (100.0%)   1.0589 (100.0%)   2.1663 (100.0%)   4.8815 (100.0%)  Building Target
   1.1074 (100.0%)   1.0589 (100.0%)   2.1663 (100.0%)   4.8815 (100.0%)  Total
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-1745665053418255-swift-frontend-MessagePack-MessagePackEncoder.swift-arm64_apple_macos10.10-o-Onone-1212455497.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4411 seconds (5.8780 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0262 ( 10.5%)   0.0545 ( 28.5%)   0.0807 ( 18.3%)   2.7570 ( 46.9%)  parse-and-resolve-imports
   0.0258 ( 10.3%)   0.0542 ( 28.3%)   0.0800 ( 18.1%)   2.7563 ( 46.9%)  Import resolution
   0.0017 (  0.7%)   0.0103 (  5.4%)   0.0120 (  2.7%)   0.0940 (  1.6%)  load-stdlib
   0.0523 ( 20.9%)   0.0192 ( 10.0%)   0.0715 ( 16.2%)   0.0727 (  1.2%)  build-rewrite-system
   0.0286 ( 11.4%)   0.0095 (  5.0%)   0.0381 (  8.6%)   0.0384 (  0.7%)  perform-sema
   0.0285 ( 11.4%)   0.0095 (  5.0%)   0.0380 (  8.6%)   0.0383 (  0.7%)  Type checking and Semantic analysis
   0.0229 (  9.2%)   0.0064 (  3.4%)   0.0293 (  6.6%)   0.0295 (  0.5%)  typecheck-stmt
   0.0128 (  5.1%)   0.0103 (  5.4%)   0.0231 (  5.2%)   0.0232 (  0.4%)  import-clang-decl
   0.0168 (  6.7%)   0.0053 (  2.8%)   0.0222 (  5.0%)   0.0223 (  0.4%)  typecheck-expr
   0.0092 (  3.7%)   0.0032 (  1.7%)   0.0123 (  2.8%)   0.0124 (  0.2%)  precheck-target
   0.0062 (  2.5%)   0.0032 (  1.7%)   0.0094 (  2.1%)   0.0095 (  0.2%)  typecheck-decl
   0.0049 (  2.0%)   0.0030 (  1.6%)   0.0080 (  1.8%)   0.0080 (  0.1%)  IRGen
   0.0054 (  2.2%)   0.0014 (  0.7%)   0.0068 (  1.5%)   0.0068 (  0.1%)  SILGen
   0.0047 (  1.9%)   0.0001 (  0.0%)   0.0048 (  1.1%)   0.0048 (  0.1%)  SIL optimization
   0.0030 (  1.2%)   0.0007 (  0.4%)   0.0038 (  0.9%)   0.0038 (  0.1%)  SILGen-function
   0.0008 (  0.3%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.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%)  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.2500 (100.0%)   0.1911 (100.0%)   0.4411 (100.0%)   5.8780 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9882 seconds (4.8776 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9049 (100.0%)   1.0833 (100.0%)   1.9882 (100.0%)   4.8776 (100.0%)  Building Target
   0.9049 (100.0%)   1.0833 (100.0%)   1.9882 (100.0%)   4.8776 (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\ 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-1745665053432425-swift-frontend-MessagePack-SingleValueDecodingContainer.swift-arm64_apple_macos10.10-o-Onone-1605088016.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6762 seconds (5.8520 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0256 (  5.6%)   0.0544 ( 24.7%)   0.0801 ( 11.8%)   2.6414 ( 45.1%)  parse-and-resolve-imports
   0.0252 (  5.5%)   0.0542 ( 24.6%)   0.0794 ( 11.7%)   2.6408 ( 45.1%)  Import resolution
   0.0730 ( 16.0%)   0.0175 (  7.9%)   0.0904 ( 13.4%)   0.0904 (  1.5%)  perform-sema
   0.0729 ( 16.0%)   0.0175 (  7.9%)   0.0904 ( 13.4%)   0.0904 (  1.5%)  Type checking and Semantic analysis
   0.0565 ( 12.4%)   0.0195 (  8.9%)   0.0761 ( 11.2%)   0.0769 (  1.3%)  build-rewrite-system
   0.0617 ( 13.5%)   0.0140 (  6.3%)   0.0756 ( 11.2%)   0.0757 (  1.3%)  typecheck-stmt
   0.0537 ( 11.8%)   0.0124 (  5.6%)   0.0661 (  9.8%)   0.0661 (  1.1%)  typecheck-expr
   0.0012 (  0.3%)   0.0032 (  1.5%)   0.0045 (  0.7%)   0.0567 (  1.0%)  load-stdlib
   0.0119 (  2.6%)   0.0108 (  4.9%)   0.0227 (  3.4%)   0.0227 (  0.4%)  import-clang-decl
   0.0176 (  3.9%)   0.0046 (  2.1%)   0.0222 (  3.3%)   0.0222 (  0.4%)  typecheck-decl
   0.0162 (  3.6%)   0.0039 (  1.8%)   0.0201 (  3.0%)   0.0201 (  0.3%)  precheck-target
   0.0094 (  2.1%)   0.0041 (  1.9%)   0.0136 (  2.0%)   0.0136 (  0.2%)  IRGen
   0.0116 (  2.5%)   0.0001 (  0.0%)   0.0116 (  1.7%)   0.0116 (  0.2%)  SIL optimization
   0.0091 (  2.0%)   0.0021 (  1.0%)   0.0112 (  1.7%)   0.0112 (  0.2%)  SILGen
   0.0052 (  1.1%)   0.0011 (  0.5%)   0.0064 (  0.9%)   0.0064 (  0.1%)  SILGen-function
   0.0042 (  0.9%)   0.0005 (  0.2%)   0.0047 (  0.7%)   0.0047 (  0.1%)  typecheck-expr-pattern
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.4560 (100.0%)   0.2201 (100.0%)   0.6762 (100.0%)   5.8520 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1007 seconds (4.8669 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9923 (100.0%)   1.1084 (100.0%)   2.1007 (100.0%)   4.8669 (100.0%)  Building Target
   0.9923 (100.0%)   1.1084 (100.0%)   2.1007 (100.0%)   4.8669 (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\ 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-1745665053433095-swift-frontend-MessagePack-UnkeyedDecodingContainer.swift-arm64_apple_macos10.10-o-Onone-4039542282.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4997 seconds (5.4466 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0225 (  6.0%)   0.0196 ( 15.8%)   0.0421 (  8.4%)   2.4611 ( 45.2%)  parse-and-resolve-imports
   0.0221 (  5.9%)   0.0193 ( 15.5%)   0.0414 (  8.3%)   2.4604 ( 45.2%)  Import resolution
   0.0014 (  0.4%)   0.0031 (  2.5%)   0.0046 (  0.9%)   0.1134 (  2.1%)  load-stdlib
   0.0789 ( 21.0%)   0.0265 ( 21.3%)   0.1053 ( 21.1%)   0.1053 (  1.9%)  build-rewrite-system
   0.0505 ( 13.5%)   0.0093 (  7.5%)   0.0598 ( 12.0%)   0.0598 (  1.1%)  perform-sema
   0.0504 ( 13.4%)   0.0093 (  7.4%)   0.0597 ( 11.9%)   0.0597 (  1.1%)  Type checking and Semantic analysis
   0.0315 (  8.4%)   0.0055 (  4.4%)   0.0371 (  7.4%)   0.0371 (  0.7%)  typecheck-expr
   0.0283 (  7.5%)   0.0040 (  3.2%)   0.0323 (  6.5%)   0.0323 (  0.6%)  typecheck-stmt
   0.0265 (  7.1%)   0.0053 (  4.3%)   0.0318 (  6.4%)   0.0318 (  0.6%)  typecheck-decl
   0.0123 (  3.3%)   0.0101 (  8.1%)   0.0225 (  4.5%)   0.0225 (  0.4%)  import-clang-decl
   0.0099 (  2.6%)   0.0058 (  4.6%)   0.0157 (  3.1%)   0.0157 (  0.3%)  IRGen
   0.0110 (  2.9%)   0.0022 (  1.8%)   0.0132 (  2.6%)   0.0132 (  0.2%)  precheck-target
   0.0106 (  2.8%)   0.0022 (  1.8%)   0.0128 (  2.6%)   0.0128 (  0.2%)  SILGen
   0.0065 (  1.7%)   0.0013 (  1.0%)   0.0078 (  1.6%)   0.0077 (  0.1%)  SILGen-function
   0.0074 (  2.0%)   0.0000 (  0.0%)   0.0075 (  1.5%)   0.0075 (  0.1%)  SIL optimization
   0.0047 (  1.2%)   0.0006 (  0.5%)   0.0052 (  1.1%)   0.0052 (  0.1%)  typecheck-expr-pattern
   0.0007 (  0.2%)   0.0002 (  0.2%)   0.0009 (  0.2%)   0.0009 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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.3752 (100.0%)   0.1245 (100.0%)   0.4997 (100.0%)   5.4466 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1882 seconds (4.8646 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1565 (100.0%)   1.0317 (100.0%)   2.1882 (100.0%)   4.8646 (100.0%)  Building Target
   1.1565 (100.0%)   1.0317 (100.0%)   2.1882 (100.0%)   4.8646 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/UnkeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ KeyedEncodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665053432691-swift-frontend-MessagePack-KeyedEncodingContainer.swift-arm64_apple_macos10.10-o-Onone-1122674806.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4945 seconds (5.6546 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0238 (  7.5%)   0.0465 ( 26.2%)   0.0703 ( 14.2%)   2.6104 ( 46.2%)  parse-and-resolve-imports
   0.0234 (  7.4%)   0.0460 ( 25.9%)   0.0694 ( 14.0%)   2.6096 ( 46.1%)  Import resolution
   0.0801 ( 25.3%)   0.0314 ( 17.7%)   0.1115 ( 22.6%)   0.1119 (  2.0%)  build-rewrite-system
   0.0014 (  0.4%)   0.0034 (  1.9%)   0.0048 (  1.0%)   0.0842 (  1.5%)  load-stdlib
   0.0376 ( 11.9%)   0.0082 (  4.6%)   0.0458 (  9.3%)   0.0458 (  0.8%)  perform-sema
   0.0375 ( 11.8%)   0.0082 (  4.6%)   0.0457 (  9.2%)   0.0457 (  0.8%)  Type checking and Semantic analysis
   0.0244 (  7.7%)   0.0056 (  3.2%)   0.0300 (  6.1%)   0.0300 (  0.5%)  typecheck-stmt
   0.0130 (  4.1%)   0.0106 (  6.0%)   0.0237 (  4.8%)   0.0237 (  0.4%)  import-clang-decl
   0.0164 (  5.2%)   0.0035 (  1.9%)   0.0198 (  4.0%)   0.0198 (  0.4%)  typecheck-decl
   0.0158 (  5.0%)   0.0026 (  1.5%)   0.0184 (  3.7%)   0.0184 (  0.3%)  typecheck-expr
   0.0125 (  3.9%)   0.0026 (  1.5%)   0.0151 (  3.1%)   0.0151 (  0.3%)  SILGen
   0.0077 (  2.4%)   0.0038 (  2.2%)   0.0115 (  2.3%)   0.0115 (  0.2%)  IRGen
   0.0092 (  2.9%)   0.0020 (  1.1%)   0.0112 (  2.3%)   0.0112 (  0.2%)  SILGen-function
   0.0077 (  2.4%)   0.0025 (  1.4%)   0.0103 (  2.1%)   0.0103 (  0.2%)  precheck-target
   0.0054 (  1.7%)   0.0002 (  0.1%)   0.0056 (  1.1%)   0.0056 (  0.1%)  SIL optimization
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3170 (100.0%)   0.1775 (100.0%)   0.4945 (100.0%)   5.6546 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1134 seconds (4.8646 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0831 (100.0%)   1.0303 (100.0%)   2.1134 (100.0%)   4.8646 (100.0%)  Building Target
   1.0831 (100.0%)   1.0303 (100.0%)   2.1134 (100.0%)   4.8646 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ AnyCodingKey.swift,\ Box.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Box.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665053424889-swift-frontend-MessagePack-AnyCodingKey.swift-arm64_apple_macos10.10-o-Onone-1911396902.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3555 seconds (5.0726 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0241 ( 12.4%)   0.0493 ( 30.6%)   0.0734 ( 20.6%)   2.3922 ( 47.2%)  parse-and-resolve-imports
   0.0238 ( 12.2%)   0.0491 ( 30.5%)   0.0729 ( 20.5%)   2.3917 ( 47.1%)  Import resolution
   0.0806 ( 41.4%)   0.0269 ( 16.7%)   0.1074 ( 30.2%)   0.1086 (  2.1%)  build-rewrite-system
   0.0018 (  0.9%)   0.0073 (  4.5%)   0.0091 (  2.6%)   0.0866 (  1.7%)  load-stdlib
   0.0126 (  6.5%)   0.0104 (  6.5%)   0.0230 (  6.5%)   0.0232 (  0.5%)  import-clang-decl
   0.0094 (  4.8%)   0.0034 (  2.1%)   0.0129 (  3.6%)   0.0129 (  0.3%)  perform-sema
   0.0093 (  4.8%)   0.0034 (  2.1%)   0.0128 (  3.6%)   0.0128 (  0.3%)  Type checking and Semantic analysis
   0.0050 (  2.6%)   0.0037 (  2.3%)   0.0087 (  2.4%)   0.0093 (  0.2%)  IRGen
   0.0062 (  3.2%)   0.0027 (  1.7%)   0.0090 (  2.5%)   0.0090 (  0.2%)  typecheck-stmt
   0.0059 (  3.0%)   0.0015 (  0.9%)   0.0073 (  2.1%)   0.0073 (  0.1%)  SILGen
   0.0044 (  2.3%)   0.0010 (  0.6%)   0.0054 (  1.5%)   0.0054 (  0.1%)  typecheck-decl
   0.0037 (  1.9%)   0.0008 (  0.5%)   0.0045 (  1.3%)   0.0045 (  0.1%)  typecheck-expr
   0.0029 (  1.5%)   0.0011 (  0.7%)   0.0040 (  1.1%)   0.0040 (  0.1%)  SILGen-function
   0.0036 (  1.8%)   0.0002 (  0.1%)   0.0038 (  1.1%)   0.0038 (  0.1%)  SIL optimization
   0.0008 (  0.4%)   0.0002 (  0.1%)   0.0010 (  0.3%)   0.0010 (  0.0%)  load-all-members
   0.0003 (  0.2%)   0.0000 (  0.0%)   0.0003 (  0.1%)   0.0003 (  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1945 (100.0%)   0.1610 (100.0%)   0.3555 (100.0%)   5.0726 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.3118 seconds (4.8689 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.1859 (100.0%)   1.1260 (100.0%)   2.3118 (100.0%)   4.8689 (100.0%)  Building Target
   1.1859 (100.0%)   1.1260 (100.0%)   2.3118 (100.0%)   4.8689 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Box.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

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-1745665053423928-swift-frontend-MessagePack-all-arm64_apple_macos10.10-swiftmodule-Onone-755748317.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 4.5690 seconds (5.1709 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.5898 ( 45.9%)   0.5208 ( 47.2%)   2.1106 ( 46.2%)   2.3773 ( 46.0%)  parse-and-resolve-imports
   1.5895 ( 45.9%)   0.5206 ( 47.2%)   2.1100 ( 46.2%)   2.3767 ( 46.0%)  Import resolution
   0.0690 (  2.0%)   0.0126 (  1.1%)   0.0816 (  1.8%)   0.0823 (  1.6%)  perform-sema
   0.0689 (  2.0%)   0.0125 (  1.1%)   0.0814 (  1.8%)   0.0821 (  1.6%)  Type checking and Semantic analysis
   0.0687 (  2.0%)   0.0124 (  1.1%)   0.0811 (  1.8%)   0.0818 (  1.6%)  typecheck-decl
   0.0017 (  0.0%)   0.0069 (  0.6%)   0.0086 (  0.2%)   0.0736 (  1.4%)  load-stdlib
   0.0288 (  0.8%)   0.0053 (  0.5%)   0.0341 (  0.7%)   0.0344 (  0.7%)  typecheck-expr
   0.0095 (  0.3%)   0.0045 (  0.4%)   0.0139 (  0.3%)   0.0145 (  0.3%)  SIL optimization
   0.0111 (  0.3%)   0.0014 (  0.1%)   0.0125 (  0.3%)   0.0125 (  0.2%)  SILGen
   0.0118 (  0.3%)   0.0004 (  0.0%)   0.0122 (  0.3%)   0.0122 (  0.2%)  build-rewrite-system
   0.0069 (  0.2%)   0.0011 (  0.1%)   0.0080 (  0.2%)   0.0080 (  0.2%)  precheck-target
   0.0024 (  0.1%)   0.0022 (  0.2%)   0.0046 (  0.1%)   0.0052 (  0.1%)  Serialization, swiftmodule
   0.0040 (  0.1%)   0.0003 (  0.0%)   0.0043 (  0.1%)   0.0043 (  0.1%)  SILGen-function
   0.0018 (  0.1%)   0.0018 (  0.2%)   0.0037 (  0.1%)   0.0037 (  0.1%)  import-clang-decl
   0.0010 (  0.0%)   0.0001 (  0.0%)   0.0011 (  0.0%)   0.0011 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.0%)   0.0007 (  0.1%)   0.0010 (  0.0%)   0.0010 (  0.0%)  Serialization, swiftdoc
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   3.4655 (100.0%)   1.1034 (100.0%)   4.5690 (100.0%)   5.1709 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.2418 seconds (2.5756 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.6928 (100.0%)   0.5491 (100.0%)   2.2418 (100.0%)   2.5756 (100.0%)  Building Target
   1.6928 (100.0%)   0.5491 (100.0%)   2.2418 (100.0%)   2.5756 (100.0%)  Total
EmitSwiftModule normal arm64 (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift:25:9: warning: 'Hashable.hashValue' is deprecated as a protocol requirement; conform type 'AnyCodingKey' to 'Hashable' by implementing 'hash(into:)' instead
    var hashValue: Int {
        ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
    func decode(_ type: Date.Type) throws -> Date {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: candidate has non-matching type '(Date.Type) throws -> Date'
    func decode(_ type: Date.Type) throws -> Date {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: move 'decode' to another extension to silence this warning
    func decode(_ type: Date.Type) throws -> Date {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: make 'decode' private to silence this warning
    func decode(_ type: Date.Type) throws -> Date {
         ^
    private
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
  func decode(_ type: Int128.Type) throws -> Int128}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
    func decode(_ type: Data.Type) throws -> Data {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: candidate has non-matching type '(Data.Type) throws -> Data'
    func decode(_ type: Data.Type) throws -> Data {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: move 'decode' to another extension to silence this warning
    func decode(_ type: Data.Type) throws -> Data {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: make 'decode' private to silence this warning
    func decode(_ type: Data.Type) throws -> Data {
         ^
    private
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
  func decode(_ type: UInt128.Type) throws -> UInt128}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
    func encode(_ value: Date) throws {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: note: candidate has non-matching type '(Date) throws -> ()'
    func encode(_ value: Date) throws {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: note: move 'encode' to another extension to silence this warning
    func encode(_ value: Date) throws {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:196:10: note: make 'encode' private to silence this warning
    func encode(_ value: Date) throws {
         ^
    private
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
  mutating func encode(_ value: Int128) throws}
                ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: warning: instance method 'encode' nearly matches defaulted requirement 'encode' of protocol 'SingleValueEncodingContainer'
    func encode(_ value: Data) throws {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: note: candidate has non-matching type '(Data) throws -> ()'
    func encode(_ value: Data) throws {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: note: move 'encode' to another extension to silence this warning
    func encode(_ value: Data) throws {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/SingleValueEncodingContainer.swift:223:10: note: make 'encode' private to silence this warning
    func encode(_ value: Data) throws {
         ^
    private
Swift.SingleValueEncodingContainer.encode:3:17: note: requirement 'encode' declared here
  mutating func encode(_ value: UInt128) throws}
                ^
SwiftCompile normal arm64 Compiling\ FixedWidthInteger+Bytes.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665053432779-swift-frontend-MessagePack-FixedWidthInteger_Bytes.swift-arm64_apple_macos10.10-o-Onone-1758956909.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2709 seconds (5.0306 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0250 ( 19.6%)   0.0582 ( 40.7%)   0.0832 ( 30.7%)   2.4373 ( 48.4%)  parse-and-resolve-imports
   0.0247 ( 19.3%)   0.0580 ( 40.5%)   0.0827 ( 30.5%)   2.4367 ( 48.4%)  Import resolution
   0.0462 ( 36.1%)   0.0150 ( 10.5%)   0.0611 ( 22.6%)   0.0611 (  1.2%)  build-rewrite-system
   0.0012 (  0.9%)   0.0035 (  2.5%)   0.0047 (  1.7%)   0.0563 (  1.1%)  load-stdlib
   0.0066 (  5.1%)   0.0014 (  1.0%)   0.0080 (  2.9%)   0.0080 (  0.2%)  perform-sema
   0.0065 (  5.1%)   0.0014 (  1.0%)   0.0079 (  2.9%)   0.0079 (  0.2%)  Type checking and Semantic analysis
   0.0030 (  2.4%)   0.0023 (  1.6%)   0.0053 (  2.0%)   0.0053 (  0.1%)  IRGen
   0.0037 (  2.9%)   0.0008 (  0.6%)   0.0045 (  1.7%)   0.0045 (  0.1%)  typecheck-decl
   0.0035 (  2.7%)   0.0001 (  0.1%)   0.0036 (  1.3%)   0.0036 (  0.1%)  SIL optimization
   0.0029 (  2.2%)   0.0006 (  0.4%)   0.0034 (  1.3%)   0.0034 (  0.1%)  typecheck-stmt
   0.0014 (  1.1%)   0.0003 (  0.2%)   0.0018 (  0.6%)   0.0018 (  0.0%)  typecheck-expr
   0.0013 (  1.0%)   0.0004 (  0.3%)   0.0017 (  0.6%)   0.0017 (  0.0%)  SILGen
   0.0007 (  0.6%)   0.0008 (  0.5%)   0.0015 (  0.6%)   0.0015 (  0.0%)  import-clang-decl
   0.0010 (  0.8%)   0.0003 (  0.2%)   0.0013 (  0.5%)   0.0013 (  0.0%)  SILGen-function
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1278 (100.0%)   0.1430 (100.0%)   0.2709 (100.0%)   5.0306 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5423 seconds (2.9580 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3927 (100.0%)   0.1496 (100.0%)   0.5423 (100.0%)   2.9580 (100.0%)  Building Target
   0.3927 (100.0%)   0.1496 (100.0%)   0.5423 (100.0%)   2.9580 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ 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-1745665053428188-swift-frontend-MessagePack-SingleValueEncodingContainer.swift-arm64_apple_macos10.10-o-Onone-1407506290.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6567 seconds (5.7061 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0267 (  6.0%)   0.0546 ( 26.2%)   0.0813 ( 12.4%)   2.5746 ( 45.1%)  parse-and-resolve-imports
   0.0263 (  5.9%)   0.0544 ( 26.0%)   0.0807 ( 12.3%)   2.5739 ( 45.1%)  Import resolution
   0.0674 ( 15.1%)   0.0138 (  6.6%)   0.0812 ( 12.4%)   0.0813 (  1.4%)  perform-sema
   0.0673 ( 15.0%)   0.0138 (  6.6%)   0.0812 ( 12.4%)   0.0812 (  1.4%)  Type checking and Semantic analysis
   0.0583 ( 13.0%)   0.0190 (  9.1%)   0.0773 ( 11.8%)   0.0774 (  1.4%)  build-rewrite-system
   0.0016 (  0.3%)   0.0050 (  2.4%)   0.0066 (  1.0%)   0.0694 (  1.2%)  load-stdlib
   0.0548 ( 12.2%)   0.0110 (  5.3%)   0.0658 ( 10.0%)   0.0658 (  1.2%)  typecheck-expr
   0.0537 ( 12.0%)   0.0102 (  4.9%)   0.0639 (  9.7%)   0.0639 (  1.1%)  typecheck-stmt
   0.0252 (  5.6%)   0.0060 (  2.9%)   0.0311 (  4.7%)   0.0312 (  0.5%)  typecheck-decl
   0.0128 (  2.8%)   0.0109 (  5.2%)   0.0237 (  3.6%)   0.0236 (  0.4%)  import-clang-decl
   0.0161 (  3.6%)   0.0003 (  0.1%)   0.0164 (  2.5%)   0.0164 (  0.3%)  SIL optimization
   0.0107 (  2.4%)   0.0022 (  1.1%)   0.0130 (  2.0%)   0.0130 (  0.2%)  SILGen
   0.0085 (  1.9%)   0.0037 (  1.8%)   0.0123 (  1.9%)   0.0123 (  0.2%)  IRGen
   0.0092 (  2.0%)   0.0018 (  0.8%)   0.0109 (  1.7%)   0.0109 (  0.2%)  precheck-target
   0.0084 (  1.9%)   0.0017 (  0.8%)   0.0101 (  1.5%)   0.0101 (  0.2%)  SILGen-function
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.1%)   0.0009 (  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%)  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.4478 (100.0%)   0.2089 (100.0%)   0.6567 (100.0%)   5.7061 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.1626 seconds (4.8715 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0449 (100.0%)   1.1177 (100.0%)   2.1626 (100.0%)   4.8715 (100.0%)  Building Target
   1.0449 (100.0%)   1.1177 (100.0%)   2.1626 (100.0%)   4.8715 (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\ 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-1745665056066399-swift-frontend-MessagePack-UnkeyedEncodingContainer.swift-arm64_apple_macos10.10-o-Onone-2395132356.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4400 seconds (0.4400 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0787 ( 25.3%)   0.0323 ( 25.2%)   0.1110 ( 25.2%)   0.1109 ( 25.2%)  build-rewrite-system
   0.0398 ( 12.8%)   0.0101 (  7.9%)   0.0499 ( 11.4%)   0.0499 ( 11.4%)  perform-sema
   0.0397 ( 12.8%)   0.0101 (  7.9%)   0.0499 ( 11.3%)   0.0499 ( 11.3%)  Type checking and Semantic analysis
   0.0216 (  6.9%)   0.0192 ( 15.0%)   0.0409 (  9.3%)   0.0409 (  9.3%)  parse-and-resolve-imports
   0.0213 (  6.8%)   0.0190 ( 14.8%)   0.0403 (  9.2%)   0.0403 (  9.2%)  Import resolution
   0.0281 (  9.0%)   0.0072 (  5.6%)   0.0353 (  8.0%)   0.0353 (  8.0%)  typecheck-stmt
   0.0129 (  4.1%)   0.0113 (  8.8%)   0.0242 (  5.5%)   0.0242 (  5.5%)  import-clang-decl
   0.0156 (  5.0%)   0.0039 (  3.1%)   0.0195 (  4.4%)   0.0195 (  4.4%)  typecheck-expr
   0.0146 (  4.7%)   0.0035 (  2.8%)   0.0181 (  4.1%)   0.0181 (  4.1%)  typecheck-decl
   0.0107 (  3.4%)   0.0022 (  1.7%)   0.0128 (  2.9%)   0.0128 (  2.9%)  SILGen
   0.0065 (  2.1%)   0.0036 (  2.8%)   0.0101 (  2.3%)   0.0101 (  2.3%)  IRGen
   0.0075 (  2.4%)   0.0024 (  1.8%)   0.0098 (  2.2%)   0.0098 (  2.2%)  precheck-target
   0.0073 (  2.4%)   0.0015 (  1.2%)   0.0088 (  2.0%)   0.0089 (  2.0%)  SILGen-function
   0.0053 (  1.7%)   0.0003 (  0.3%)   0.0056 (  1.3%)   0.0056 (  1.3%)  SIL optimization
   0.0010 (  0.3%)   0.0015 (  1.2%)   0.0025 (  0.6%)   0.0025 (  0.6%)  load-stdlib
   0.0007 (  0.2%)   0.0002 (  0.1%)   0.0009 (  0.2%)   0.0009 (  0.2%)  load-all-members
   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%)  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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3115 (100.0%)   0.1285 (100.0%)   0.4400 (100.0%)   0.4400 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0893 seconds (2.2329 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0882 (100.0%)   1.0010 (100.0%)   2.0893 (100.0%)   2.2329 (100.0%)  Building Target
   1.0882 (100.0%)   1.0010 (100.0%)   2.0893 (100.0%)   2.2329 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Encoder/UnkeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftDriverJobDiscovery normal arm64 Emitting module for MessagePack (in target 'MessagePack' from project 'MessagePack')
SwiftDriver\ Compilation\ Requirements MessagePack normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-Swift-Compilation-Requirements -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MessagePack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/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/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/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
SwiftDriverJobDiscovery normal arm64 Compiling FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
SwiftMergeGeneratedHeaders /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Headers/MessagePack-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-swiftHeaderTool -arch arm64 /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Headers/MessagePack-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Modules/MessagePack.swiftmodule/arm64-apple-macos.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Modules/MessagePack.swiftmodule/arm64-apple-macos.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Modules/MessagePack.swiftmodule/arm64-apple-macos.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Modules/MessagePack.swiftmodule/arm64-apple-macos.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Modules/MessagePack.swiftmodule/arm64-apple-macos.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Modules/MessagePack.swiftmodule/arm64-apple-macos.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Modules/MessagePack.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Modules/MessagePack.swiftmodule/Project/arm64-apple-macos.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling MessagePackEncoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling SingleValueEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling AnyCodingKey.swift, Box.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling MessagePackDecoder.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/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -target arm64-apple-macos10.10 -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 -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/macosx15.4-24E241-8287b8f5db97e746a1562fbca0c9d29b.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/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/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/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -working-directory /Users/admin/builder/spi-builder-workspace -experimental-emit-module-separately -disable-cmo
Ld /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/MessagePack normal (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-macos10.10 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/Objects-normal/arm64/MessagePack.LinkFileList -install_name @rpath/MessagePack.framework/Versions/A/MessagePack -Xlinker -rpath -Xlinker /usr/lib/swift -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/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/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/macosx -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/Objects-normal/arm64/MessagePack.swiftmodule -Xlinker -no_adhoc_codesign -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk --xcode-version 16E140 --platform-family macOS --deployment-target 10.10 --bundle-identifier MessagePack --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/Resources --target-triple arm64-apple-macos10.10 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/MessagePack --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/Objects-normal/arm64/MessagePack_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/MessagePack.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/MessagePack.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftConstValuesFileList --compile-time-extraction --deployment-aware-processing --validate-assistant-intents --no-app-shortcuts-localization
2025-04-26 03:57:38.772 appintentsmetadataprocessor[706:3908] Starting appintentsmetadataprocessor export
2025-04-26 03:57:38.774 appintentsmetadataprocessor[706:3908] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/MessagePack.framework/Versions/A/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/MacOSX.platform/Developer/SDKs/MacOSX15.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/MacOSX.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A/MessagePack -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/MessagePack.framework/Versions/A/MessagePack.tbd
CodeSign /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

    Signing Identity:     "Sign to Run Locally"

    /usr/bin/codesign --force --sign - --timestamp\=none --generate-entitlement-der /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/MessagePack.framework/Versions/A
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MessagePack.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug/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/MessagePack.framework
SymLink /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/MessagePack.framework/MessagePack.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/MessagePack.framework/Versions/A/MessagePack.tbd (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/ln -sfh /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/MessagePack.framework/Versions/A/MessagePack.tbd /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug/MessagePack.framework/MessagePack.tbd
/Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj: warning: The macOS deployment target 'MACOSX_DEPLOYMENT_TARGET' is set to 10.10, but the range of supported deployment target versions is 10.13 to 15.4.99. (in target 'MessagePack' from project 'MessagePack')
** 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.