The Swift Package Index logo.Swift Package Index

Build Information

Successful build of BinaryCoder, reference 2.4.0 (fb921d), with Swift 6.3 for macOS (SPM) on 14 Apr 2026 15:56:59 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/jollyjinx/BinaryCoder.git
Reference: 2.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/jollyjinx/BinaryCoder
 * tag               2.4.0      -> FETCH_HEAD
HEAD is now at fb921d8 Migrate BinaryCoder to Swift 6.3 and Swift Testing
Cloned https://github.com/jollyjinx/BinaryCoder.git
Revision (git rev-parse @):
fb921d86992204ba4bd9408997ca0ae98cf0c4f4
SUCCESS checkout https://github.com/jollyjinx/BinaryCoder.git at 2.4.0
========================================
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": "binarycoder",
      "name": "BinaryCoder",
      "url": "https://github.com/jollyjinx/BinaryCoder.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BinaryCoder",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/jollyjinx/BinaryCoder.git
[1/309] Fetching binarycoder
Fetched https://github.com/jollyjinx/BinaryCoder.git from cache (0.74s)
Creating working copy for https://github.com/jollyjinx/BinaryCoder.git
Working copy of https://github.com/jollyjinx/BinaryCoder.git resolved at 2.4.0 (fb921d8)
warning: '.resolve-product-dependencies': dependency 'binarycoder' 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/jollyjinx/BinaryCoder.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling BinaryCoder SharedBinaryCoding.swift
[4/9] Compiling BinaryCoder BinarySerialization.swift
[5/9] Compiling BinaryCoder BinaryDecoder.swift
[6/9] Compiling BinaryCoder BinaryEncoder.swift
[7/9] Compiling BinaryCoder BinaryCodable.swift
[8/9] Emitting module BinaryCoder
[9/9] Compiling BinaryCoder BinaryCodableExtensions.swift
Build complete! (4.95s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BinaryCoder",
  "name" : "BinaryCoder",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "BinaryCoder",
      "targets" : [
        "BinaryCoder"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "6"
  ],
  "targets" : [
    {
      "c99name" : "BinaryCoderTests",
      "module_type" : "SwiftTarget",
      "name" : "BinaryCoderTests",
      "path" : "Tests/BinaryCoderTests",
      "sources" : [
        "BinaryCoderTests.swift"
      ],
      "target_dependencies" : [
        "BinaryCoder"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BinaryCoder",
      "module_type" : "SwiftTarget",
      "name" : "BinaryCoder",
      "path" : "Source",
      "product_memberships" : [
        "BinaryCoder"
      ],
      "sources" : [
        "BinaryCodable.swift",
        "BinaryCodableExtensions.swift",
        "BinaryDecoder.swift",
        "BinaryEncoder.swift",
        "BinarySerialization.swift",
        "SharedBinaryCoding.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.3"
}
Done.