The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of msgpack-swift, reference 2.0.6 (fe3101), with Swift 6.1 for Linux on 28 Apr 2025 23:41:20 UTC.

Swift 6 data race errors: 0

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/fumoboy007/msgpack-swift.git
Reference: 2.0.6
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
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:         linux
Swift version:             6.1
Building package at path:  $PWD
https://github.com/fumoboy007/msgpack-swift.git
https://github.com/fumoboy007/msgpack-swift.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "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" : "/host/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" : "Deserialization",
      "targets" : [
        "Deserialization"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "Serialization",
      "targets" : [
        "Serialization"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "MessagePackTimestamp",
      "targets" : [
        "MessagePackTimestamp"
      ],
      "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",
        "Deserialization",
        "Serialization",
        "MessagePackTimestamp",
        "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" : "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" : "MessagePackTimestamp",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackTimestamp",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "MessagePackTimestamp"
      ],
      "sources" : [
        "MessagePackTimestamp.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-0":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-6.1-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures 2>&1
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Fetching https://github.com/apple/swift-docc-plugin
Fetching https://github.com/hirotakan/MessagePacker.git
Fetching https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Fetching https://github.com/nnabeyang/swift-msgpack.git
Fetching https://github.com/apple/swift-log.git
[1/30] Fetching messagepackreferenceimplementation
[31/751] Fetching messagepackreferenceimplementation, messagepacker
[752/1340] Fetching messagepackreferenceimplementation, messagepacker, swift-msgpack
[1341/3389] Fetching messagepackreferenceimplementation, messagepacker, swift-msgpack, swift-docc-plugin
[1423/7225] Fetching messagepackreferenceimplementation, messagepacker, swift-msgpack, swift-docc-plugin, swift-log
Fetched https://github.com/nnabeyang/swift-msgpack.git from cache (0.38s)
Fetched https://github.com/apple/swift-log.git from cache (0.39s)
Fetched https://github.com/fumoboy007/MessagePackReferenceImplementation.git from cache (0.41s)
Fetched https://github.com/hirotakan/MessagePacker.git from cache (0.41s)
Fetched https://github.com/apple/swift-docc-plugin from cache (0.42s)
Computing version for https://github.com/hirotakan/MessagePacker.git
Computed https://github.com/hirotakan/MessagePacker.git at 0.4.7 (2.60s)
Computing version for https://github.com/fumoboy007/MessagePackReferenceImplementation.git
Computed https://github.com/fumoboy007/MessagePackReferenceImplementation.git at 1.0.1 (0.64s)
Computing version for https://github.com/apple/swift-docc-plugin
Computed https://github.com/apple/swift-docc-plugin at 1.4.3 (0.59s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3377] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.36s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.98s)
Computing version for https://github.com/apple/swift-log.git
Computed https://github.com/apple/swift-log.git at 1.6.3 (0.51s)
Computing version for https://github.com/nnabeyang/swift-msgpack.git
Computed https://github.com/nnabeyang/swift-msgpack.git at 0.7.0 (0.55s)
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/hirotakan/MessagePacker.git
Working copy of https://github.com/hirotakan/MessagePacker.git resolved at 0.4.7
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/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/apple/swift-docc-plugin
Working copy of https://github.com/apple/swift-docc-plugin resolved at 1.4.3
warning: you may be able to install msgpack using your system-packager:
    apt-get install libmsgpack-dev
warning: you may be able to install msgpack using your system-packager:
    apt-get install libmsgpack-dev
[1/1] Compiling plugin Swift-DocC Preview
[2/2] Compiling plugin Swift-DocC
Building for debugging...
[2/21] Write sources
[7/21] Write swift-version-24593BA9C3E375BF.txt
[9/64] Emitting module MessagePack
[10/70] Compiling MessagePack SingleValueMessagePackDecodingContainer.swift
[11/70] Compiling MessagePack String+FromUTF8Bytes.swift
[12/70] Compiling MessagePack UnkeyedMessagePackDecodingContainer.swift
[13/70] Compiling MessagePack EncodableAsMessagePackExtension.swift
[14/70] Compiling MessagePack EncodableMessagePackValue+FromBinaryInteger.swift
[15/70] Compiling MessagePack EncodableMessagePackValue+FromMessagePackKey.swift
[16/70] Compiling MessagePack CodableAsMessagePackExtension.swift
[17/70] Compiling MessagePack InternalCodingKey.swift
[18/70] Compiling MessagePack MessagePackKey.swift
[19/70] Compiling MessagePack StandardSwiftCollectionType.swift
[20/70] Compiling MessagePack DecodableAsMessagePackExtension.swift
[21/70] Compiling MessagePack BinaryFloatingPoint+FromDecodedMessagePackValue.swift
[22/70] Compiling MessagePack FailedEncodableMessagePackValueFuture.swift
[23/70] Compiling MessagePack KeyedMessagePackEncodingContainer.swift
[24/70] Compiling MessagePack SingleValueMessagePackEncodingContainer.swift
[25/70] Compiling MessagePack SwiftValueToMessagePackValueEncoder.swift
[26/70] Compiling MessagePack UnkeyedMessagePackEncodingContainer.swift
[27/70] Compiling MessagePack MessagePackDecoder.swift
[28/70] Compiling MessagePack EncodableMessagePackValue+FromSpecializableCollection.swift
[29/70] Compiling MessagePack EncodableMessagePackValue+FromStandardCompoundValue.swift
[30/70] Compiling MessagePack EncodableMessagePackValue+ToBytes.swift
[31/70] Compiling MessagePack EncodableMessagePackValue+Validation.swift
[32/70] Compiling MessagePack EncodableMessagePackValue.swift
[33/70] Compiling MessagePack EncodableMessagePackValueFuture.swift
[34/70] Compiling MessagePack DecodingError+TypeMismatch.swift
[35/70] Compiling MessagePack KeyedMessagePackDecodingContainer.swift
[36/70] Compiling MessagePack MessagePackKey+FromDecodedMessagePackValue.swift
[37/70] Compiling MessagePack MessagePackValueToSwiftValueDecoder.swift
[38/70] Compiling MessagePack MessageReader.swift
[39/70] Compiling MessagePack SimpleDecodable.swift
[40/70] Compiling MessagePack BinaryInteger+FromDecodedMessagePackValue.swift
[41/70] Compiling MessagePack DecodedMessagePackArray.swift
[42/70] Compiling MessagePack DecodedMessagePackValue+FromBytes.swift
[43/70] Compiling MessagePack DecodedMessagePackValue+ToStandardCompoundValue.swift
[44/70] Compiling MessagePack DecodedMessagePackValue+Validation.swift
[45/70] Compiling MessagePack DecodedMessagePackValue.swift
[46/70] Compiling MessagePack MessagePackEncoder.swift
[47/70] Compiling MessagePack MessageWriter.swift
[48/70] Compiling MessagePack PredefinedExtensions.swift
[49/70] Compiling MessagePack Date+FromMessagePackTimestamp.swift
[50/70] Compiling MessagePack MessagePackTimestamp+CodableAsMessagePackExtension.swift
[51/70] Compiling MessagePack MessagePackTimestamp+DecodableAsMessagePackExtension.swift
[52/70] Compiling MessagePack MessagePackTimestamp+EncodableAsMessagePackExtension.swift
[53/70] Compiling MessagePack MessagePackTimestamp+FromDate.swift
[54/70] Compiling MessagePack MessagePackTimestamp+InstantProtocol.swift
[55/70] Compiling MessagePack MessagePackTimestamp.swift
[56/70] Compiling MessagePack Date+FromInternetDateTime.swift
[57/70] Compiling MessagePack MessagePackTimestamp+FromInternetDateTime.swift
[58/71] Wrapping AST for MessagePack for debugging
[60/79] Emitting module Serialization
[61/79] Compiling Serialization Serialization.swift
[62/80] Emitting module ApplicationSpecificMessagePackExtensionTypes
[63/80] Compiling ApplicationSpecificMessagePackExtensionTypes ApplicationSpecificMessagePackExtensionTypes.swift
[65/81] Emitting module MessagePackTimestamp
[66/81] Compiling MessagePackTimestamp MessagePackTimestamp.swift
[67/82] Emitting module Deserialization
[68/82] Compiling Deserialization Deserialization.swift
[71/83] Wrapping AST for Serialization for debugging
[72/83] Write Objects.LinkFileList
[73/83] Wrapping AST for ApplicationSpecificMessagePackExtensionTypes for debugging
[74/83] Write Objects.LinkFileList
[75/83] Wrapping AST for Deserialization for debugging
[76/83] Write Objects.LinkFileList
[77/83] Wrapping AST for MessagePackTimestamp for debugging
[78/83] Write Objects.LinkFileList
[79/83] Linking ApplicationSpecificMessagePackExtensionTypes
[80/83] Linking Serialization
[81/83] Linking Deserialization
[82/83] Linking MessagePackTimestamp
Build complete! (31.46s)
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" : "/host/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" : "Deserialization",
      "targets" : [
        "Deserialization"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "Serialization",
      "targets" : [
        "Serialization"
      ],
      "type" : {
        "snippet" : null
      }
    },
    {
      "name" : "MessagePackTimestamp",
      "targets" : [
        "MessagePackTimestamp"
      ],
      "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",
        "Deserialization",
        "Serialization",
        "MessagePackTimestamp",
        "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" : "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" : "MessagePackTimestamp",
      "module_type" : "SwiftTarget",
      "name" : "MessagePackTimestamp",
      "path" : "Snippets/Common Use Cases",
      "product_memberships" : [
        "MessagePackTimestamp"
      ],
      "sources" : [
        "MessagePackTimestamp.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"
}
basic-6.1-latest: Pulling from finestructure/spi-images
Digest: sha256:3bdcac04179f4ed3e5b8e9dbd6e74bbf5ebc0f4fde48bbaad7d1e5c757e65bcb
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-6.1-latest
Done.