The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMsgPack, reference v1.0.0 (0dbc12), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 16:11:36 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/jayadamsmorgan/SwiftMsgPack.git
Reference: v1.0.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jayadamsmorgan/SwiftMsgPack
 * tag               v1.0.0     -> FETCH_HEAD
HEAD is now at 0dbc12a Update README.md
Cloned https://github.com/jayadamsmorgan/SwiftMsgPack.git
Revision (git rev-parse @):
0dbc12a8b0131ffda23744dd41b6df7c2a3f508b
SUCCESS checkout https://github.com/jayadamsmorgan/SwiftMsgPack.git at v1.0.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/jayadamsmorgan/SwiftMsgPack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[2/7] Write Example-entitlement.plist
[3/7] Write swift-version-1EA4D86E10B52AF.txt
[5/11] Compiling SwiftMsgPack Types.swift
[6/11] Compiling SwiftMsgPack Unpacking.swift
[7/11] Emitting module SwiftMsgPack
[8/11] Compiling SwiftMsgPack Packing.swift
[9/13] Emitting module Example
[10/13] Compiling Example Example.swift
[10/13] Write Objects.LinkFileList
[11/13] Linking Example
[12/13] Applying Example
Build complete! (4.60s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "SwiftMsgPack",
  "name" : "SwiftMsgPack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Example",
      "targets" : [
        "Example"
      ],
      "type" : {
        "executable" : null
      }
    },
    {
      "name" : "SwiftMsgPack",
      "targets" : [
        "SwiftMsgPack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftMsgPackTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMsgPackTests",
      "path" : "Tests/SwiftMsgPackTests",
      "sources" : [
        "SwiftMsgPackArrayTests.swift",
        "SwiftMsgPackBinTests.swift",
        "SwiftMsgPackBoolTests.swift",
        "SwiftMsgPackDictionaryTests.swift",
        "SwiftMsgPackExtTests.swift",
        "SwiftMsgPackFloatTests.swift",
        "SwiftMsgPackIntegerTests.swift",
        "SwiftMsgPackNilTests.swift",
        "SwiftMsgPackStringTests.swift",
        "SwiftMsgUnpackArrayTests.swift",
        "SwiftMsgUnpackBinTests.swift",
        "SwiftMsgUnpackBoolTests.swift",
        "SwiftMsgUnpackDictionaryTests.swift",
        "SwiftMsgUnpackExtTests.swift",
        "SwiftMsgUnpackFloatTests.swift",
        "SwiftMsgUnpackIntegerTests.swift",
        "SwiftMsgUnpackNilTests.swift",
        "SwiftMsgUnpackStringTests.swift"
      ],
      "target_dependencies" : [
        "SwiftMsgPack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftMsgPack",
      "module_type" : "SwiftTarget",
      "name" : "SwiftMsgPack",
      "path" : "Sources/SwiftMsgPack",
      "product_memberships" : [
        "Example",
        "SwiftMsgPack"
      ],
      "sources" : [
        "Packing.swift",
        "Types.swift",
        "Unpacking.swift"
      ],
      "type" : "library"
    },
    {
      "c99name" : "Example",
      "module_type" : "SwiftTarget",
      "name" : "Example",
      "path" : "Sources/Example",
      "product_memberships" : [
        "Example"
      ],
      "sources" : [
        "Example.swift"
      ],
      "target_dependencies" : [
        "SwiftMsgPack"
      ],
      "type" : "executable"
    }
  ],
  "tools_version" : "5.8"
}
Done.