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 DRBGs, reference 0.3.0 (b47b43), with Swift 6.0 for macOS (SPM) on 16 Sep 2024 03:32:05 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.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.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/DRBGs.git
Reference: 0.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/DRBGs
 * tag               0.3.0      -> FETCH_HEAD
HEAD is now at b47b43a Constrain rotation to `UnsignedInteger` (#17)
Cloned https://github.com/sbooth/DRBGs.git
Revision (git rev-parse @):
b47b43a6d47fe0816c62f2d5e3ae8e4bef6649a4
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/DRBGs.git at 0.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/sbooth/DRBGs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.0.0-Release.Candidate.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-117DEE11B69C53C9.txt
[3/12] Compiling DRBGs SplitMix64.swift
[4/12] Compiling DRBGs Xoroshiro128Plus.swift
[5/12] Compiling DRBGs Xoshiro256StarStar.swift
[6/12] Compiling DRBGs Xoshiro256PlusPlus.swift
[7/12] Compiling DRBGs RandomNumberGenerator+unitDouble.swift
[8/12] Compiling DRBGs FixedWidthInteger+Rotation.swift
[9/12] Compiling DRBGs Xoroshiro128PlusPlus.swift
[10/12] Emitting module DRBGs
[11/12] Compiling DRBGs Xoshiro256Plus.swift
[12/12] Compiling DRBGs Xoroshiro128StarStar.swift
Build complete! (7.56s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "DRBGs",
  "name" : "DRBGs",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "DRBGs",
      "targets" : [
        "DRBGs"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DRBGsTests",
      "module_type" : "SwiftTarget",
      "name" : "DRBGsTests",
      "path" : "Tests/DRBGsTests",
      "sources" : [
        "DRBGsTests.swift"
      ],
      "target_dependencies" : [
        "DRBGs"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DRBGs",
      "module_type" : "SwiftTarget",
      "name" : "DRBGs",
      "path" : "Sources/DRBGs",
      "product_memberships" : [
        "DRBGs"
      ],
      "sources" : [
        "FixedWidthInteger+Rotation.swift",
        "RandomNumberGenerator+unitDouble.swift",
        "SplitMix64.swift",
        "Xoroshiro128Plus.swift",
        "Xoroshiro128PlusPlus.swift",
        "Xoroshiro128StarStar.swift",
        "Xoshiro256Plus.swift",
        "Xoshiro256PlusPlus.swift",
        "Xoshiro256StarStar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.