Build Information
Successful build of DRBGs, reference main (db1b3e
), with Swift 5.10 for macOS (SPM) on 13 Jun 2025 13:27:28 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.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: 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 Xoshiro256PlusPlus.swift
[4/15] Compiling DRBGs Xoshiro512Plus.swift
[5/15] Compiling DRBGs Xoshiro512PlusPlus.swift
[6/15] Compiling DRBGs Xoshiro256StarStar.swift
[7/15] Compiling DRBGs Xoroshiro128Plus.swift
[8/15] Compiling DRBGs Xoroshiro128PlusPlus.swift
[9/15] Compiling DRBGs Xoroshiro128StarStar.swift
[10/15] Compiling DRBGs SplitMix64.swift
[11/15] Compiling DRBGs WYRand.swift
[12/15] Compiling DRBGs FixedWidthInteger+Rotation.swift
[13/15] Compiling DRBGs RandomNumberGenerator+unitDouble.swift
[14/15] Emitting module DRBGs
[15/15] Compiling DRBGs Xoshiro256Plus.swift
[16/16] Compiling DRBGs Xoshiro512StarStar.swift
Build complete! (4.48s)
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.