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 (092511), with Swift 5.10 for macOS (SPM) on 12 Aug 2025 05:59:57 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.65.0
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 0925112 Bump actions/checkout from 4 to 5 (#28)
Cloned https://github.com/sbooth/DRBGs.git
Revision (git rev-parse @):
092511213cdcfebf0f54d82b35f05b52ed24a090
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/sbooth/DRBGs.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.10
Building package at path:  $PWD
https://github.com/sbooth/DRBGs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-33747A42983211AE.txt
[3/15] Compiling DRBGs Xoshiro256StarStar.swift
[4/15] Compiling DRBGs Xoshiro256PlusPlus.swift
[5/15] Compiling DRBGs Xoshiro512PlusPlus.swift
[6/15] Compiling DRBGs Xoroshiro128StarStar.swift
[7/15] Compiling DRBGs SplitMix64.swift
[8/15] Compiling DRBGs WYRand.swift
[9/15] Compiling DRBGs Xoshiro256Plus.swift
[10/15] Emitting module DRBGs
[11/15] Compiling DRBGs Xoroshiro128Plus.swift
[12/15] Compiling DRBGs Xoroshiro128PlusPlus.swift
[13/16] Compiling DRBGs FixedWidthInteger+Rotation.swift
[14/16] Compiling DRBGs RandomNumberGenerator+unitDouble.swift
[15/16] Compiling DRBGs Xoshiro512Plus.swift
[16/16] Compiling DRBGs Xoshiro512StarStar.swift
Build complete! (4.62s)
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.