The Swift Package Index logo.Swift Package Index

Build Information

Successful build of swift-binary-parse-support-bin, reference 0.2.1 (bd020c), with Swift 6.0 for macOS (SPM) on 30 Mar 2026 18:25:20 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/p-x9/swift-binary-parse-support-bin.git
Reference: 0.2.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/p-x9/swift-binary-parse-support-bin
 * tag               0.2.1      -> FETCH_HEAD
HEAD is now at bd020cb version 0.2.1
Cloned https://github.com/p-x9/swift-binary-parse-support-bin.git
Revision (git rev-parse @):
bd020cb9b1eca5f5295de0b8345a9d20ca9ca8c3
SUCCESS checkout https://github.com/p-x9/swift-binary-parse-support-bin.git at 0.2.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/p-x9/swift-binary-parse-support-bin.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[1/3] Copying BinaryParseSupport.framework
[2/3] Write swift-version-5BDAB9E9C0126B9D.txt
[4/5] Emitting module _BinaryParseSupportBin
[5/5] Compiling _BinaryParseSupportBin BinaryParseSupportBin.swift
Build complete! (5.77s)
[16375/933080] Downloading https://github.com/p-x9/swift-binary-parse-support/releases/download/0.2.1/BinaryParseSupport.xcframework.zip
Downloading binary artifact https://github.com/p-x9/swift-binary-parse-support/releases/download/0.2.1/BinaryParseSupport.xcframework.zip
Downloaded https://github.com/p-x9/swift-binary-parse-support/releases/download/0.2.1/BinaryParseSupport.xcframework.zip (0.55s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-binary-parse-support-bin",
  "name" : "swift-binary-parse-support-bin",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BinaryParseSupport",
      "targets" : [
        "BinaryParseSupportBin",
        "_BinaryParseSupportBin"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "_BinaryParseSupportBin",
      "module_type" : "SwiftTarget",
      "name" : "_BinaryParseSupportBin",
      "path" : "Sources/_BinaryParseSupportBin",
      "product_memberships" : [
        "BinaryParseSupport"
      ],
      "sources" : [
        "BinaryParseSupportBin.swift"
      ],
      "target_dependencies" : [
        "BinaryParseSupportBin"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BinaryParseSupportBinTests",
      "module_type" : "SwiftTarget",
      "name" : "BinaryParseSupportBinTests",
      "path" : "Tests/BinaryParseSupportBinTests",
      "sources" : [
        "BinaryParseSupportBinTests.swift"
      ],
      "target_dependencies" : [
        "_BinaryParseSupportBin"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BinaryParseSupportBin",
      "module_type" : "BinaryTarget",
      "name" : "BinaryParseSupportBin",
      "path" : "remote/archive/BinaryParseSupport.xcframework.zip",
      "product_memberships" : [
        "BinaryParseSupport"
      ],
      "sources" : [
      ],
      "type" : "binary"
    }
  ],
  "tools_version" : "5.10"
}
Done.