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, reference 2.0.4 (cdcdc5), with Swift 6.0 for macOS (SPM) on 4 Nov 2024 20:01:52 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.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
========================================
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",
  "dependencies": [
    {
      "identity": "bitbytedata",
      "name": "BitByteData",
      "url": "https://github.com/tsolomko/BitByteData.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/BitByteData",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tsolomko/BitByteData.git
[1/3051] Fetching bitbytedata
Fetched https://github.com/tsolomko/BitByteData.git from cache (1.06s)
Creating working copy for https://github.com/tsolomko/BitByteData.git
Working copy of https://github.com/tsolomko/BitByteData.git resolved at 2.0.4 (cdcdc51)
warning: '.resolve-product-dependencies': dependency 'bitbytedata' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tsolomko/BitByteData.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/3] Write sources
[1/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version--7754E27361AE5C74.txt
[4/15] Compiling BitByteData MsbBitWriter.swift
[5/15] Compiling BitByteData MsbBitReader.swift
[6/15] Compiling BitByteData SignedNumberRepresentation.swift
[7/15] Compiling BitByteData LsbBitWriter.swift
[8/16] Compiling BitByteData LittleEndianByteReader.swift
[9/16] Compiling BitByteData LsbBitReader.swift
[10/16] Compiling BitByteData Extensions.swift
[11/16] Emitting module BitByteData
[12/16] Compiling BitByteData BitWriter.swift
[13/16] Compiling BitByteData ByteReader.swift
[14/16] Compiling BitByteData BigEndianByteReader.swift
[15/16] Compiling BitByteData BitReader.swift
[16/16] Compiling BitByteData resource_bundle_accessor.swift
Build complete! (14.94s)
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.