Build Information
Successful build of DRBGs, reference main (8f3cfd
), with Swift 5.9 for macOS (SPM) on 7 Nov 2024 17:58:30 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.56.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 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 main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.9
Building package at path: $PWD
https://github.com/sbooth/DRBGs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.2.0.app xcrun swift build --arch arm64
Building for debugging...
[1/12] Compiling DRBGs Xoshiro512PlusPlus.swift
[2/13] Compiling DRBGs Xoshiro256StarStar.swift
[3/13] Compiling DRBGs Xoshiro256PlusPlus.swift
[4/13] Compiling DRBGs Xoroshiro128StarStar.swift
[5/13] Compiling DRBGs Xoshiro256Plus.swift
[6/13] Emitting module DRBGs
[7/13] Compiling DRBGs SplitMix64.swift
[8/13] Compiling DRBGs Xoroshiro128Plus.swift
[9/13] Compiling DRBGs Xoroshiro128PlusPlus.swift
[10/13] Compiling DRBGs FixedWidthInteger+Rotation.swift
[11/13] Compiling DRBGs RandomNumberGenerator+unitDouble.swift
[12/13] Compiling DRBGs Xoshiro512Plus.swift
[13/13] Compiling DRBGs Xoshiro512StarStar.swift
Build complete! (5.97s)
Build complete.
Done.