The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of BitByteData with Swift 5.8 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.35.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tsolomko/BitByteData.git
Reference: 2.0.4
Initialized empty Git repository in /Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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:             5.8
Building package at path:  $workDir
https://github.com/tsolomko/BitByteData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[0/1] Copying PrivacyInfo.xcprivacy
[2/13] Compiling BitByteData MsbBitWriter.swift
[3/13] Compiling BitByteData SignedNumberRepresentation.swift
[4/14] Compiling BitByteData BitWriter.swift
[5/14] Compiling BitByteData ByteReader.swift
[6/14] Compiling BitByteData LsbBitReader.swift
[7/14] Compiling BitByteData LsbBitWriter.swift
[8/14] Compiling BitByteData Extensions.swift
[9/14] Compiling BitByteData LittleEndianByteReader.swift
[10/14] Compiling BitByteData BigEndianByteReader.swift
[11/14] Compiling BitByteData BitReader.swift
[12/14] Emitting module BitByteData
[13/14] Compiling BitByteData MsbBitReader.swift
[14/14] Compiling BitByteData resource_bundle_accessor.swift
Build complete! (4.05s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BitByteData",
  "name" : "BitByteData",
  "path" : "/Users/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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/builder/builds/o86TiJKT/0/finestructure/swiftpackageindex-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.