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 msgpack-swift, reference 2.0.6 (fe3101), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 17:02:56 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumoboy007/msgpack-swift.git
Reference: 2.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/fumoboy007/msgpack-swift
 * tag               2.0.6      -> FETCH_HEAD
HEAD is now at fe31018 Fix misleading sentence in `CONTRIBUTING.md`.
Cloned https://github.com/fumoboy007/msgpack-swift.git
Revision (git rev-parse @):
fe3101819f4f82b086da5279a9df81f6754798e9
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/fumoboy007/msgpack-swift.git at 2.0.6
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/fumoboy007/msgpack-swift.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/16] Write sources
[7/16] Write swift-version-1EA4D86E10B52AF.txt
[9/61] Compiling MessagePack DecodedMessagePackValue+Validation.swift
[10/61] Compiling MessagePack DecodedMessagePackValue.swift
[11/61] Compiling MessagePack DecodingError+TypeMismatch.swift
[12/61] Compiling MessagePack KeyedMessagePackDecodingContainer.swift
[13/61] Compiling MessagePack MessagePackKey+FromDecodedMessagePackValue.swift
[14/65] Emitting module MessagePack
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Predefined Extensions/PredefinedExtensions.swift:24:15: warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
22 |
23 | enum PredefinedExtensions {
24 |    static let typeIDToMetatype: [Int8: CodableAsMessagePackExtension.Type] = [
   |               |- warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
   |               |- note: add '@MainActor' to make static property 'typeIDToMetatype' part of global actor 'MainActor'
   |               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |       MessagePackTimestamp.extensionTypeID: MessagePackTimestamp.self
26 |    ]
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[15/65] Compiling MessagePack CodableAsMessagePackExtension.swift
[16/65] Compiling MessagePack InternalCodingKey.swift
[17/65] Compiling MessagePack MessagePackKey.swift
[18/65] Compiling MessagePack StandardSwiftCollectionType.swift
[19/65] Compiling MessagePack DecodableAsMessagePackExtension.swift
[20/65] Compiling MessagePack MessagePackValueToSwiftValueDecoder.swift
[21/65] Compiling MessagePack MessageReader.swift
[22/65] Compiling MessagePack SimpleDecodable.swift
[23/65] Compiling MessagePack SingleValueMessagePackDecodingContainer.swift
[24/65] Compiling MessagePack String+FromUTF8Bytes.swift
[25/65] Compiling MessagePack UnkeyedMessagePackDecodingContainer.swift
[26/65] Compiling MessagePack EncodableAsMessagePackExtension.swift
[27/65] Compiling MessagePack EncodableMessagePackValue+FromBinaryInteger.swift
[28/65] Compiling MessagePack EncodableMessagePackValue+FromMessagePackKey.swift
[29/65] Compiling MessagePack EncodableMessagePackValue+FromSpecializableCollection.swift
[30/65] Compiling MessagePack MessagePackDecoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Predefined Extensions/PredefinedExtensions.swift:24:15: warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
22 |
23 | enum PredefinedExtensions {
24 |    static let typeIDToMetatype: [Int8: CodableAsMessagePackExtension.Type] = [
   |               |- warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
   |               |- note: add '@MainActor' to make static property 'typeIDToMetatype' part of global actor 'MainActor'
   |               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |       MessagePackTimestamp.extensionTypeID: MessagePackTimestamp.self
26 |    ]
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[31/65] Compiling MessagePack MessagePackEncoder.swift
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Predefined Extensions/PredefinedExtensions.swift:24:15: warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
22 |
23 | enum PredefinedExtensions {
24 |    static let typeIDToMetatype: [Int8: CodableAsMessagePackExtension.Type] = [
   |               |- warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
   |               |- note: add '@MainActor' to make static property 'typeIDToMetatype' part of global actor 'MainActor'
   |               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |       MessagePackTimestamp.extensionTypeID: MessagePackTimestamp.self
26 |    ]
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[32/65] Compiling MessagePack MessageWriter.swift
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Predefined Extensions/PredefinedExtensions.swift:24:15: warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
22 |
23 | enum PredefinedExtensions {
24 |    static let typeIDToMetatype: [Int8: CodableAsMessagePackExtension.Type] = [
   |               |- warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
   |               |- note: add '@MainActor' to make static property 'typeIDToMetatype' part of global actor 'MainActor'
   |               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |       MessagePackTimestamp.extensionTypeID: MessagePackTimestamp.self
26 |    ]
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[33/65] Compiling MessagePack PredefinedExtensions.swift
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Predefined Extensions/PredefinedExtensions.swift:24:15: warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
22 |
23 | enum PredefinedExtensions {
24 |    static let typeIDToMetatype: [Int8: CodableAsMessagePackExtension.Type] = [
   |               |- warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
   |               |- note: add '@MainActor' to make static property 'typeIDToMetatype' part of global actor 'MainActor'
   |               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |       MessagePackTimestamp.extensionTypeID: MessagePackTimestamp.self
26 |    ]
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[34/65] Compiling MessagePack Date+FromMessagePackTimestamp.swift
/Users/admin/builder/spi-builder-workspace/Sources/MessagePack/Predefined Extensions/PredefinedExtensions.swift:24:15: warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
22 |
23 | enum PredefinedExtensions {
24 |    static let typeIDToMetatype: [Int8: CodableAsMessagePackExtension.Type] = [
   |               |- warning: static property 'typeIDToMetatype' is not concurrency-safe because non-'Sendable' type '[Int8 : any CodableAsMessagePackExtension.Type]' (aka 'Dictionary<Int8, any (DecodableAsMessagePackExtension & EncodableAsMessagePackExtension).Type>') may have shared mutable state; this is an error in the Swift 6 language mode [#MutableGlobalVariable]
   |               |- note: add '@MainActor' to make static property 'typeIDToMetatype' part of global actor 'MainActor'
   |               `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
25 |       MessagePackTimestamp.extensionTypeID: MessagePackTimestamp.self
26 |    ]
[#MutableGlobalVariable]: <https://docs.swift.org/compiler/documentation/diagnostics/mutable-global-variable>
[35/65] Compiling MessagePack EncodableMessagePackValue+FromStandardCompoundValue.swift
[36/65] Compiling MessagePack EncodableMessagePackValue+ToBytes.swift
[37/65] Compiling MessagePack EncodableMessagePackValue+Validation.swift
[38/65] Compiling MessagePack EncodableMessagePackValue.swift
[39/65] Compiling MessagePack EncodableMessagePackValueFuture.swift
[40/65] Compiling MessagePack MessagePackTimestamp+CodableAsMessagePackExtension.swift
[41/65] Compiling MessagePack MessagePackTimestamp+DecodableAsMessagePackExtension.swift
[42/65] Compiling MessagePack MessagePackTimestamp+EncodableAsMessagePackExtension.swift
[43/65] Compiling MessagePack MessagePackTimestamp+FromDate.swift
[44/65] Compiling MessagePack FailedEncodableMessagePackValueFuture.swift
[45/65] Compiling MessagePack KeyedMessagePackEncodingContainer.swift
[46/65] Compiling MessagePack SingleValueMessagePackEncodingContainer.swift
[47/65] Compiling MessagePack SwiftValueToMessagePackValueEncoder.swift
[48/65] Compiling MessagePack UnkeyedMessagePackEncodingContainer.swift
[49/65] Compiling MessagePack BinaryFloatingPoint+FromDecodedMessagePackValue.swift
[50/65] Compiling MessagePack BinaryInteger+FromDecodedMessagePackValue.swift
[51/65] Compiling MessagePack DecodedMessagePackArray.swift
[52/65] Compiling MessagePack DecodedMessagePackValue+FromBytes.swift
[53/65] Compiling MessagePack DecodedMessagePackValue+ToStandardCompoundValue.swift
[54/65] Compiling MessagePack MessagePackTimestamp+InstantProtocol.swift
[55/65] Compiling MessagePack MessagePackTimestamp.swift
[56/65] Compiling MessagePack Date+FromInternetDateTime.swift
[57/65] Compiling MessagePack MessagePackTimestamp+FromInternetDateTime.swift
[58/73] Compiling Deserialization Deserialization.swift
[59/73] Compiling ApplicationSpecificMessagePackExtensionTypes ApplicationSpecificMessagePackExtensionTypes.swift
[60/73] Emitting module ApplicationSpecificMessagePackExtensionTypes
[60/73] Write Objects.LinkFileList
[62/73] Emitting module Deserialization
[62/73] Write Objects.LinkFileList
[64/73] Compiling Serialization Serialization.swift
[65/73] Emitting module Serialization
[65/73] Write Objects.LinkFileList
[67/73] Compiling MessagePackTimestamp MessagePackTimestamp.swift
[68/73] Emitting module MessagePackTimestamp
[68/73] Write Objects.LinkFileList
[69/73] Linking Deserialization
[70/73] Linking ApplicationSpecificMessagePackExtensionTypes
[71/73] Linking Serialization
[72/73] Linking MessagePackTimestamp
Build complete! (24.21s)
Fetching https://github.com/apple/swift-log.git
Fetching https://github.com/hirotakan/MessagePacker.git
Fetching https://github.com/nnabeyang/swift-msgpack.git
Fetching https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Fetching https://github.com/apple/swift-docc-plugin
[1/30] Fetching messagepackreferenceimplementation
[31/2112] Fetching messagepackreferenceimplementation, swift-docc-plugin
[115/2833] Fetching messagepackreferenceimplementation, swift-docc-plugin, messagepacker
[238/3422] Fetching messagepackreferenceimplementation, swift-docc-plugin, messagepacker, swift-msgpack
[1416/7258] Fetching messagepackreferenceimplementation, swift-docc-plugin, messagepacker, swift-msgpack, swift-log
Fetched https://github.com/fumoboy007/MessagePackReferenceImplementation.git from cache (1.16s)
Fetched https://github.com/nnabeyang/swift-msgpack.git from cache (1.16s)
Fetched https://github.com/apple/swift-log.git from cache (1.16s)
Fetched https://github.com/apple/swift-docc-plugin from cache (1.16s)
Fetched https://github.com/hirotakan/MessagePacker.git from cache (1.16s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (3.68s)
Computing version for https://github.com/fumoboy007/MessagePackReferenceImplementation.git
warning: 'messagepackreferenceimplementation': env: pkg-config: No such file or directory
Computed https://github.com/fumoboy007/MessagePackReferenceImplementation.git at 1.0.1 (0.61s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.40s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.4 (0.48s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3414] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.19s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.74s)
Computing version for https://github.com/nnabeyang/swift-msgpack.git
Computed https://github.com/nnabeyang/swift-msgpack.git at 0.7.0 (0.40s)
Creating working copy for https://github.com/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.4
Creating working copy for https://github.com/apple/swift-log.git
Working copy of https://github.com/apple/swift-log.git resolved at 1.6.3
Creating working copy for https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Working copy of https://github.com/fumoboy007/MessagePackReferenceImplementation.git resolved at 1.0.1
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Creating working copy for https://github.com/nnabeyang/swift-msgpack.git
Working copy of https://github.com/nnabeyang/swift-msgpack.git resolved at 0.7.0
Creating working copy for https://github.com/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
warning: 'messagepackreferenceimplementation': env: pkg-config: No such file or directory
warning: failed to retrieve search paths with pkg-config; maybe pkg-config is not installed
warning: you may be able to install msgpack using your system-packager:
    brew install msgpack
warning: you may be able to install msgpack using your system-packager:
    brew install msgpack
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swift-docc-plugin",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.3.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-docc-plugin"
    },
    {
      "identity" : "swift-log",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.5.3",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/apple/swift-log.git"
    },
    {
      "identity" : "messagepackreferenceimplementation",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.0.1",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/fumoboy007/MessagePackReferenceImplementation.git"
    },
    {
      "identity" : "messagepacker",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.4.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/hirotakan/MessagePacker.git"
    },
    {
      "identity" : "swift-msgpack",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.2.7",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nnabeyang/swift-msgpack.git"
    }
  ],
  "manifest_display_name" : "msgpack-swift",
  "name" : "msgpack-swift",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "maccatalyst",
      "version" : "16.0"
    },
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "DMMessagePack",
      "targets" : [
        "MessagePack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "MessagePackTimestamp",
      "targets" : [
        "MessagePackTimestamp"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "Deserialization",
      "targets" : [
        "Deserialization"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "Serialization",
      "targets" : [
        "Serialization"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "ApplicationSpecificMessagePackExtensionTypes",
      "targets" : [
        "ApplicationSpecificMessagePackExtensionTypes"
      ],
      "type" : {
        "snippet" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "MessagePackTests",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackTests",
      "path" : "Tests/MessagePackTests",
      "product_dependencies" : [
        "MessagePackReferenceImplementation"
      ],
      "sources" : [
        "Extensions/AnyHashable+Encodable.swift",
        "Extensions/BinaryFloatingPoint+NaNPayload.swift",
        "Extensions/String+RepeatingASCII.swift",
        "Extensions/msgpack_timestamp+FromMessagePackTimestamp.swift",
        "Fakes/ApplicationSpecificExtensionFake.swift",
        "Fakes/CodingUserInfoKey+Fakes.swift",
        "Fakes/ErrorFake.swift",
        "Fakes/FlattenedTypeEncodingAsNested.swift",
        "Fakes/FlattenedTypeEncodingAsNestedUnkeyed.swift",
        "Fakes/FlattenedTypeEncodingAsNestedWithInnerMessageUnkeyed.swift",
        "Fakes/FlattenedTypeEncodingAsNestedWithOuterMessageUnkeyed.swift",
        "Fakes/NestedTypeEncodingAsFlattened.swift",
        "Fakes/NestedTypeEncodingAsFlattenedUnkeyed.swift",
        "Fakes/NestedTypeEncodingAsNested.swift",
        "Fakes/NestedTypeEncodingAsNestedUnkeyed.swift",
        "Fakes/Superclass.swift",
        "Fakes/TypeThatChecksUserInfo.swift",
        "Fakes/TypeWithSuperclassEncodingAsNested.swift",
        "Fakes/TypeWithSuperclassEncodingAsNestedUnkeyed.swift",
        "MessagePackDecoderTests.swift",
        "MessagePackEncoderTests.swift",
        "MessagePackTimestampTests.swift",
        "MessageReaderTests.swift",
        "MessageWriterTests.swift",
        "RuntimeEnvironment.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MessagePack",
      "module_type" : "SwiftTarget",
      "name" : "MessagePack",
      "path" : "Sources/MessagePack",
      "product_memberships" : [
        "DMMessagePack",
        "MessagePackTimestamp",
        "Deserialization",
        "Serialization",
        "ApplicationSpecificMessagePackExtensionTypes"
      ],
      "sources" : [
        "CodableAsMessagePackExtension.swift",
        "Common Implementation/InternalCodingKey.swift",
        "Common Implementation/MessagePackKey.swift",
        "Common Implementation/StandardSwiftCollectionType.swift",
        "DecodableAsMessagePackExtension.swift",
        "Decoder Implementation/BinaryFloatingPoint+FromDecodedMessagePackValue.swift",
        "Decoder Implementation/BinaryInteger+FromDecodedMessagePackValue.swift",
        "Decoder Implementation/DecodedMessagePackArray.swift",
        "Decoder Implementation/DecodedMessagePackValue+FromBytes.swift",
        "Decoder Implementation/DecodedMessagePackValue+ToStandardCompoundValue.swift",
        "Decoder Implementation/DecodedMessagePackValue+Validation.swift",
        "Decoder Implementation/DecodedMessagePackValue.swift",
        "Decoder Implementation/DecodingError+TypeMismatch.swift",
        "Decoder Implementation/KeyedMessagePackDecodingContainer.swift",
        "Decoder Implementation/MessagePackKey+FromDecodedMessagePackValue.swift",
        "Decoder Implementation/MessagePackValueToSwiftValueDecoder.swift",
        "Decoder Implementation/MessageReader.swift",
        "Decoder Implementation/SimpleDecodable.swift",
        "Decoder Implementation/SingleValueMessagePackDecodingContainer.swift",
        "Decoder Implementation/String+FromUTF8Bytes.swift",
        "Decoder Implementation/UnkeyedMessagePackDecodingContainer.swift",
        "EncodableAsMessagePackExtension.swift",
        "Encoder Implementation/EncodableMessagePackValue+FromBinaryInteger.swift",
        "Encoder Implementation/EncodableMessagePackValue+FromMessagePackKey.swift",
        "Encoder Implementation/EncodableMessagePackValue+FromSpecializableCollection.swift",
        "Encoder Implementation/EncodableMessagePackValue+FromStandardCompoundValue.swift",
        "Encoder Implementation/EncodableMessagePackValue+ToBytes.swift",
        "Encoder Implementation/EncodableMessagePackValue+Validation.swift",
        "Encoder Implementation/EncodableMessagePackValue.swift",
        "Encoder Implementation/EncodableMessagePackValueFuture.swift",
        "Encoder Implementation/FailedEncodableMessagePackValueFuture.swift",
        "Encoder Implementation/KeyedMessagePackEncodingContainer.swift",
        "Encoder Implementation/SingleValueMessagePackEncodingContainer.swift",
        "Encoder Implementation/SwiftValueToMessagePackValueEncoder.swift",
        "Encoder Implementation/UnkeyedMessagePackEncodingContainer.swift",
        "MessagePackDecoder.swift",
        "MessagePackEncoder.swift",
        "MessageWriter.swift",
        "Predefined Extensions/PredefinedExtensions.swift",
        "Predefined Extensions/Timestamp/Date+FromMessagePackTimestamp.swift",
        "Predefined Extensions/Timestamp/MessagePackTimestamp+CodableAsMessagePackExtension.swift",
        "Predefined Extensions/Timestamp/MessagePackTimestamp+DecodableAsMessagePackExtension.swift",
        "Predefined Extensions/Timestamp/MessagePackTimestamp+EncodableAsMessagePackExtension.swift",
        "Predefined Extensions/Timestamp/MessagePackTimestamp+FromDate.swift",
        "Predefined Extensions/Timestamp/MessagePackTimestamp+InstantProtocol.swift",
        "Predefined Extensions/Timestamp/MessagePackTimestamp.swift",
        "RFC 3339/Date+FromInternetDateTime.swift",
        "RFC 3339/MessagePackTimestamp+FromInternetDateTime.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Benchmarks",
      "module_type" : "SwiftTarget",
      "name" : "Benchmarks",
      "path" : "Tests/Benchmarks",
      "product_dependencies" : [
        "Logging",
        "MessagePacker",
        "SwiftMsgpack"
      ],
      "sources" : [
        "Benchmarks.swift",
        "Extensions/Clock+MeasureWithIterationCount.swift",
        "Extensions/MessagePackerTimestamp+FromMessagePackTimestamp.swift",
        "Extensions/MsgPackTimestamp+FromMessagePackTimestamp.swift",
        "Models/Alpaca/AlpacaQuoteEvent+Fakes.swift",
        "Models/Alpaca/AlpacaQuoteEvent.swift",
        "Models/Alpaca/AlpacaQuoteEventForMessagePacker.swift",
        "Models/Alpaca/AlpacaQuoteEventForSwiftMsgpack.swift",
        "Models/Alpaca/AlpacaTradeEvent+Fakes.swift",
        "Models/Alpaca/AlpacaTradeEvent.swift",
        "Models/Alpaca/AlpacaTradeEventForMessagePacker.swift",
        "Models/Alpaca/AlpacaTradeEventForSwiftMsgpack.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "MessagePackTimestamp",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackTimestamp",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "MessagePackTimestamp"
      ],
      "sources" : [
        "MessagePackTimestamp.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "Deserialization",
      "module_type" : "SwiftTarget",
      "name" : "Deserialization",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "Deserialization"
      ],
      "sources" : [
        "Deserialization.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "Serialization",
      "module_type" : "SwiftTarget",
      "name" : "Serialization",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "Serialization"
      ],
      "sources" : [
        "Serialization.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "snippet"
    },
    {
      "c99name" : "ApplicationSpecificMessagePackExtensionTypes",
      "module_type" : "SwiftTarget",
      "name" : "ApplicationSpecificMessagePackExtensionTypes",
      "path" : "Snippets/Advanced Use Cases",
      "product_memberships" : [
        "ApplicationSpecificMessagePackExtensionTypes"
      ],
      "sources" : [
        "ApplicationSpecificMessagePackExtensionTypes.swift"
      ],
      "target_dependencies" : [
        "MessagePack"
      ],
      "type" : "snippet"
    }
  ],
  "tools_version" : "5.9"
}
Done.