This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

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 6.0 for Linux.

Swift 6 data race errors: 0

Build Command

bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.40.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tsolomko/BitByteData.git
Reference: develop
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tsolomko/BitByteData
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 6519b82 Increase minimum deployment targets on Apple platforms
Cloned https://github.com/tsolomko/BitByteData.git
Revision (git rev-parse @):
6519b827cf9af5e201e4f91bddd10c9651ffd861
SUCCESS checkout https://github.com/tsolomko/BitByteData.git at develop
========================================
Build
========================================
Selected platform:         linux
Swift version:             6.0
Building package at path:  $workDir
https://github.com/tsolomko/BitByteData.git
Running build ...
bash -c docker run --rm -v "checkouts-4609320-1":/host -w "$workDir" registry.gitlab.com/finestructure/spi-images:basic-6.0-latest swift build --triple x86_64-unknown-linux-gnu -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete 2>&1
Building for debugging...
[0/3] Write sources
[0/3] Copying PrivacyInfo.xcprivacy
[2/3] Write swift-version-24593BA9C3E375BF.txt
[4/15] Compiling BitByteData SignedNumberRepresentation.swift
[5/16] Emitting module BitByteData
[6/16] Compiling BitByteData BigEndianByteReader.swift
[7/16] Compiling BitByteData BitReader.swift
[8/16] Compiling BitByteData resource_bundle_accessor.swift
[9/16] Compiling BitByteData Extensions.swift
[10/16] Compiling BitByteData LittleEndianByteReader.swift
[11/16] Compiling BitByteData LsbBitReader.swift
[12/16] Compiling BitByteData LsbBitWriter.swift
[13/16] Compiling BitByteData MsbBitReader.swift
[14/16] Compiling BitByteData MsbBitWriter.swift
[15/16] Compiling BitByteData BitWriter.swift
[16/16] Compiling BitByteData ByteReader.swift
Build complete! (13.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "BitByteData",
  "name" : "BitByteData",
  "path" : "/host/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    },
    {
      "name" : "watchos",
      "version" : "7.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" : "/host/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.5"
}
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.