Build Information
Successful build of DRBGs, reference main (2a304f
), with Swift 5.8 for macOS (SPM) on 11 Jul 2024 20:04:57 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.46.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 2a304ff Update swift.yml (#18)
Cloned https://github.com/sbooth/DRBGs.git
Revision (git rev-parse @):
2a304ff5afce33f0fcb671ebc0f567755a66d825
SPI manifest file found: $workDir/.spi.yml
SUCCESS checkout https://github.com/sbooth/DRBGs.git at main
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.8
Building package at path: $workDir
https://github.com/sbooth/DRBGs.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-14.3.1.app xcrun swift build --arch arm64
Building for debugging...
[1/10] Emitting module DRBGs
[2/10] Compiling DRBGs RandomNumberGenerator+unitDouble.swift
[3/10] Compiling DRBGs FixedWidthInteger+Rotation.swift
[4/10] Compiling DRBGs Xoroshiro128Plus.swift
[5/10] Compiling DRBGs Xoroshiro128StarStar.swift
[6/10] Compiling DRBGs Xoshiro256PlusPlus.swift
[7/10] Compiling DRBGs Xoroshiro128PlusPlus.swift
[8/10] Compiling DRBGs SplitMix64.swift
[9/10] Compiling DRBGs Xoshiro256Plus.swift
[10/10] Compiling DRBGs Xoshiro256StarStar.swift
Build complete! (8.56s)
Build complete.
Done.