The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of DRBGs, reference main (db1b3e), with Swift 6.0 for macOS (SPM) on 13 Jun 2025 13:27:40 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.63.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/sbooth/DRBGs.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/sbooth/DRBGs
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at db1b3e8 Add `wyrand` PRNG (#27)
Cloned https://github.com/sbooth/DRBGs.git
Revision (git rev-parse @):
db1b3e8ef86076ebe6b2f4a24d243118449767bd
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/DRBGs.git at main
========================================
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.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/15] Compiling DRBGs Xoshiro512PlusPlus.swift
[4/16] Compiling DRBGs Xoshiro256PlusPlus.swift
[5/16] Compiling DRBGs Xoshiro256Plus.swift
[6/16] Compiling DRBGs Xoroshiro128Plus.swift
[7/16] Compiling DRBGs Xoroshiro128PlusPlus.swift
[8/16] Emitting module DRBGs
[9/16] Compiling DRBGs Xoroshiro128StarStar.swift
[10/16] Compiling DRBGs Xoshiro512Plus.swift
[11/16] Compiling DRBGs Xoshiro256StarStar.swift
[12/16] Compiling DRBGs SplitMix64.swift
[13/16] Compiling DRBGs WYRand.swift
[14/16] Compiling DRBGs FixedWidthInteger+Rotation.swift
[15/16] Compiling DRBGs RandomNumberGenerator+unitDouble.swift
[16/16] Compiling DRBGs Xoshiro512StarStar.swift
Build complete! (2.33s)
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",
        "WYRand.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.