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 iOS using Xcode 16.3 on 26 Apr 2025 10:57:31 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessagePack -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/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:         iOS
Swift version:             6.1
Building package at path:  $PWD
https://github.com/flight-school/messagepack.git
https://github.com/flight-school/messagepack.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MessagePack",
  "name" : "MessagePack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MessagePack",
      "targets" : [
        "MessagePack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MessagePackTests",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackTests",
      "path" : "Tests/MessagePackTests",
      "sources" : [
        "Airport.swift",
        "MessagePackDecodingTests.swift",
        "MessagePackEncodingTests.swift",
        "MessagePackPerformanceTests.swift",
        "MessagePackRoundTripTests.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MessagePack",
      "module_type" : "SwiftTarget",
      "name" : "MessagePack",
      "path" : "Sources/MessagePack",
      "product_memberships" : [
        "MessagePack"
      ],
      "sources" : [
        "AnyCodingKey.swift",
        "Box.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/MessagePackDecoder.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/MessagePackEncoder.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "FixedWidthInteger+Bytes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -resolvePackageDependencies
resolved source packages:
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MessagePack",
  "name" : "MessagePack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MessagePack",
      "targets" : [
        "MessagePack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MessagePackTests",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackTests",
      "path" : "Tests/MessagePackTests",
      "sources" : [
        "Airport.swift",
        "MessagePackDecodingTests.swift",
        "MessagePackEncodingTests.swift",
        "MessagePackPerformanceTests.swift",
        "MessagePackRoundTripTests.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MessagePack",
      "module_type" : "SwiftTarget",
      "name" : "MessagePack",
      "path" : "Sources/MessagePack",
      "product_memberships" : [
        "MessagePack"
      ],
      "sources" : [
        "AnyCodingKey.swift",
        "Box.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/MessagePackDecoder.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/MessagePackEncoder.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "FixedWidthInteger+Bytes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
{
  "project" : {
    "configurations" : [
      "Debug",
      "Release"
    ],
    "name" : "MessagePack",
    "schemes" : [
      "MessagePack"
    ],
    "targets" : [
      "MessagePack",
      "MessagePackPackageDescription",
      "MessagePackPackageTests",
      "MessagePackTests"
    ]
  }
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessagePack -destination generic/platform=iOS OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
Command line invocation:
    /Applications/Xcode-16.3.0.app/Contents/Developer/usr/bin/xcodebuild -IDEClonedSourcePackagesDirPathOverride=/Users/admin/builder/spi-builder-workspace/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath /Users/admin/builder/spi-builder-workspace/.derivedData build -scheme MessagePack -destination generic/platform=iOS "OTHER_SWIFT_FLAGS=-stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures"
Build settings from command line:
    OTHER_SWIFT_FLAGS = -stats-output-dir .stats -strict-concurrency=complete -enable-upcoming-feature StrictConcurrency -enable-upcoming-feature DisableOutwardActorInference -enable-upcoming-feature GlobalActorIsolatedTypesUsability -enable-upcoming-feature InferSendableFromCaptures
ComputePackagePrebuildTargetDependencyGraph
Prepare packages
CreateBuildRequest
SendProjectDescription
CreateBuildOperation
ComputeTargetDependencyGraph
note: Building targets in dependency order
note: Target dependency graph (1 target)
    Target '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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -x c -c /dev/null
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc --version
ExecuteExternalTool /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld -version_details
Build description signature: 527b1d191f86d815785f4dadb57326b2
Build description path: /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/XCBuildData/527b1d191f86d815785f4dadb57326b2.xcbuilddata
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
    cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products
ClangStatCache /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang-stat-cache /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
    cd /Users/admin/builder/spi-builder-workspace/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -o /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/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/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos
CreateBuildDirectory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
    cd /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj
    builtin-create-build-directory /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/MessagePack.framework
MkDir /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Headers (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /bin/mkdir -p /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Headers
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/MessagePack.DependencyMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/MessagePack.DependencyStaticMetadataFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.LinkFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftConstValuesFileList
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack-OutputFileMap.json
WriteAuxiliaryFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json
ProcessInfoPlistFile /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Info.plist /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj/MessagePack_Info.plist (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-infoPlistUtility /Users/admin/builder/spi-builder-workspace/MessagePack.xcodeproj/MessagePack_Info.plist -producttype com.apple.product-type.framework -expandbuildsettings -format binary -platform iphoneos -requiredArchitecture arm64 -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Info.plist
SwiftDriver MessagePack normal arm64 com.apple.xcode.tools.swift.compiler (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    builtin-SwiftDriver -- /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -module-name MessagePack -Onone -enforce-exclusivity\=checked @/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/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\ AnyCodingKey.swift,\ Box.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Box.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665046728446-swift-frontend-MessagePack-AnyCodingKey.swift-arm64_apple_ios18.4-o-Onone-1143343379.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.9291 seconds (3.8317 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.5546 ( 43.9%)   0.3011 ( 45.3%)   0.8556 ( 44.4%)   1.7689 ( 46.2%)  parse-and-resolve-imports
   0.5540 ( 43.8%)   0.3008 ( 45.2%)   0.8548 ( 44.3%)   1.7681 ( 46.1%)  Import resolution
   0.0808 (  6.4%)   0.0233 (  3.5%)   0.1041 (  5.4%)   0.1048 (  2.7%)  build-rewrite-system
   0.0017 (  0.1%)   0.0162 (  2.4%)   0.0178 (  0.9%)   0.0930 (  2.4%)  load-stdlib
   0.0120 (  1.0%)   0.0103 (  1.6%)   0.0223 (  1.2%)   0.0224 (  0.6%)  import-clang-decl
   0.0114 (  0.9%)   0.0025 (  0.4%)   0.0140 (  0.7%)   0.0140 (  0.4%)  perform-sema
   0.0113 (  0.9%)   0.0025 (  0.4%)   0.0139 (  0.7%)   0.0139 (  0.4%)  Type checking and Semantic analysis
   0.0075 (  0.6%)   0.0019 (  0.3%)   0.0094 (  0.5%)   0.0095 (  0.2%)  typecheck-stmt
   0.0048 (  0.4%)   0.0028 (  0.4%)   0.0076 (  0.4%)   0.0076 (  0.2%)  IRGen
   0.0066 (  0.5%)   0.0008 (  0.1%)   0.0074 (  0.4%)   0.0075 (  0.2%)  SILGen
   0.0055 (  0.4%)   0.0008 (  0.1%)   0.0063 (  0.3%)   0.0063 (  0.2%)  typecheck-decl
   0.0050 (  0.4%)   0.0007 (  0.1%)   0.0057 (  0.3%)   0.0057 (  0.1%)  typecheck-expr
   0.0035 (  0.3%)   0.0004 (  0.1%)   0.0039 (  0.2%)   0.0039 (  0.1%)  SILGen-function
   0.0037 (  0.3%)   0.0001 (  0.0%)   0.0037 (  0.2%)   0.0037 (  0.1%)  SIL optimization
   0.0013 (  0.1%)   0.0006 (  0.1%)   0.0019 (  0.1%)   0.0019 (  0.0%)  load-all-members
   0.0004 (  0.0%)   0.0000 (  0.0%)   0.0004 (  0.0%)   0.0004 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-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%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   1.2642 (100.0%)   0.6649 (100.0%)   1.9291 (100.0%)   3.8317 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.4799 seconds (3.5897 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.4250 (100.0%)   1.0549 (100.0%)   2.4799 (100.0%)   3.5897 (100.0%)  Building Target
   1.4250 (100.0%)   1.0549 (100.0%)   2.4799 (100.0%)   3.5897 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ UnkeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/UnkeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
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

Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665046743207-swift-frontend-MessagePack-UnkeyedDecodingContainer.swift-arm64_apple_ios18.4-o-Onone-3083450585.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3381 seconds (3.7407 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.2948 ( 31.8%)   0.1553 ( 37.7%)   0.4501 ( 33.6%)   1.6132 ( 43.1%)  parse-and-resolve-imports
   0.2945 ( 31.8%)   0.1548 ( 37.6%)   0.4493 ( 33.6%)   1.6104 ( 43.0%)  Import resolution
   0.0825 (  8.9%)   0.0233 (  5.7%)   0.1058 (  7.9%)   0.1061 (  2.8%)  build-rewrite-system
   0.0016 (  0.2%)   0.0107 (  2.6%)   0.0123 (  0.9%)   0.0828 (  2.2%)  load-stdlib
   0.0516 (  5.6%)   0.0136 (  3.3%)   0.0652 (  4.9%)   0.0675 (  1.8%)  perform-sema
   0.0516 (  5.6%)   0.0136 (  3.3%)   0.0652 (  4.9%)   0.0675 (  1.8%)  Type checking and Semantic analysis
   0.0274 (  3.0%)   0.0096 (  2.3%)   0.0370 (  2.8%)   0.0392 (  1.0%)  typecheck-decl
   0.0328 (  3.5%)   0.0056 (  1.4%)   0.0384 (  2.9%)   0.0384 (  1.0%)  typecheck-expr
   0.0287 (  3.1%)   0.0041 (  1.0%)   0.0328 (  2.5%)   0.0328 (  0.9%)  typecheck-stmt
   0.0121 (  1.3%)   0.0104 (  2.5%)   0.0225 (  1.7%)   0.0232 (  0.6%)  import-clang-decl
   0.0088 (  0.9%)   0.0041 (  1.0%)   0.0128 (  1.0%)   0.0128 (  0.3%)  IRGen
   0.0106 (  1.1%)   0.0020 (  0.5%)   0.0127 (  0.9%)   0.0127 (  0.3%)  SILGen
   0.0107 (  1.2%)   0.0018 (  0.4%)   0.0124 (  0.9%)   0.0124 (  0.3%)  precheck-target
   0.0066 (  0.7%)   0.0012 (  0.3%)   0.0078 (  0.6%)   0.0078 (  0.2%)  SILGen-function
   0.0072 (  0.8%)   0.0002 (  0.0%)   0.0074 (  0.5%)   0.0074 (  0.2%)  SIL optimization
   0.0043 (  0.5%)   0.0008 (  0.2%)   0.0051 (  0.4%)   0.0050 (  0.1%)  typecheck-expr-pattern
   0.0009 (  0.1%)   0.0004 (  0.1%)   0.0014 (  0.1%)   0.0014 (  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.9267 (100.0%)   0.4114 (100.0%)   1.3381 (100.0%)   3.7407 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.2041 seconds (3.5771 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.2562 (100.0%)   0.9478 (100.0%)   2.2041 (100.0%)   3.5771 (100.0%)  Building Target
   1.2562 (100.0%)   0.9478 (100.0%)   2.2041 (100.0%)   3.5771 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ SingleValueDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665046733305-swift-frontend-MessagePack-SingleValueDecodingContainer.swift-arm64_apple_ios18.4-o-Onone-3148871280.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7454 seconds (3.8933 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0198 (  4.4%)   0.0850 ( 28.8%)   0.1048 ( 14.1%)   1.6388 ( 42.1%)  parse-and-resolve-imports
   0.0195 (  4.3%)   0.0848 ( 28.8%)   0.1043 ( 14.0%)   1.6382 ( 42.1%)  Import resolution
   0.0787 ( 17.5%)   0.0285 (  9.7%)   0.1072 ( 14.4%)   0.1071 (  2.8%)  build-rewrite-system
   0.0017 (  0.4%)   0.0147 (  5.0%)   0.0164 (  2.2%)   0.0960 (  2.5%)  load-stdlib
   0.0686 ( 15.2%)   0.0157 (  5.3%)   0.0842 ( 11.3%)   0.0842 (  2.2%)  perform-sema
   0.0685 ( 15.2%)   0.0157 (  5.3%)   0.0842 ( 11.3%)   0.0842 (  2.2%)  Type checking and Semantic analysis
   0.0585 ( 13.0%)   0.0120 (  4.1%)   0.0705 (  9.5%)   0.0705 (  1.8%)  typecheck-stmt
   0.0503 ( 11.2%)   0.0106 (  3.6%)   0.0609 (  8.2%)   0.0609 (  1.6%)  typecheck-expr
   0.0124 (  2.8%)   0.0106 (  3.6%)   0.0231 (  3.1%)   0.0234 (  0.6%)  import-clang-decl
   0.0158 (  3.5%)   0.0046 (  1.5%)   0.0203 (  2.7%)   0.0203 (  0.5%)  typecheck-decl
   0.0148 (  3.3%)   0.0034 (  1.2%)   0.0182 (  2.4%)   0.0182 (  0.5%)  precheck-target
   0.0093 (  2.1%)   0.0042 (  1.4%)   0.0135 (  1.8%)   0.0135 (  0.3%)  IRGen
   0.0122 (  2.7%)   0.0006 (  0.2%)   0.0128 (  1.7%)   0.0128 (  0.3%)  SIL optimization
   0.0095 (  2.1%)   0.0022 (  0.7%)   0.0117 (  1.6%)   0.0118 (  0.3%)  SILGen
   0.0059 (  1.3%)   0.0013 (  0.4%)   0.0072 (  1.0%)   0.0073 (  0.2%)  SILGen-function
   0.0040 (  0.9%)   0.0006 (  0.2%)   0.0046 (  0.6%)   0.0046 (  0.1%)  typecheck-expr-pattern
   0.0009 (  0.2%)   0.0005 (  0.2%)   0.0014 (  0.2%)   0.0014 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, 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.4506 (100.0%)   0.2948 (100.0%)   0.7454 (100.0%)   3.8933 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8510 seconds (3.5881 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9803 (100.0%)   0.8707 (100.0%)   1.8510 (100.0%)   3.5881 (100.0%)  Building Target
   0.9803 (100.0%)   0.8707 (100.0%)   1.8510 (100.0%)   3.5881 (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\ 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-1745665046730865-swift-frontend-MessagePack-MessagePackEncoder.swift-arm64_apple_ios18.4-o-Onone-2088869817.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5867 seconds (3.7937 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0246 (  8.9%)   0.0956 ( 30.9%)   0.1202 ( 20.5%)   1.7072 ( 45.0%)  parse-and-resolve-imports
   0.0243 (  8.8%)   0.0954 ( 30.8%)   0.1197 ( 20.4%)   1.7067 ( 45.0%)  Import resolution
   0.0814 ( 29.3%)   0.0317 ( 10.2%)   0.1131 ( 19.3%)   0.1135 (  3.0%)  build-rewrite-system
   0.0120 (  4.3%)   0.0416 ( 13.5%)   0.0537 (  9.1%)   0.0823 (  2.2%)  load-stdlib
   0.0265 (  9.5%)   0.0077 (  2.5%)   0.0342 (  5.8%)   0.0342 (  0.9%)  perform-sema
   0.0264 (  9.5%)   0.0077 (  2.5%)   0.0341 (  5.8%)   0.0342 (  0.9%)  Type checking and Semantic analysis
   0.0217 (  7.8%)   0.0055 (  1.8%)   0.0272 (  4.6%)   0.0272 (  0.7%)  typecheck-stmt
   0.0124 (  4.5%)   0.0096 (  3.1%)   0.0220 (  3.7%)   0.0256 (  0.7%)  import-clang-decl
   0.0161 (  5.8%)   0.0046 (  1.5%)   0.0208 (  3.5%)   0.0208 (  0.5%)  typecheck-expr
   0.0084 (  3.0%)   0.0027 (  0.9%)   0.0111 (  1.9%)   0.0111 (  0.3%)  precheck-target
   0.0052 (  1.9%)   0.0022 (  0.7%)   0.0075 (  1.3%)   0.0075 (  0.2%)  typecheck-decl
   0.0046 (  1.7%)   0.0026 (  0.8%)   0.0072 (  1.2%)   0.0073 (  0.2%)  IRGen
   0.0051 (  1.9%)   0.0012 (  0.4%)   0.0063 (  1.1%)   0.0064 (  0.2%)  SILGen
   0.0047 (  1.7%)   0.0002 (  0.1%)   0.0048 (  0.8%)   0.0049 (  0.1%)  SIL optimization
   0.0030 (  1.1%)   0.0006 (  0.2%)   0.0036 (  0.6%)   0.0037 (  0.1%)  SILGen-function
   0.0009 (  0.3%)   0.0004 (  0.1%)   0.0012 (  0.2%)   0.0012 (  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%)  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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2774 (100.0%)   0.3093 (100.0%)   0.5867 (100.0%)   3.7937 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8455 seconds (3.5907 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9314 (100.0%)   0.9141 (100.0%)   1.8455 (100.0%)   3.5907 (100.0%)  Building Target
   0.9314 (100.0%)   0.9141 (100.0%)   1.8455 (100.0%)   3.5907 (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\ KeyedDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665046743777-swift-frontend-MessagePack-KeyedDecodingContainer.swift-arm64_apple_ios18.4-o-Onone-3112288403.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6022 seconds (3.7451 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0194 (  5.6%)   0.0813 ( 31.5%)   0.1007 ( 16.7%)   1.6283 ( 43.5%)  parse-and-resolve-imports
   0.0191 (  5.5%)   0.0811 ( 31.4%)   0.1002 ( 16.6%)   1.6278 ( 43.5%)  Import resolution
   0.0791 ( 23.0%)   0.0283 ( 11.0%)   0.1074 ( 17.8%)   0.1077 (  2.9%)  build-rewrite-system
   0.0017 (  0.5%)   0.0100 (  3.9%)   0.0117 (  1.9%)   0.0981 (  2.6%)  load-stdlib
   0.0443 ( 12.9%)   0.0094 (  3.6%)   0.0536 (  8.9%)   0.0536 (  1.4%)  perform-sema
   0.0442 ( 12.8%)   0.0094 (  3.6%)   0.0536 (  8.9%)   0.0536 (  1.4%)  Type checking and Semantic analysis
   0.0372 ( 10.8%)   0.0080 (  3.1%)   0.0453 (  7.5%)   0.0453 (  1.2%)  typecheck-decl
   0.0301 (  8.7%)   0.0070 (  2.7%)   0.0371 (  6.2%)   0.0371 (  1.0%)  typecheck-expr
   0.0121 (  3.5%)   0.0105 (  4.1%)   0.0226 (  3.8%)   0.0237 (  0.6%)  import-clang-decl
   0.0109 (  3.2%)   0.0042 (  1.6%)   0.0151 (  2.5%)   0.0152 (  0.4%)  IRGen
   0.0115 (  3.3%)   0.0022 (  0.8%)   0.0137 (  2.3%)   0.0137 (  0.4%)  SILGen
   0.0092 (  2.7%)   0.0026 (  1.0%)   0.0118 (  2.0%)   0.0118 (  0.3%)  precheck-target
   0.0086 (  2.5%)   0.0015 (  0.6%)   0.0101 (  1.7%)   0.0101 (  0.3%)  SILGen-function
   0.0082 (  2.4%)   0.0015 (  0.6%)   0.0097 (  1.6%)   0.0097 (  0.3%)  typecheck-stmt
   0.0075 (  2.2%)   0.0002 (  0.1%)   0.0077 (  1.3%)   0.0077 (  0.2%)  SIL optimization
   0.0010 (  0.3%)   0.0008 (  0.3%)   0.0018 (  0.3%)   0.0018 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.3441 (100.0%)   0.2580 (100.0%)   0.6022 (100.0%)   3.7451 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8365 seconds (3.5799 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9682 (100.0%)   0.8683 (100.0%)   1.8365 (100.0%)   3.5799 (100.0%)  Building Target
   0.9682 (100.0%)   0.8683 (100.0%)   1.8365 (100.0%)   3.5799 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/KeyedDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ 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-1745665046743688-swift-frontend-MessagePack-KeyedEncodingContainer.swift-arm64_apple_ios18.4-o-Onone-1866531930.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5999 seconds (3.6742 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 (  6.7%)   0.0976 ( 32.6%)   0.1178 ( 19.6%)   1.6239 ( 44.2%)  parse-and-resolve-imports
   0.0198 (  6.6%)   0.0969 ( 32.4%)   0.1168 ( 19.5%)   1.6209 ( 44.1%)  Import resolution
   0.0830 ( 27.6%)   0.0290 (  9.7%)   0.1119 ( 18.7%)   0.1119 (  3.0%)  build-rewrite-system
   0.0016 (  0.5%)   0.0107 (  3.6%)   0.0123 (  2.0%)   0.0713 (  1.9%)  load-stdlib
   0.0350 ( 11.6%)   0.0121 (  4.0%)   0.0471 (  7.8%)   0.0486 (  1.3%)  perform-sema
   0.0349 ( 11.6%)   0.0121 (  4.0%)   0.0470 (  7.8%)   0.0485 (  1.3%)  Type checking and Semantic analysis
   0.0229 (  7.6%)   0.0054 (  1.8%)   0.0283 (  4.7%)   0.0286 (  0.8%)  typecheck-stmt
   0.0148 (  4.9%)   0.0073 (  2.4%)   0.0221 (  3.7%)   0.0233 (  0.6%)  typecheck-decl
   0.0119 (  4.0%)   0.0100 (  3.3%)   0.0218 (  3.6%)   0.0219 (  0.6%)  import-clang-decl
   0.0146 (  4.9%)   0.0026 (  0.9%)   0.0172 (  2.9%)   0.0172 (  0.5%)  typecheck-expr
   0.0085 (  2.8%)   0.0077 (  2.6%)   0.0162 (  2.7%)   0.0162 (  0.4%)  IRGen
   0.0113 (  3.8%)   0.0029 (  1.0%)   0.0142 (  2.4%)   0.0142 (  0.4%)  SILGen
   0.0083 (  2.8%)   0.0022 (  0.7%)   0.0105 (  1.7%)   0.0105 (  0.3%)  SILGen-function
   0.0072 (  2.4%)   0.0023 (  0.8%)   0.0095 (  1.6%)   0.0098 (  0.3%)  precheck-target
   0.0053 (  1.8%)   0.0004 (  0.1%)   0.0057 (  0.9%)   0.0057 (  0.2%)  SIL optimization
   0.0009 (  0.3%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0003 (  0.0%)   0.0003 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  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%)  AST verification
   0.3004 (100.0%)   0.2995 (100.0%)   0.5999 (100.0%)   3.6742 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8584 seconds (3.5747 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9423 (100.0%)   0.9161 (100.0%)   1.8584 (100.0%)   3.5747 (100.0%)  Building Target
   0.9423 (100.0%)   0.9161 (100.0%)   1.8584 (100.0%)   3.5747 (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\ MessagePackDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665046741622-swift-frontend-MessagePack-MessagePackDecoder.swift-arm64_apple_ios18.4-o-Onone-3364297119.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.9345 seconds (3.6620 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1592 ( 28.0%)   0.1405 ( 38.4%)   0.2997 ( 32.1%)   1.6155 ( 44.1%)  parse-and-resolve-imports
   0.1589 ( 28.0%)   0.1403 ( 38.3%)   0.2992 ( 32.0%)   1.6149 ( 44.1%)  Import resolution
   0.0854 ( 15.0%)   0.0293 (  8.0%)   0.1147 ( 12.3%)   0.1155 (  3.2%)  build-rewrite-system
   0.0017 (  0.3%)   0.0096 (  2.6%)   0.0112 (  1.2%)   0.1056 (  2.9%)  load-stdlib
   0.0359 (  6.3%)   0.0085 (  2.3%)   0.0444 (  4.7%)   0.0444 (  1.2%)  perform-sema
   0.0358 (  6.3%)   0.0085 (  2.3%)   0.0443 (  4.7%)   0.0443 (  1.2%)  Type checking and Semantic analysis
   0.0188 (  3.3%)   0.0057 (  1.6%)   0.0245 (  2.6%)   0.0245 (  0.7%)  typecheck-decl
   0.0207 (  3.6%)   0.0031 (  0.8%)   0.0237 (  2.5%)   0.0237 (  0.6%)  typecheck-stmt
   0.0121 (  2.1%)   0.0100 (  2.7%)   0.0221 (  2.4%)   0.0221 (  0.6%)  import-clang-decl
   0.0159 (  2.8%)   0.0028 (  0.8%)   0.0187 (  2.0%)   0.0187 (  0.5%)  typecheck-expr
   0.0060 (  1.1%)   0.0061 (  1.7%)   0.0121 (  1.3%)   0.0127 (  0.3%)  IRGen
   0.0061 (  1.1%)   0.0010 (  0.3%)   0.0071 (  0.8%)   0.0071 (  0.2%)  SILGen
   0.0055 (  1.0%)   0.0000 (  0.0%)   0.0056 (  0.6%)   0.0056 (  0.2%)  SIL optimization
   0.0034 (  0.6%)   0.0004 (  0.1%)   0.0039 (  0.4%)   0.0039 (  0.1%)  SILGen-function
   0.0018 (  0.3%)   0.0003 (  0.1%)   0.0020 (  0.2%)   0.0020 (  0.1%)  precheck-target
   0.0009 (  0.2%)   0.0004 (  0.1%)   0.0014 (  0.1%)   0.0014 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.5681 (100.0%)   0.3664 (100.0%)   0.9345 (100.0%)   3.6620 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 2.0238 seconds (3.5811 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.0734 (100.0%)   0.9504 (100.0%)   2.0238 (100.0%)   3.5811 (100.0%)  Building Target
   1.0734 (100.0%)   0.9504 (100.0%)   2.0238 (100.0%)   3.5811 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ 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-1745665046744344-swift-frontend-MessagePack-SingleValueEncodingContainer.swift-arm64_apple_ios18.4-o-Onone-834490084.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7460 seconds (3.9349 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0196 (  4.3%)   0.0879 ( 30.0%)   0.1075 ( 14.4%)   1.6556 ( 42.1%)  parse-and-resolve-imports
   0.0192 (  4.2%)   0.0876 ( 29.9%)   0.1068 ( 14.3%)   1.6550 ( 42.1%)  Import resolution
   0.0795 ( 17.5%)   0.0283 (  9.6%)   0.1078 ( 14.4%)   0.1080 (  2.7%)  build-rewrite-system
   0.0015 (  0.3%)   0.0093 (  3.2%)   0.0108 (  1.4%)   0.1009 (  2.6%)  load-stdlib
   0.0671 ( 14.8%)   0.0147 (  5.0%)   0.0819 ( 11.0%)   0.0819 (  2.1%)  perform-sema
   0.0671 ( 14.8%)   0.0147 (  5.0%)   0.0818 ( 11.0%)   0.0819 (  2.1%)  Type checking and Semantic analysis
   0.0542 ( 12.0%)   0.0120 (  4.1%)   0.0663 (  8.9%)   0.0663 (  1.7%)  typecheck-expr
   0.0534 ( 11.8%)   0.0113 (  3.9%)   0.0647 (  8.7%)   0.0647 (  1.6%)  typecheck-stmt
   0.0247 (  5.5%)   0.0061 (  2.1%)   0.0308 (  4.1%)   0.0309 (  0.8%)  typecheck-decl
   0.0125 (  2.8%)   0.0100 (  3.4%)   0.0225 (  3.0%)   0.0239 (  0.6%)  import-clang-decl
   0.0163 (  3.6%)   0.0003 (  0.1%)   0.0167 (  2.2%)   0.0167 (  0.4%)  SIL optimization
   0.0094 (  2.1%)   0.0047 (  1.6%)   0.0141 (  1.9%)   0.0142 (  0.4%)  IRGen
   0.0102 (  2.3%)   0.0022 (  0.7%)   0.0124 (  1.7%)   0.0126 (  0.3%)  SILGen
   0.0093 (  2.1%)   0.0021 (  0.7%)   0.0114 (  1.5%)   0.0114 (  0.3%)  precheck-target
   0.0078 (  1.7%)   0.0017 (  0.6%)   0.0094 (  1.3%)   0.0096 (  0.2%)  SILGen-function
   0.0008 (  0.2%)   0.0002 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  get-conformance-access-path
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4529 (100.0%)   0.2931 (100.0%)   0.7460 (100.0%)   3.9349 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8243 seconds (3.5779 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9704 (100.0%)   0.8539 (100.0%)   1.8243 (100.0%)   3.5779 (100.0%)  Building Target
   0.9704 (100.0%)   0.8539 (100.0%)   1.8243 (100.0%)   3.5779 (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-1745665046744071-swift-frontend-MessagePack-UnkeyedEncodingContainer.swift-arm64_apple_ios18.4-o-Onone-692579756.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6048 seconds (3.9149 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0210 (  6.5%)   0.0909 ( 32.2%)   0.1119 ( 18.5%)   1.7311 ( 44.2%)  parse-and-resolve-imports
   0.0206 (  6.4%)   0.0906 ( 32.1%)   0.1112 ( 18.4%)   1.7304 ( 44.2%)  Import resolution
   0.0808 ( 25.1%)   0.0301 ( 10.6%)   0.1109 ( 18.3%)   0.1112 (  2.8%)  build-rewrite-system
   0.0017 (  0.5%)   0.0109 (  3.9%)   0.0126 (  2.1%)   0.0811 (  2.1%)  load-stdlib
   0.0425 ( 13.2%)   0.0115 (  4.1%)   0.0540 (  8.9%)   0.0544 (  1.4%)  perform-sema
   0.0425 ( 13.2%)   0.0115 (  4.1%)   0.0539 (  8.9%)   0.0543 (  1.4%)  Type checking and Semantic analysis
   0.0293 (  9.1%)   0.0078 (  2.8%)   0.0370 (  6.1%)   0.0373 (  1.0%)  typecheck-stmt
   0.0125 (  3.9%)   0.0101 (  3.6%)   0.0226 (  3.7%)   0.0240 (  0.6%)  import-clang-decl
   0.0164 (  5.1%)   0.0046 (  1.6%)   0.0210 (  3.5%)   0.0211 (  0.5%)  typecheck-decl
   0.0159 (  4.9%)   0.0040 (  1.4%)   0.0199 (  3.3%)   0.0200 (  0.5%)  typecheck-expr
   0.0114 (  3.5%)   0.0029 (  1.0%)   0.0143 (  2.4%)   0.0143 (  0.4%)  SILGen
   0.0077 (  2.4%)   0.0026 (  0.9%)   0.0103 (  1.7%)   0.0103 (  0.3%)  precheck-target
   0.0079 (  2.5%)   0.0020 (  0.7%)   0.0099 (  1.6%)   0.0099 (  0.3%)  SILGen-function
   0.0063 (  1.9%)   0.0028 (  1.0%)   0.0091 (  1.5%)   0.0091 (  0.2%)  IRGen
   0.0049 (  1.5%)   0.0001 (  0.0%)   0.0050 (  0.8%)   0.0050 (  0.1%)  SIL optimization
   0.0007 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0002 (  0.1%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  typecheck-for-each
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3223 (100.0%)   0.2825 (100.0%)   0.6048 (100.0%)   3.9149 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7712 seconds (3.5750 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9239 (100.0%)   0.8473 (100.0%)   1.7712 (100.0%)   3.5750 (100.0%)  Building Target
   0.9239 (100.0%)   0.8473 (100.0%)   1.7712 (100.0%)   3.5750 (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

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-1745665046744183-swift-frontend-MessagePack-all-arm64_apple_ios18.4-swiftmodule-Onone-637070589.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6261 seconds (3.7102 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0190 (  5.4%)   0.0870 ( 31.3%)   0.1059 ( 16.9%)   1.6044 ( 43.2%)  parse-and-resolve-imports
   0.0185 (  5.3%)   0.0863 ( 31.1%)   0.1048 ( 16.7%)   1.6013 ( 43.2%)  Import resolution
   0.0745 ( 21.4%)   0.0220 (  7.9%)   0.0965 ( 15.4%)   0.0996 (  2.7%)  perform-sema
   0.0743 ( 21.3%)   0.0219 (  7.9%)   0.0962 ( 15.4%)   0.0994 (  2.7%)  Type checking and Semantic analysis
   0.0742 ( 21.3%)   0.0217 (  7.8%)   0.0958 ( 15.3%)   0.0989 (  2.7%)  typecheck-decl
   0.0014 (  0.4%)   0.0099 (  3.6%)   0.0113 (  1.8%)   0.0892 (  2.4%)  load-stdlib
   0.0308 (  8.8%)   0.0077 (  2.8%)   0.0385 (  6.2%)   0.0389 (  1.0%)  typecheck-expr
   0.0137 (  3.9%)   0.0034 (  1.2%)   0.0171 (  2.7%)   0.0171 (  0.5%)  SILGen
   0.0133 (  3.8%)   0.0031 (  1.1%)   0.0164 (  2.6%)   0.0164 (  0.4%)  build-rewrite-system
   0.0099 (  2.9%)   0.0054 (  2.0%)   0.0154 (  2.5%)   0.0158 (  0.4%)  SIL optimization
   0.0078 (  2.2%)   0.0023 (  0.8%)   0.0101 (  1.6%)   0.0105 (  0.3%)  precheck-target
   0.0049 (  1.4%)   0.0011 (  0.4%)   0.0060 (  1.0%)   0.0060 (  0.2%)  SILGen-function
   0.0027 (  0.8%)   0.0027 (  1.0%)   0.0054 (  0.9%)   0.0058 (  0.2%)  Serialization, swiftmodule
   0.0019 (  0.5%)   0.0021 (  0.8%)   0.0040 (  0.6%)   0.0040 (  0.1%)  import-clang-decl
   0.0004 (  0.1%)   0.0009 (  0.3%)   0.0013 (  0.2%)   0.0013 (  0.0%)  Serialization, swiftdoc
   0.0010 (  0.3%)   0.0001 (  0.0%)   0.0011 (  0.2%)   0.0011 (  0.0%)  Serialization, swiftsourceinfo
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, pre-optimization
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  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%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-module-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.3486 (100.0%)   0.2775 (100.0%)   0.6261 (100.0%)   3.7102 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2644 seconds (1.8447 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1314 (100.0%)   0.1330 (100.0%)   0.2644 (100.0%)   1.8447 (100.0%)  Building Target
   0.1314 (100.0%)   0.1330 (100.0%)   0.2644 (100.0%)   1.8447 (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-1745665048665271-swift-frontend-MessagePack-FixedWidthInteger_Bytes.swift-arm64_apple_ios18.4-o-Onone-3773680195.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.1879 seconds (0.1880 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0445 ( 37.9%)   0.0168 ( 23.8%)   0.0613 ( 32.6%)   0.0612 ( 32.6%)  build-rewrite-system
   0.0184 ( 15.7%)   0.0197 ( 27.8%)   0.0380 ( 20.2%)   0.0381 ( 20.2%)  parse-and-resolve-imports
   0.0180 ( 15.4%)   0.0195 ( 27.6%)   0.0375 ( 20.0%)   0.0375 ( 20.0%)  Import resolution
   0.0076 (  6.5%)   0.0025 (  3.5%)   0.0101 (  5.4%)   0.0101 (  5.4%)  perform-sema
   0.0075 (  6.4%)   0.0023 (  3.3%)   0.0098 (  5.2%)   0.0099 (  5.2%)  Type checking and Semantic analysis
   0.0034 (  2.9%)   0.0030 (  4.3%)   0.0064 (  3.4%)   0.0064 (  3.4%)  IRGen
   0.0040 (  3.4%)   0.0013 (  1.8%)   0.0053 (  2.8%)   0.0053 (  2.8%)  typecheck-decl
   0.0036 (  3.1%)   0.0010 (  1.4%)   0.0046 (  2.5%)   0.0047 (  2.5%)  typecheck-stmt
   0.0035 (  3.0%)   0.0001 (  0.1%)   0.0036 (  1.9%)   0.0036 (  1.9%)  SIL optimization
   0.0010 (  0.9%)   0.0022 (  3.1%)   0.0032 (  1.7%)   0.0032 (  1.7%)  load-stdlib
   0.0017 (  1.5%)   0.0006 (  0.8%)   0.0023 (  1.2%)   0.0023 (  1.2%)  SILGen
   0.0017 (  1.4%)   0.0005 (  0.7%)   0.0022 (  1.2%)   0.0022 (  1.2%)  typecheck-expr
   0.0013 (  1.1%)   0.0004 (  0.5%)   0.0017 (  0.9%)   0.0017 (  0.9%)  SILGen-function
   0.0007 (  0.6%)   0.0008 (  1.2%)   0.0015 (  0.8%)   0.0015 (  0.8%)  import-clang-decl
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.1%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.1173 (100.0%)   0.0706 (100.0%)   0.1879 (100.0%)   0.1880 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3938 seconds (0.3982 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3111 (100.0%)   0.0827 (100.0%)   0.3938 (100.0%)   0.3982 (100.0%)  Building Target
   0.3111 (100.0%)   0.0827 (100.0%)   0.3938 (100.0%)   0.3982 (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

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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/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-iphoneos/MessagePack.framework/Headers/MessagePack-Swift.h /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack-Swift.h -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Headers/MessagePack-Swift.h
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-ios.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftmodule /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-ios.swiftmodule
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-ios.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftdoc /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-ios.swiftdoc
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-ios.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.abi.json /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Modules/MessagePack.swiftmodule/arm64-apple-ios.abi.json
Copy /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Modules/MessagePack.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftsourceinfo /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Modules/MessagePack.swiftmodule/Project/arm64-apple-ios.swiftsourceinfo
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedEncodingContainer.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 KeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedDecodingContainer.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 MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling MessagePackEncoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedDecodingContainer.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-iphoneos/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/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -target arm64-apple-ios18.4 -g -module-cache-path /Users/admin/builder/spi-builder-workspace/.derivedData/ModuleCache.noindex -Xfrontend -serialize-debugging-options -enable-testing -index-store-path /Users/admin/builder/spi-builder-workspace/.derivedData/Index.noindex/DataStore -swift-version 4 -I /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -c -j10 -enable-batch-mode -incremental -Xcc -ivfsstatcache -Xcc /Users/admin/builder/spi-builder-workspace/.derivedData/SDKStatCaches.noindex/iphoneos18.4-22E235-339d34bc69d7fc736c3220795c36f340.sdkstatcache -output-file-map /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/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-iphoneos/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-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack_const_extract_protocols.json -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/include -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/DerivedSources-normal/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/DerivedSources/arm64 -Xcc -I/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/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-iphoneos/MessagePack.framework/MessagePack normal (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/clang -Xlinker -reproducible -target arm64-apple-ios18.4 -dynamiclib -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -O0 -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -filelist /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.LinkFileList -install_name @rpath/MessagePack.framework/MessagePack -Xlinker -rpath -Xlinker /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/lib/swift/macosx -dead_strip -Xlinker -object_path_lto -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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-iphoneos/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/iphoneos -L/usr/lib/swift -Xlinker -add_ast_path -Xlinker /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.swiftmodule -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/MessagePack
ExtractAppIntentsMetadata (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/appintentsmetadataprocessor --toolchain-dir /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain --module-name MessagePack --sdk-root /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk --xcode-version 16E140 --platform-family iOS --deployment-target 18.4 --bundle-identifier MessagePack --output /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework --target-triple arm64-apple-ios18.4 --binary-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/MessagePack --dependency-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack_dependency_info.dat --stringsdata-file /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/Objects-normal/arm64/ExtractedAppShortcutsMetadata.stringsdata --source-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/Objects-normal/arm64/MessagePack.SwiftFileList --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/MessagePack.DependencyMetadataFileList --static-metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/MessagePack.DependencyStaticMetadataFileList --swift-const-vals-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/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:30.865 appintentsmetadataprocessor[701:3905] Starting appintentsmetadataprocessor export
2025-04-26 03:57:30.867 appintentsmetadataprocessor[701:3905] warning: Metadata extraction skipped. No AppIntents.framework dependency found.
AppIntentsSSUTraining (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/appintentsnltrainingprocessor --infoplist-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Info.plist --temp-dir-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/ssu --bundle-id MessagePack --product-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework --extracted-metadata-path /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/Metadata.appintents --metadata-file-list /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/MessagePack.build/Debug-iphoneos/MessagePack.build/MessagePack.DependencyMetadataFileList --archive-ssu-assets
2025-04-26 03:57:30.889 appintentsnltrainingprocessor[702:3906] Parsing options for appintentsnltrainingprocessor
2025-04-26 03:57:30.889 appintentsnltrainingprocessor[702:3906] No AppShortcuts found - Skipping.
GenerateTAPI /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/MessagePack.framework/MessagePack.tbd (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace
    /Applications/Xcode-16.3.0.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/tapi stubify -isysroot /Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/SDKs/iPhoneOS18.4.sdk -F/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos -F/Applications/Xcode-16.3.0.app/Contents/Developer/Platforms/iPhoneOS.platform/Developer/Library/Frameworks -L/Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/MessagePack.framework/MessagePack -o /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Intermediates.noindex/EagerLinkingTBDs/Debug-iphoneos/MessagePack.framework/MessagePack.tbd
RegisterExecutionPolicyException /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/MessagePack.framework
Touch /Users/admin/builder/spi-builder-workspace/.derivedData/Build/Products/Debug-iphoneos/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-iphoneos/MessagePack.framework
** BUILD SUCCEEDED **
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "MessagePack",
  "name" : "MessagePack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "MessagePack",
      "targets" : [
        "MessagePack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MessagePackTests",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackTests",
      "path" : "Tests/MessagePackTests",
      "sources" : [
        "Airport.swift",
        "MessagePackDecodingTests.swift",
        "MessagePackEncodingTests.swift",
        "MessagePackPerformanceTests.swift",
        "MessagePackRoundTripTests.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MessagePack",
      "module_type" : "SwiftTarget",
      "name" : "MessagePack",
      "path" : "Sources/MessagePack",
      "product_memberships" : [
        "MessagePack"
      ],
      "sources" : [
        "AnyCodingKey.swift",
        "Box.swift",
        "Decoder/KeyedDecodingContainer.swift",
        "Decoder/MessagePackDecoder.swift",
        "Decoder/SingleValueDecodingContainer.swift",
        "Decoder/UnkeyedDecodingContainer.swift",
        "Encoder/KeyedEncodingContainer.swift",
        "Encoder/MessagePackEncoder.swift",
        "Encoder/SingleValueEncodingContainer.swift",
        "Encoder/UnkeyedEncodingContainer.swift",
        "FixedWidthInteger+Bytes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.