The Swift Package Index logo.Swift Package Index

Build Information

Successful build of SwiftMsgPack, reference main (0dbc12), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 16:51:20 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/jayadamsmorgan/SwiftMsgPack.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jayadamsmorgan/SwiftMsgPack
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
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 main
========================================
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": "swiftmsgpack",
      "name": "SwiftMsgPack",
      "url": "https://github.com/jayadamsmorgan/SwiftMsgPack.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftMsgPack",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jayadamsmorgan/SwiftMsgPack.git
[1/338] Fetching swiftmsgpack
Fetched https://github.com/jayadamsmorgan/SwiftMsgPack.git from cache (0.68s)
Creating working copy for https://github.com/jayadamsmorgan/SwiftMsgPack.git
Working copy of https://github.com/jayadamsmorgan/SwiftMsgPack.git resolved at main (0dbc12a)
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/jayadamsmorgan/SwiftMsgPack.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/7] Write sources
[0/7] Write Example-entitlement.plist
[0/7] Write sources
[3/7] Write swift-version--6988338F2F200930.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] Compiling Example Example.swift
[10/13] Emitting module Example
[10/13] Write Objects.LinkFileList
[11/13] Linking Example
[12/13] Applying Example
Build complete! (6.19s)
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.