The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-msgpack, reference main (c7664d), with Swift 6.3 for macOS (SPM) on 18 Apr 2026 06:30:52 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/nnabeyang/swift-msgpack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/nnabeyang/swift-msgpack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c7664df Merge pull request #8 from nnabeyang/docs/update-msgpack-urls
Cloned https://github.com/nnabeyang/swift-msgpack.git
Revision (git rev-parse @):
c7664df1f193d3d237ee78f0ddbf2170ae0589e9
SUCCESS checkout https://github.com/nnabeyang/swift-msgpack.git at main
Fetching https://github.com/nicklockwood/SwiftFormat
[1/56108] Fetching swiftformat
Fetched https://github.com/nicklockwood/SwiftFormat from cache (56.47s)
Computing version for https://github.com/nicklockwood/SwiftFormat
Computed https://github.com/nicklockwood/SwiftFormat at 0.53.8 (59.35s)
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",
  "traits": [
    "default"
  ],
  "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",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/nnabeyang/swift-msgpack.git
[1/682] Fetching swift-msgpack
Fetched https://github.com/nnabeyang/swift-msgpack.git from cache (0.75s)
Creating working copy for https://github.com/nnabeyang/swift-msgpack.git
Working copy of https://github.com/nnabeyang/swift-msgpack.git resolved at main (c7664df)
warning: '.resolve-product-dependencies': dependency 'swift-msgpack' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/nnabeyang/swift-msgpack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
[1/1] Compiling plugin SwiftFormatPlugin
Building for debugging...
[1/8] Write sources
[2/8] Write example-entitlement.plist
[2/8] Write sources
[4/8] Write swift-version--6988338F2F200930.txt
[6/14] Compiling SwiftMsgpack MsgPackTimestamp.swift
[7/14] Emitting module SwiftMsgpack
[8/14] Compiling SwiftMsgpack MsgPackScanner.swift
[9/14] Compiling SwiftMsgpack MsgPackDecoder.swift
[10/14] Compiling SwiftMsgpack AnyCodable.swift
[11/14] Compiling SwiftMsgpack MsgPackEncoder.swift
[12/16] Compiling example main.swift
[13/16] Emitting module example
[13/16] Write Objects.LinkFileList
[14/16] Linking example
[15/16] Applying example
Build complete! (8.32s)
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" : "12.0"
    },
    {
      "name" : "ios",
      "version" : "15.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.