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 1.2.4 (bbc5ab), with Swift 6.1 for iOS using Xcode 16.3 on 26 Apr 2025 10:57:39 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun xcodebuild -IDEClonedSourcePackagesDirPathOverride=$PWD/.dependencies -skipMacroValidation -skipPackagePluginValidation -derivedDataPath $PWD/.derivedData build -scheme MessagePack -destination 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: 1.2.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/flight-school/messagepack
 * tag               1.2.4      -> FETCH_HEAD
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 1.2.4
========================================
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.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/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/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.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_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
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
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\ SingleValueDecodingContainer.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
    func decode(_ type: Date.Type) throws -> Date {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: candidate has non-matching type '(Date.Type) throws -> Date'
    func decode(_ type: Date.Type) throws -> Date {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: move 'decode' to another extension to silence this warning
    func decode(_ type: Date.Type) throws -> Date {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:159:10: note: make 'decode' private to silence this warning
    func decode(_ type: Date.Type) throws -> Date {
         ^
    private
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
  func decode(_ type: Int128.Type) throws -> Int128}
       ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: warning: instance method 'decode' nearly matches defaulted requirement 'decode' of protocol 'SingleValueDecodingContainer'
    func decode(_ type: Data.Type) throws -> Data {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: candidate has non-matching type '(Data.Type) throws -> Data'
    func decode(_ type: Data.Type) throws -> Data {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: move 'decode' to another extension to silence this warning
    func decode(_ type: Data.Type) throws -> Data {
         ^
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/SingleValueDecodingContainer.swift:190:10: note: make 'decode' private to silence this warning
    func decode(_ type: Data.Type) throws -> Data {
         ^
    private
Swift.SingleValueDecodingContainer.decode:3:8: note: requirement 'decode' declared here
  func decode(_ type: UInt128.Type) throws -> UInt128}
       ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665054507123-swift-frontend-MessagePack-SingleValueDecodingContainer.swift-arm64_apple_ios18.4-o-Onone-2544595738.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7626 seconds (3.9053 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0203 (  4.7%)   0.1048 ( 31.3%)   0.1251 ( 16.4%)   1.6473 ( 42.2%)  parse-and-resolve-imports
   0.0199 (  4.7%)   0.1043 ( 31.2%)   0.1242 ( 16.3%)   1.6445 ( 42.1%)  Import resolution
   0.0790 ( 18.5%)   0.0272 (  8.1%)   0.1062 ( 13.9%)   0.1061 (  2.7%)  build-rewrite-system
   0.0019 (  0.4%)   0.0128 (  3.8%)   0.0147 (  1.9%)   0.1058 (  2.7%)  load-stdlib
   0.0638 ( 14.9%)   0.0178 (  5.3%)   0.0816 ( 10.7%)   0.0846 (  2.2%)  perform-sema
   0.0637 ( 14.9%)   0.0178 (  5.3%)   0.0815 ( 10.7%)   0.0845 (  2.2%)  Type checking and Semantic analysis
   0.0532 ( 12.4%)   0.0115 (  3.4%)   0.0647 (  8.5%)   0.0647 (  1.7%)  typecheck-stmt
   0.0463 ( 10.8%)   0.0103 (  3.1%)   0.0565 (  7.4%)   0.0565 (  1.4%)  typecheck-expr
   0.0154 (  3.6%)   0.0071 (  2.1%)   0.0225 (  3.0%)   0.0255 (  0.7%)  typecheck-decl
   0.0123 (  2.9%)   0.0094 (  2.8%)   0.0217 (  2.8%)   0.0217 (  0.6%)  import-clang-decl
   0.0138 (  3.2%)   0.0039 (  1.2%)   0.0177 (  2.3%)   0.0177 (  0.5%)  precheck-target
   0.0119 (  2.8%)   0.0003 (  0.1%)   0.0122 (  1.6%)   0.0122 (  0.3%)  SIL optimization
   0.0084 (  2.0%)   0.0032 (  1.0%)   0.0115 (  1.5%)   0.0115 (  0.3%)  IRGen
   0.0086 (  2.0%)   0.0021 (  0.6%)   0.0106 (  1.4%)   0.0107 (  0.3%)  SILGen
   0.0055 (  1.3%)   0.0013 (  0.4%)   0.0067 (  0.9%)   0.0067 (  0.2%)  SILGen-function
   0.0035 (  0.8%)   0.0005 (  0.1%)   0.0040 (  0.5%)   0.0040 (  0.1%)  typecheck-expr-pattern
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0010 (  0.1%)   0.0010 (  0.0%)  load-all-members
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.4282 (100.0%)   0.3344 (100.0%)   0.7626 (100.0%)   3.9053 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.7841 seconds (3.4829 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9701 (100.0%)   0.8140 (100.0%)   1.7841 (100.0%)   3.4829 (100.0%)  Building Target
   0.9701 (100.0%)   0.8140 (100.0%)   1.7841 (100.0%)   3.4829 (100.0%)  Total
SwiftCompile normal arm64 Compiling\ MessagePackDecoder.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Decoder/MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665054520521-swift-frontend-MessagePack-MessagePackDecoder.swift-arm64_apple_ios18.4-o-Onone-3194693004.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5556 seconds (4.3755 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0202 (  7.3%)   0.0984 ( 35.4%)   0.1186 ( 21.3%)   1.9901 ( 45.5%)  parse-and-resolve-imports
   0.0198 (  7.1%)   0.0982 ( 35.3%)   0.1179 ( 21.2%)   1.9894 ( 45.5%)  Import resolution
   0.0016 (  0.6%)   0.0122 (  4.4%)   0.0138 (  2.5%)   0.0900 (  2.1%)  load-stdlib
   0.0544 ( 19.6%)   0.0205 (  7.4%)   0.0749 ( 13.5%)   0.0748 (  1.7%)  build-rewrite-system
   0.0407 ( 14.7%)   0.0098 (  3.5%)   0.0505 (  9.1%)   0.0506 (  1.2%)  perform-sema
   0.0406 ( 14.6%)   0.0098 (  3.5%)   0.0504 (  9.1%)   0.0505 (  1.2%)  Type checking and Semantic analysis
   0.0218 (  7.8%)   0.0067 (  2.4%)   0.0284 (  5.1%)   0.0285 (  0.7%)  typecheck-decl
   0.0229 (  8.3%)   0.0037 (  1.3%)   0.0266 (  4.8%)   0.0266 (  0.6%)  typecheck-stmt
   0.0119 (  4.3%)   0.0099 (  3.6%)   0.0218 (  3.9%)   0.0218 (  0.5%)  import-clang-decl
   0.0172 (  6.2%)   0.0030 (  1.1%)   0.0203 (  3.6%)   0.0203 (  0.5%)  typecheck-expr
   0.0068 (  2.4%)   0.0033 (  1.2%)   0.0101 (  1.8%)   0.0107 (  0.2%)  IRGen
   0.0071 (  2.6%)   0.0013 (  0.5%)   0.0084 (  1.5%)   0.0084 (  0.2%)  SILGen
   0.0057 (  2.0%)   0.0001 (  0.0%)   0.0057 (  1.0%)   0.0057 (  0.1%)  SIL optimization
   0.0039 (  1.4%)   0.0006 (  0.2%)   0.0045 (  0.8%)   0.0045 (  0.1%)  SILGen-function
   0.0021 (  0.8%)   0.0004 (  0.1%)   0.0025 (  0.4%)   0.0025 (  0.1%)  precheck-target
   0.0007 (  0.3%)   0.0003 (  0.1%)   0.0010 (  0.2%)   0.0010 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.2774 (100.0%)   0.2782 (100.0%)   0.5556 (100.0%)   4.3755 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4395 seconds (3.4659 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6776 (100.0%)   0.7620 (100.0%)   1.4395 (100.0%)   3.4659 (100.0%)  Building Target
   0.6776 (100.0%)   0.7620 (100.0%)   1.4395 (100.0%)   3.4659 (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')
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}
                ^
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665054519939-swift-frontend-MessagePack-SingleValueEncodingContainer.swift-arm64_apple_ios18.4-o-Onone-3758104475.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.7560 seconds (4.0878 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0200 (  4.4%)   0.0995 ( 32.7%)   0.1195 ( 15.8%)   1.7422 ( 42.6%)  parse-and-resolve-imports
   0.0197 (  4.4%)   0.0992 ( 32.6%)   0.1189 ( 15.7%)   1.7416 ( 42.6%)  Import resolution
   0.0801 ( 17.7%)   0.0276 (  9.1%)   0.1077 ( 14.2%)   0.1078 (  2.6%)  build-rewrite-system
   0.0018 (  0.4%)   0.0097 (  3.2%)   0.0115 (  1.5%)   0.0975 (  2.4%)  load-stdlib
   0.0670 ( 14.8%)   0.0125 (  4.1%)   0.0795 ( 10.5%)   0.0796 (  1.9%)  perform-sema
   0.0669 ( 14.8%)   0.0125 (  4.1%)   0.0795 ( 10.5%)   0.0795 (  1.9%)  Type checking and Semantic analysis
   0.0536 ( 11.9%)   0.0099 (  3.3%)   0.0636 (  8.4%)   0.0636 (  1.6%)  typecheck-expr
   0.0525 ( 11.6%)   0.0091 (  3.0%)   0.0615 (  8.1%)   0.0616 (  1.5%)  typecheck-stmt
   0.0255 (  5.6%)   0.0055 (  1.8%)   0.0309 (  4.1%)   0.0309 (  0.8%)  typecheck-decl
   0.0132 (  2.9%)   0.0097 (  3.2%)   0.0229 (  3.0%)   0.0230 (  0.6%)  import-clang-decl
   0.0162 (  3.6%)   0.0002 (  0.1%)   0.0164 (  2.2%)   0.0164 (  0.4%)  SIL optimization
   0.0085 (  1.9%)   0.0038 (  1.2%)   0.0123 (  1.6%)   0.0123 (  0.3%)  IRGen
   0.0094 (  2.1%)   0.0018 (  0.6%)   0.0111 (  1.5%)   0.0111 (  0.3%)  precheck-target
   0.0091 (  2.0%)   0.0019 (  0.6%)   0.0110 (  1.5%)   0.0110 (  0.3%)  SILGen
   0.0069 (  1.5%)   0.0014 (  0.4%)   0.0082 (  1.1%)   0.0082 (  0.2%)  SILGen-function
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0012 (  0.2%)   0.0012 (  0.0%)  load-all-members
   0.0002 (  0.0%)   0.0000 (  0.0%)   0.0002 (  0.0%)   0.0002 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.4515 (100.0%)   0.3046 (100.0%)   0.7560 (100.0%)   4.0878 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6890 seconds (3.4683 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9546 (100.0%)   0.7344 (100.0%)   1.6890 (100.0%)   3.4683 (100.0%)  Building Target
   0.9546 (100.0%)   0.7344 (100.0%)   1.6890 (100.0%)   3.4683 (100.0%)  Total
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-1745665054508650-swift-frontend-MessagePack-UnkeyedEncodingContainer.swift-arm64_apple_ios18.4-o-Onone-3482659932.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 3.1315 seconds (3.7392 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9696 ( 44.2%)   0.4277 ( 45.5%)   1.3973 ( 44.6%)   1.6613 ( 44.4%)  parse-and-resolve-imports
   0.9693 ( 44.2%)   0.4270 ( 45.5%)   1.3963 ( 44.6%)   1.6583 ( 44.3%)  Import resolution
   0.0812 (  3.7%)   0.0175 (  1.9%)   0.0987 (  3.2%)   0.0988 (  2.6%)  build-rewrite-system
   0.0018 (  0.1%)   0.0177 (  1.9%)   0.0195 (  0.6%)   0.0908 (  2.4%)  load-stdlib
   0.0359 (  1.6%)   0.0096 (  1.0%)   0.0455 (  1.5%)   0.0487 (  1.3%)  perform-sema
   0.0359 (  1.6%)   0.0096 (  1.0%)   0.0454 (  1.5%)   0.0486 (  1.3%)  Type checking and Semantic analysis
   0.0245 (  1.1%)   0.0046 (  0.5%)   0.0291 (  0.9%)   0.0291 (  0.8%)  typecheck-stmt
   0.0137 (  0.6%)   0.0053 (  0.6%)   0.0190 (  0.6%)   0.0222 (  0.6%)  typecheck-decl
   0.0118 (  0.5%)   0.0093 (  1.0%)   0.0211 (  0.7%)   0.0211 (  0.6%)  import-clang-decl
   0.0133 (  0.6%)   0.0031 (  0.3%)   0.0164 (  0.5%)   0.0164 (  0.4%)  typecheck-expr
   0.0060 (  0.3%)   0.0046 (  0.5%)   0.0106 (  0.3%)   0.0112 (  0.3%)  IRGen
   0.0095 (  0.4%)   0.0012 (  0.1%)   0.0108 (  0.3%)   0.0108 (  0.3%)  SILGen
   0.0067 (  0.3%)   0.0007 (  0.1%)   0.0074 (  0.2%)   0.0074 (  0.2%)  SILGen-function
   0.0065 (  0.3%)   0.0006 (  0.1%)   0.0071 (  0.2%)   0.0071 (  0.2%)  precheck-target
   0.0051 (  0.2%)   0.0003 (  0.0%)   0.0053 (  0.2%)   0.0053 (  0.1%)  SIL optimization
   0.0011 (  0.0%)   0.0007 (  0.1%)   0.0018 (  0.1%)   0.0018 (  0.0%)  load-all-members
   0.0002 (  0.0%)   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%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   2.1922 (100.0%)   0.9393 (100.0%)   3.1315 (100.0%)   3.7392 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 3.0342 seconds (3.4751 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   1.8902 (100.0%)   1.1441 (100.0%)   3.0342 (100.0%)   3.4751 (100.0%)  Building Target
   1.8902 (100.0%)   1.1441 (100.0%)   3.0342 (100.0%)   3.4751 (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

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-1745665054523749-swift-frontend-MessagePack-KeyedEncodingContainer.swift-arm64_apple_ios18.4-o-Onone-3565482832.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6592 seconds (3.7366 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0256 (  8.2%)   0.1155 ( 33.2%)   0.1411 ( 21.4%)   1.6657 ( 44.6%)  parse-and-resolve-imports
   0.0252 (  8.1%)   0.1151 ( 33.1%)   0.1402 ( 21.3%)   1.6628 ( 44.5%)  Import resolution
   0.0783 ( 25.2%)   0.0264 (  7.6%)   0.1047 ( 15.9%)   0.1047 (  2.8%)  build-rewrite-system
   0.0125 (  4.0%)   0.0384 ( 11.0%)   0.0509 (  7.7%)   0.0710 (  1.9%)  load-stdlib
   0.0341 ( 11.0%)   0.0099 (  2.8%)   0.0440 (  6.7%)   0.0471 (  1.3%)  perform-sema
   0.0340 ( 10.9%)   0.0098 (  2.8%)   0.0439 (  6.7%)   0.0470 (  1.3%)  Type checking and Semantic analysis
   0.0220 (  7.1%)   0.0051 (  1.5%)   0.0271 (  4.1%)   0.0276 (  0.7%)  typecheck-stmt
   0.0149 (  4.8%)   0.0052 (  1.5%)   0.0202 (  3.1%)   0.0228 (  0.6%)  typecheck-decl
   0.0121 (  3.9%)   0.0091 (  2.6%)   0.0212 (  3.2%)   0.0212 (  0.6%)  import-clang-decl
   0.0142 (  4.6%)   0.0024 (  0.7%)   0.0166 (  2.5%)   0.0168 (  0.5%)  typecheck-expr
   0.0105 (  3.4%)   0.0025 (  0.7%)   0.0130 (  2.0%)   0.0130 (  0.3%)  SILGen
   0.0070 (  2.2%)   0.0039 (  1.1%)   0.0109 (  1.7%)   0.0112 (  0.3%)  IRGen
   0.0076 (  2.4%)   0.0020 (  0.6%)   0.0096 (  1.5%)   0.0096 (  0.3%)  SILGen-function
   0.0068 (  2.2%)   0.0023 (  0.7%)   0.0091 (  1.4%)   0.0094 (  0.3%)  precheck-target
   0.0052 (  1.7%)   0.0001 (  0.0%)   0.0053 (  0.8%)   0.0053 (  0.1%)  SIL optimization
   0.0008 (  0.2%)   0.0003 (  0.1%)   0.0011 (  0.2%)   0.0011 (  0.0%)  load-all-members
   0.0003 (  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%)  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%)  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.3111 (100.0%)   0.3480 (100.0%)   0.6592 (100.0%)   3.7366 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.8103 seconds (3.4599 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.9513 (100.0%)   0.8591 (100.0%)   1.8103 (100.0%)   3.4599 (100.0%)  Building Target
   0.9513 (100.0%)   0.8591 (100.0%)   1.8103 (100.0%)   3.4599 (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\ 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-1745665054519163-swift-frontend-MessagePack-MessagePackEncoder.swift-arm64_apple_ios18.4-o-Onone-3574005445.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5189 seconds (4.4647 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 (  8.7%)   0.1023 ( 36.2%)   0.1228 ( 23.7%)   2.0544 ( 46.0%)  parse-and-resolve-imports
   0.0202 (  8.5%)   0.1020 ( 36.2%)   0.1223 ( 23.6%)   2.0538 ( 46.0%)  Import resolution
   0.0016 (  0.7%)   0.0103 (  3.7%)   0.0119 (  2.3%)   0.0934 (  2.1%)  load-stdlib
   0.0535 ( 22.6%)   0.0200 (  7.1%)   0.0735 ( 14.2%)   0.0736 (  1.6%)  build-rewrite-system
   0.0280 ( 11.8%)   0.0081 (  2.9%)   0.0361 (  7.0%)   0.0364 (  0.8%)  perform-sema
   0.0280 ( 11.8%)   0.0081 (  2.9%)   0.0361 (  6.9%)   0.0363 (  0.8%)  Type checking and Semantic analysis
   0.0232 (  9.8%)   0.0061 (  2.2%)   0.0294 (  5.7%)   0.0296 (  0.7%)  typecheck-stmt
   0.0124 (  5.2%)   0.0105 (  3.7%)   0.0229 (  4.4%)   0.0230 (  0.5%)  import-clang-decl
   0.0167 (  7.1%)   0.0047 (  1.7%)   0.0214 (  4.1%)   0.0216 (  0.5%)  typecheck-expr
   0.0093 (  3.9%)   0.0032 (  1.1%)   0.0125 (  2.4%)   0.0126 (  0.3%)  precheck-target
   0.0050 (  2.1%)   0.0027 (  1.0%)   0.0078 (  1.5%)   0.0078 (  0.2%)  IRGen
   0.0053 (  2.3%)   0.0019 (  0.7%)   0.0073 (  1.4%)   0.0073 (  0.2%)  typecheck-decl
   0.0046 (  2.0%)   0.0011 (  0.4%)   0.0057 (  1.1%)   0.0057 (  0.1%)  SILGen
   0.0047 (  2.0%)   0.0001 (  0.0%)   0.0048 (  0.9%)   0.0049 (  0.1%)  SIL optimization
   0.0025 (  1.1%)   0.0005 (  0.2%)   0.0030 (  0.6%)   0.0030 (  0.1%)  SILGen-function
   0.0009 (  0.4%)   0.0005 (  0.2%)   0.0014 (  0.3%)   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%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.2368 (100.0%)   0.2822 (100.0%)   0.5189 (100.0%)   4.4647 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.3799 seconds (3.4662 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.6479 (100.0%)   0.7321 (100.0%)   1.3799 (100.0%)   3.4662 (100.0%)  Building Target
   0.6479 (100.0%)   0.7321 (100.0%)   1.3799 (100.0%)   3.4662 (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

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-1745665054520990-swift-frontend-MessagePack-all-arm64_apple_ios18.4-swiftmodule-Onone-2527139543.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6490 seconds (3.7826 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0201 (  5.9%)   0.1051 ( 34.2%)   0.1253 ( 19.3%)   1.6490 ( 43.6%)  parse-and-resolve-imports
   0.0198 (  5.8%)   0.1046 ( 34.0%)   0.1243 ( 19.2%)   1.6459 ( 43.5%)  Import resolution
   0.0720 ( 21.1%)   0.0205 (  6.7%)   0.0925 ( 14.3%)   0.0955 (  2.5%)  perform-sema
   0.0719 ( 21.1%)   0.0205 (  6.7%)   0.0923 ( 14.2%)   0.0953 (  2.5%)  Type checking and Semantic analysis
   0.0717 ( 21.0%)   0.0202 (  6.6%)   0.0919 ( 14.2%)   0.0948 (  2.5%)  typecheck-decl
   0.0017 (  0.5%)   0.0109 (  3.5%)   0.0127 (  2.0%)   0.0907 (  2.4%)  load-stdlib
   0.0304 (  8.9%)   0.0068 (  2.2%)   0.0372 (  5.7%)   0.0373 (  1.0%)  typecheck-expr
   0.0102 (  3.0%)   0.0053 (  1.7%)   0.0155 (  2.4%)   0.0161 (  0.4%)  SIL optimization
   0.0127 (  3.7%)   0.0030 (  1.0%)   0.0158 (  2.4%)   0.0157 (  0.4%)  build-rewrite-system
   0.0126 (  3.7%)   0.0026 (  0.9%)   0.0152 (  2.3%)   0.0152 (  0.4%)  SILGen
   0.0076 (  2.2%)   0.0020 (  0.6%)   0.0095 (  1.5%)   0.0097 (  0.3%)  precheck-target
   0.0025 (  0.7%)   0.0024 (  0.8%)   0.0049 (  0.8%)   0.0055 (  0.1%)  Serialization, swiftmodule
   0.0045 (  1.3%)   0.0007 (  0.2%)   0.0052 (  0.8%)   0.0052 (  0.1%)  SILGen-function
   0.0018 (  0.5%)   0.0021 (  0.7%)   0.0039 (  0.6%)   0.0039 (  0.1%)  import-clang-decl
   0.0012 (  0.3%)   0.0001 (  0.0%)   0.0013 (  0.2%)   0.0013 (  0.0%)  Serialization, swiftsourceinfo
   0.0003 (  0.1%)   0.0008 (  0.3%)   0.0012 (  0.2%)   0.0011 (  0.0%)  Serialization, swiftdoc
   0.0001 (  0.0%)   0.0000 (  0.0%)   0.0001 (  0.0%)   0.0001 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.3413 (100.0%)   0.3077 (100.0%)   0.6490 (100.0%)   3.7826 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.2769 seconds (1.8823 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.1288 (100.0%)   0.1481 (100.0%)   0.2769 (100.0%)   1.8823 (100.0%)  Building Target
   0.1288 (100.0%)   0.1481 (100.0%)   0.2769 (100.0%)   1.8823 (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-1745665054523203-swift-frontend-MessagePack-FixedWidthInteger_Bytes.swift-arm64_apple_ios18.4-o-Onone-1753553942.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.3643 seconds (4.0115 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 ( 16.6%)   0.1012 ( 42.1%)   0.1217 ( 33.4%)   1.9121 ( 47.7%)  parse-and-resolve-imports
   0.0202 ( 16.3%)   0.1010 ( 42.1%)   0.1212 ( 33.3%)   1.9115 ( 47.7%)  Import resolution
   0.0017 (  1.4%)   0.0090 (  3.7%)   0.0107 (  2.9%)   0.0773 (  1.9%)  load-stdlib
   0.0457 ( 36.8%)   0.0170 (  7.1%)   0.0627 ( 17.2%)   0.0627 (  1.6%)  build-rewrite-system
   0.0078 (  6.3%)   0.0023 (  0.9%)   0.0101 (  2.8%)   0.0101 (  0.3%)  perform-sema
   0.0077 (  6.2%)   0.0023 (  0.9%)   0.0100 (  2.7%)   0.0100 (  0.2%)  Type checking and Semantic analysis
   0.0030 (  2.4%)   0.0028 (  1.2%)   0.0058 (  1.6%)   0.0058 (  0.1%)  IRGen
   0.0041 (  3.3%)   0.0012 (  0.5%)   0.0053 (  1.5%)   0.0053 (  0.1%)  typecheck-decl
   0.0038 (  3.0%)   0.0011 (  0.5%)   0.0048 (  1.3%)   0.0048 (  0.1%)  typecheck-stmt
   0.0038 (  3.1%)   0.0001 (  0.0%)   0.0039 (  1.1%)   0.0039 (  0.1%)  SIL optimization
   0.0019 (  1.5%)   0.0007 (  0.3%)   0.0026 (  0.7%)   0.0026 (  0.1%)  typecheck-expr
   0.0016 (  1.3%)   0.0003 (  0.1%)   0.0019 (  0.5%)   0.0019 (  0.0%)  SILGen
   0.0007 (  0.6%)   0.0009 (  0.4%)   0.0016 (  0.4%)   0.0016 (  0.0%)  import-clang-decl
   0.0013 (  1.0%)   0.0003 (  0.1%)   0.0016 (  0.4%)   0.0016 (  0.0%)  SILGen-function
   0.0002 (  0.2%)   0.0000 (  0.0%)   0.0002 (  0.1%)   0.0002 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.1241 (100.0%)   0.2402 (100.0%)   0.3643 (100.0%)   4.0115 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4893 seconds (2.3482 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.3185 (100.0%)   0.1709 (100.0%)   0.4893 (100.0%)   2.3482 (100.0%)  Building Target
   0.3185 (100.0%)   0.1709 (100.0%)   0.4893 (100.0%)   2.3482 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/FixedWidthInteger+Bytes.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

SwiftCompile normal arm64 Compiling\ AnyCodingKey.swift,\ Box.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Box.swift (in target 'MessagePack' from project 'MessagePack')
Error opening -stats-output-dir file '/Users/admin/builder/spi-builder-workspace/.stats/stats-1745665054523054-swift-frontend-MessagePack-AnyCodingKey.swift-arm64_apple_ios18.4-o-Onone-830278269.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.4637 seconds (3.8631 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0206 ( 10.7%)   0.1028 ( 38.0%)   0.1235 ( 26.6%)   1.7882 ( 46.3%)  parse-and-resolve-imports
   0.0202 ( 10.5%)   0.1026 ( 37.9%)   0.1229 ( 26.5%)   1.7876 ( 46.3%)  Import resolution
   0.0790 ( 41.0%)   0.0275 ( 10.2%)   0.1065 ( 23.0%)   0.1068 (  2.8%)  build-rewrite-system
   0.0015 (  0.8%)   0.0110 (  4.1%)   0.0125 (  2.7%)   0.0819 (  2.1%)  load-stdlib
   0.0120 (  6.2%)   0.0088 (  3.2%)   0.0208 (  4.5%)   0.0208 (  0.5%)  import-clang-decl
   0.0115 (  6.0%)   0.0041 (  1.5%)   0.0156 (  3.4%)   0.0156 (  0.4%)  perform-sema
   0.0114 (  5.9%)   0.0041 (  1.5%)   0.0155 (  3.3%)   0.0155 (  0.4%)  Type checking and Semantic analysis
   0.0073 (  3.8%)   0.0030 (  1.1%)   0.0102 (  2.2%)   0.0103 (  0.3%)  typecheck-stmt
   0.0062 (  3.2%)   0.0009 (  0.3%)   0.0072 (  1.5%)   0.0072 (  0.2%)  SILGen
   0.0056 (  2.9%)   0.0014 (  0.5%)   0.0070 (  1.5%)   0.0070 (  0.2%)  typecheck-decl
   0.0045 (  2.4%)   0.0024 (  0.9%)   0.0070 (  1.5%)   0.0070 (  0.2%)  IRGen
   0.0049 (  2.5%)   0.0012 (  0.4%)   0.0061 (  1.3%)   0.0061 (  0.2%)  typecheck-expr
   0.0038 (  1.9%)   0.0001 (  0.0%)   0.0039 (  0.8%)   0.0039 (  0.1%)  SIL optimization
   0.0030 (  1.6%)   0.0004 (  0.1%)   0.0034 (  0.7%)   0.0034 (  0.1%)  SILGen-function
   0.0008 (  0.4%)   0.0006 (  0.2%)   0.0014 (  0.3%)   0.0014 (  0.0%)  load-all-members
   0.0004 (  0.2%)   0.0000 (  0.0%)   0.0004 (  0.1%)   0.0004 (  0.0%)  precheck-target
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, pre-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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.1928 (100.0%)   0.2709 (100.0%)   0.4637 (100.0%)   3.8631 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.6505 seconds (3.4641 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8727 (100.0%)   0.7778 (100.0%)   1.6505 (100.0%)   3.4641 (100.0%)  Building Target
   0.8727 (100.0%)   0.7778 (100.0%)   1.6505 (100.0%)   3.4641 (100.0%)  Total
SwiftCompile normal arm64 /Users/admin/builder/spi-builder-workspace/Sources/MessagePack/AnyCodingKey.swift (in target 'MessagePack' from project 'MessagePack')
    cd /Users/admin/builder/spi-builder-workspace

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

SwiftCompile normal arm64 Compiling\ 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-1745665054523275-swift-frontend-MessagePack-KeyedDecodingContainer.swift-arm64_apple_ios18.4-o-Onone-725564277.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.6769 seconds (4.2634 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0207 (  5.6%)   0.1050 ( 34.1%)   0.1256 ( 18.6%)   1.8865 ( 44.2%)  parse-and-resolve-imports
   0.0203 (  5.5%)   0.1047 ( 34.1%)   0.1250 ( 18.5%)   1.8858 ( 44.2%)  Import resolution
   0.0805 ( 21.8%)   0.0275 (  8.9%)   0.1080 ( 16.0%)   0.1083 (  2.5%)  build-rewrite-system
   0.0017 (  0.4%)   0.0094 (  3.0%)   0.0110 (  1.6%)   0.0756 (  1.8%)  load-stdlib
   0.0502 ( 13.6%)   0.0107 (  3.5%)   0.0609 (  9.0%)   0.0609 (  1.4%)  perform-sema
   0.0501 ( 13.6%)   0.0107 (  3.5%)   0.0608 (  9.0%)   0.0608 (  1.4%)  Type checking and Semantic analysis
   0.0423 ( 11.4%)   0.0093 (  3.0%)   0.0516 (  7.6%)   0.0516 (  1.2%)  typecheck-decl
   0.0346 (  9.4%)   0.0080 (  2.6%)   0.0426 (  6.3%)   0.0426 (  1.0%)  typecheck-expr
   0.0123 (  3.3%)   0.0097 (  3.2%)   0.0220 (  3.2%)   0.0220 (  0.5%)  import-clang-decl
   0.0104 (  2.8%)   0.0035 (  1.1%)   0.0139 (  2.0%)   0.0139 (  0.3%)  IRGen
   0.0109 (  2.9%)   0.0021 (  0.7%)   0.0130 (  1.9%)   0.0130 (  0.3%)  SILGen
   0.0100 (  2.7%)   0.0029 (  1.0%)   0.0129 (  1.9%)   0.0129 (  0.3%)  precheck-target
   0.0093 (  2.5%)   0.0017 (  0.5%)   0.0110 (  1.6%)   0.0110 (  0.3%)  typecheck-stmt
   0.0083 (  2.3%)   0.0015 (  0.5%)   0.0099 (  1.5%)   0.0098 (  0.2%)  SILGen-function
   0.0071 (  1.9%)   0.0002 (  0.0%)   0.0072 (  1.1%)   0.0072 (  0.2%)  SIL optimization
   0.0009 (  0.2%)   0.0006 (  0.2%)   0.0015 (  0.2%)   0.0015 (  0.0%)  load-all-members
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  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%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3695 (100.0%)   0.3074 (100.0%)   0.6769 (100.0%)   4.2634 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.5803 seconds (3.4660 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8916 (100.0%)   0.6887 (100.0%)   1.5803 (100.0%)   3.4660 (100.0%)  Building Target
   0.8916 (100.0%)   0.6887 (100.0%)   1.5803 (100.0%)   3.4660 (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\ 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-1745665056473478-swift-frontend-MessagePack-UnkeyedDecodingContainer.swift-arm64_apple_ios18.4-o-Onone-1366004226.json' for writing
===-------------------------------------------------------------------------===
                               Swift compilation
===-------------------------------------------------------------------------===
  Total Execution Time: 0.5132 seconds (0.5135 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.0792 ( 20.6%)   0.0278 ( 21.7%)   0.1070 ( 20.8%)   0.1072 ( 20.9%)  build-rewrite-system
   0.0547 ( 14.2%)   0.0114 (  8.9%)   0.0660 ( 12.9%)   0.0660 ( 12.9%)  perform-sema
   0.0546 ( 14.2%)   0.0113 (  8.8%)   0.0659 ( 12.8%)   0.0659 ( 12.8%)  Type checking and Semantic analysis
   0.0348 (  9.0%)   0.0069 (  5.4%)   0.0417 (  8.1%)   0.0417 (  8.1%)  typecheck-expr
   0.0318 (  8.3%)   0.0053 (  4.1%)   0.0371 (  7.2%)   0.0371 (  7.2%)  typecheck-stmt
   0.0182 (  4.7%)   0.0175 ( 13.7%)   0.0357 (  7.0%)   0.0357 (  7.0%)  parse-and-resolve-imports
   0.0179 (  4.6%)   0.0173 ( 13.5%)   0.0352 (  6.9%)   0.0352 (  6.9%)  Import resolution
   0.0276 (  7.2%)   0.0065 (  5.1%)   0.0341 (  6.6%)   0.0341 (  6.6%)  typecheck-decl
   0.0124 (  3.2%)   0.0100 (  7.8%)   0.0224 (  4.4%)   0.0225 (  4.4%)  import-clang-decl
   0.0117 (  3.1%)   0.0030 (  2.4%)   0.0148 (  2.9%)   0.0148 (  2.9%)  precheck-target
   0.0100 (  2.6%)   0.0047 (  3.7%)   0.0147 (  2.9%)   0.0147 (  2.9%)  IRGen
   0.0105 (  2.7%)   0.0023 (  1.8%)   0.0128 (  2.5%)   0.0128 (  2.5%)  SILGen
   0.0083 (  2.1%)   0.0004 (  0.3%)   0.0087 (  1.7%)   0.0087 (  1.7%)  SIL optimization
   0.0064 (  1.7%)   0.0011 (  0.9%)   0.0076 (  1.5%)   0.0076 (  1.5%)  SILGen-function
   0.0050 (  1.3%)   0.0007 (  0.6%)   0.0057 (  1.1%)   0.0057 (  1.1%)  typecheck-expr-pattern
   0.0010 (  0.3%)   0.0015 (  1.2%)   0.0025 (  0.5%)   0.0025 (  0.5%)  load-stdlib
   0.0008 (  0.2%)   0.0004 (  0.3%)   0.0012 (  0.2%)   0.0012 (  0.2%)  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%)  SIL verification, post-optimization
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  get-conformance-access-path
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  module-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  associated-type-inference
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  source-file-populate-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  perform-whole-module-type-checking
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  populate-source-file-class-member-cache
   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)   0.0000 (  0.0%)  AST verification
   0.3850 (100.0%)   0.1282 (100.0%)   0.5132 (100.0%)   0.5135 (100.0%)  Total
===-------------------------------------------------------------------------===
                                Running Program
===-------------------------------------------------------------------------===
  Total Execution Time: 1.4589 seconds (1.5165 wall clock)
   ---User Time---   --System Time--   --User+System--   ---Wall Time---  --- Name ---
   0.8795 (100.0%)   0.5794 (100.0%)   1.4589 (100.0%)   1.5165 (100.0%)  Building Target
   0.8795 (100.0%)   0.5794 (100.0%)   1.4589 (100.0%)   1.5165 (100.0%)  Total
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 MessagePackEncoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling MessagePackDecoder.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling UnkeyedEncodingContainer.swift (in target 'MessagePack' from project 'MessagePack')
SwiftDriverJobDiscovery normal arm64 Compiling KeyedEncodingContainer.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 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 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:38.437 appintentsmetadataprocessor[701:3914] Starting appintentsmetadataprocessor export
2025-04-26 03:57:38.439 appintentsmetadataprocessor[701:3914] 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:38.460 appintentsnltrainingprocessor[702:3915] Parsing options for appintentsnltrainingprocessor
2025-04-26 03:57:38.461 appintentsnltrainingprocessor[702:3915] 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.