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 swift-msgpack, reference 0.6.0 (784372), with Swift 6.0 for macOS (SPM) on 2 Nov 2024 07:59:47 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nnabeyang/swift-msgpack.git
Reference: 0.6.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nnabeyang/swift-msgpack
 * tag               0.6.0      -> FETCH_HEAD
HEAD is now at 7843723 v0.6.0
Cloned https://github.com/nnabeyang/swift-msgpack.git
Revision (git rev-parse @):
7843723ab63aae2d7fa3b30a86cd1da578a441a3
SUCCESS checkout https://github.com/nnabeyang/swift-msgpack.git at 0.6.0
Fetching https://github.com/nicklockwood/SwiftFormat
[1/44979] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (43.19s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.53.8 (3.52s)
Creating working copy for https://github.com/nicklockwood/SwiftFormat
Working copy of https://github.com/nicklockwood/SwiftFormat resolved at 0.53.8
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-msgpack",
      "name": "swift-msgpack",
      "url": "https://github.com/nnabeyang/swift-msgpack.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-msgpack",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nnabeyang/swift-msgpack.git
[1/567] Fetching swift-msgpack
Fetched https://github.com/nnabeyang/swift-msgpack.git from cache (0.74s)
Creating working copy for https://github.com/nnabeyang/swift-msgpack.git
Working copy of https://github.com/nnabeyang/swift-msgpack.git resolved at 0.6.0 (7843723)
warning: '.resolve-product-dependencies': dependency 'swift-msgpack' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/nnabeyang/swift-msgpack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/8] Write sources
[3/8] Write example-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/14] Compiling SwiftMsgpack MsgPackTimestamp.swift
[7/14] Compiling SwiftMsgpack MsgPackScanner.swift
[8/14] Compiling SwiftMsgpack MsgPackEncoder.swift
[9/14] Emitting module SwiftMsgpack
[10/14] Compiling SwiftMsgpack AnyCodable.swift
[11/14] Compiling SwiftMsgpack MsgPackDecoder.swift
[12/16] Emitting module example
[13/16] Compiling example main.swift
[13/16] Write Objects.LinkFileList
[14/16] Linking example
[15/16] Applying example
Build complete! (12.65s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftformat",
      "requirement" : {
        "exact" : [
          "0.53.8"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/nicklockwood/SwiftFormat"
    }
  ],
  "manifest_display_name" : "swift-msgpack",
  "name" : "swift-msgpack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftMsgpack",
      "targets" : [
        "SwiftMsgpack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "example",
      "targets" : [
        "example"
      ],
      "type" : {
        "executable" : null
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "example",
      "module_type" : "SwiftTarget",
      "name" : "example",
      "path" : "Example",
      "product_memberships" : [
        "example"
      ],
      "sources" : [
        "main.swift"
      ],
      "target_dependencies" : [
        "SwiftMsgpack"
      ],
      "type" : "executable"
    },
    {
      "c99name" : "SwiftMsgpackTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMsgpackTests",
      "path" : "Tests/SwiftMsgpackTests",
      "sources" : [
        "DecodeTests.swift",
        "EncodeStr8UnsupportTests.swift",
        "EncodeTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMsgpack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMsgpack",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMsgpack",
      "path" : "Sources/SwiftMsgpack",
      "product_memberships" : [
        "SwiftMsgpack",
        "example"
      ],
      "sources" : [
        "AnyCodable.swift",
        "MsgPackDecoder.swift",
        "MsgPackEncoder.swift",
        "MsgPackScanner.swift",
        "MsgPackTimestamp.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.