Build Information
Successful build of RandKit, reference master (38a77f
), with Swift 5.10 for macOS (SPM) on 10 Sep 2024 18:44:53 UTC.
Build Command
env DEVELOPER_DIR=/Applications/Xcode-15.4.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.53.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/Craz1k0ek/RandKit.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/Craz1k0ek/RandKit
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 38a77f9 Update README.md
Cloned https://github.com/Craz1k0ek/RandKit.git
Revision (git rev-parse @):
38a77f91232f0592d1e65b4a4d1919a8c2215d7d
SUCCESS checkout https://github.com/Craz1k0ek/RandKit.git at master
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
"identity": ".resolve-product-dependencies",
"name": "resolve-dependencies",
"url": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies",
"dependencies": [
{
"identity": "randkit",
"name": "RandKit",
"url": "https://github.com/Craz1k0ek/RandKit.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/RandKit",
"dependencies": [
]
}
]
}
Fetching https://github.com/Craz1k0ek/RandKit.git
[1/70] Fetching randkit
Fetched https://github.com/Craz1k0ek/RandKit.git from cache (1.19s)
Creating working copy for https://github.com/Craz1k0ek/RandKit.git
Working copy of https://github.com/Craz1k0ek/RandKit.git resolved at master (38a77f9)
warning: '.resolve-product-dependencies': dependency 'randkit' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 5.10
Building package at path: $PWD
https://github.com/Craz1k0ek/RandKit.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/8] Compiling RandKit SplitMix64.swift
[4/8] Compiling RandKit MersenneTwister.swift
[5/8] Compiling RandKit Xoshiro256.swift
[6/8] Compiling RandKit Generics.swift
[7/8] Compiling RandKit ISAAC.swift
[8/8] Emitting module RandKit
Build complete! (1.30s)
Build complete.
Done.