Build Information
Successful build of PcgRandom, reference 2.1.1 (6ee084
), with Swift 6.0 for macOS (SPM) on 7 May 2025 12:03:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/paiv/swift-pcg-random.git
Reference: 2.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paiv/swift-pcg-random
* tag 2.1.1 -> FETCH_HEAD
HEAD is now at 6ee084a clean up bit ops
Cloned https://github.com/paiv/swift-pcg-random.git
Revision (git rev-parse @):
6ee084a36650b6ee7b98da50a59e7b654487993d
SUCCESS checkout https://github.com/paiv/swift-pcg-random.git at 2.1.1
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.0
Building package at path: $PWD
https://github.com/paiv/swift-pcg-random.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/4] Emitting module PcgRandom
[4/4] Compiling PcgRandom PcgRandom.swift
Build complete! (2.48s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "PcgRandom",
"name" : "PcgRandom",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "18.0"
},
{
"name" : "macos",
"version" : "15.0"
},
{
"name" : "watchos",
"version" : "11.0"
}
],
"products" : [
{
"name" : "PcgRandom",
"targets" : [
"PcgRandom"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"swift_languages_versions" : [
"6"
],
"targets" : [
{
"c99name" : "PcgRandomTests",
"module_type" : "SwiftTarget",
"name" : "PcgRandomTests",
"path" : "Tests/PcgRandomTests",
"sources" : [
"PcgRandomTests.swift"
],
"target_dependencies" : [
"PcgRandom"
],
"type" : "test"
},
{
"c99name" : "PcgRandom",
"module_type" : "SwiftTarget",
"name" : "PcgRandom",
"path" : "Sources/PcgRandom",
"product_memberships" : [
"PcgRandom"
],
"sources" : [
"PcgRandom.swift"
],
"type" : "library"
}
],
"tools_version" : "6.0"
}
Done.