The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of BitByteData, reference 2.0.4 (cdcdc5), with Swift 6.2 (beta) for macOS (SPM) on 21 Jun 2025 11:00:25 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/tsolomko/BitByteData.git
Reference: 2.0.4
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tsolomko/BitByteData
 * tag               2.0.4      -> FETCH_HEAD
HEAD is now at cdcdc51 Merge branch 'develop'
Cloned https://github.com/tsolomko/BitByteData.git
Revision (git rev-parse @):
cdcdc5177ad536cfb11b95c620f926a81014b7fe
SUCCESS checkout https://github.com/tsolomko/BitByteData.git at 2.0.4
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/tsolomko/BitByteData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/15] Compiling BitByteData SignedNumberRepresentation.swift
[5/16] Compiling BitByteData resource_bundle_accessor.swift
[6/16] Compiling BitByteData LsbBitWriter.swift
[7/16] Compiling BitByteData MsbBitReader.swift
[8/16] Compiling BitByteData MsbBitWriter.swift
[9/16] Compiling BitByteData LsbBitReader.swift
[10/16] Compiling BitByteData Extensions.swift
[11/16] Compiling BitByteData BigEndianByteReader.swift
[12/16] Compiling BitByteData BitReader.swift
[13/16] Compiling BitByteData BitWriter.swift
[14/16] Compiling BitByteData ByteReader.swift
[15/16] Compiling BitByteData LittleEndianByteReader.swift
[16/16] Emitting module BitByteData
Build complete! (4.65s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BitByteData",
  "name" : "BitByteData",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.13"
    },
    {
      "name" : "ios",
      "version" : "11.0"
    },
    {
      "name" : "tvos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "4.0"
    }
  ],
  "products" : [
    {
      "name" : "BitByteData",
      "targets" : [
        "BitByteData"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "5"
  ],
  "targets" : [
    {
      "c99name" : "BitByteDataTests",
      "module_type" : "SwiftTarget",
      "name" : "BitByteDataTests",
      "path" : "Tests/BitByteDataTests",
      "sources" : [
        "BigEndianByteReaderTests.swift",
        "LittleEndianByteReaderTests.swift",
        "LsbBitReaderTests.swift",
        "LsbBitWriterTests.swift",
        "MsbBitReaderTests.swift",
        "MsbBitWriterTests.swift",
        "SignedNumberRepresentationTests.swift",
        "TestHelper.swift"
      ],
      "target_dependencies" : [
        "BitByteData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BitByteDataBenchmarks",
      "module_type" : "SwiftTarget",
      "name" : "BitByteDataBenchmarks",
      "path" : "Tests/BitByteDataBenchmarks",
      "sources" : [
        "BigEndianByteReaderBenchmarks.swift",
        "LittleEndianByteReaderBenchmarks.swift",
        "LsbBitReaderBenchmarks.swift",
        "LsbBitReaderByteBenchmarks.swift",
        "LsbBitWriterBenchmarks.swift",
        "MsbBitReaderBenchmarks.swift",
        "MsbBitReaderByteBenchmarks.swift",
        "MsbBitWriterBenchmarks.swift"
      ],
      "target_dependencies" : [
        "BitByteData"
      ],
      "type" : "test"
    },
    {
      "c99name" : "BitByteData",
      "module_type" : "SwiftTarget",
      "name" : "BitByteData",
      "path" : "Sources",
      "product_memberships" : [
        "BitByteData"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/PrivacyInfo.xcprivacy",
          "rule" : {
            "copy" : {
            }
          }
        }
      ],
      "sources" : [
        "BigEndianByteReader.swift",
        "BitReader.swift",
        "BitWriter.swift",
        "ByteReader.swift",
        "Extensions.swift",
        "LittleEndianByteReader.swift",
        "LsbBitReader.swift",
        "LsbBitWriter.swift",
        "MsbBitReader.swift",
        "MsbBitWriter.swift",
        "SignedNumberRepresentation.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.3"
}
Done.