The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DRBGs, reference 0.4.0 (8f3cfd), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 11:22:48 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/sbooth/DRBGs.git
Reference: 0.4.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/DRBGs
 * tag               0.4.0      -> FETCH_HEAD
HEAD is now at 8f3cfd0 Add xoshiro512 DRBGs (#20)
Cloned https://github.com/sbooth/DRBGs.git
Revision (git rev-parse @):
8f3cfd026cdd3a913a09e7471571843eb6c5b792
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/DRBGs.git at 0.4.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/sbooth/DRBGs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/14] Compiling DRBGs Xoroshiro128PlusPlus.swift
[4/14] Compiling DRBGs FixedWidthInteger+Rotation.swift
[5/14] Compiling DRBGs RandomNumberGenerator+unitDouble.swift
[6/15] Compiling DRBGs Xoshiro256StarStar.swift
[7/15] Compiling DRBGs Xoroshiro128StarStar.swift
[8/15] Compiling DRBGs Xoshiro512Plus.swift
[9/15] Compiling DRBGs SplitMix64.swift
[10/15] Compiling DRBGs Xoroshiro128Plus.swift
[11/15] Compiling DRBGs Xoshiro256Plus.swift
[12/15] Emitting module DRBGs
[13/15] Compiling DRBGs Xoshiro256PlusPlus.swift
[14/15] Compiling DRBGs Xoshiro512PlusPlus.swift
[15/15] Compiling DRBGs Xoshiro512StarStar.swift
Build complete! (2.31s)
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",
        "Xoshiro512Plus.swift",
        "Xoshiro512PlusPlus.swift",
        "Xoshiro512StarStar.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.6"
}
Done.