Build Information
Successful build of FisherYates, reference 2.0.6 (e729f1
), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 21:28:24 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Build Log
========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/example-package-fisheryates.git
Reference: 2.0.6
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/example-package-fisheryates
* tag 2.0.6 -> FETCH_HEAD
HEAD is now at e729f19 Make the code more platform independent
Cloned https://github.com/apple/example-package-fisheryates.git
Revision (git rev-parse @):
e729f197bbc3831b9a3005fa71ad6f38c1e7e17e
SUCCESS checkout https://github.com/apple/example-package-fisheryates.git at 2.0.6
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.2
Building package at path: $PWD
https://github.com/apple/example-package-fisheryates.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/5] Compiling FisherYates random.swift
[4/5] Emitting module FisherYates
[5/5] Compiling FisherYates Fisher-Yates_Shuffle.swift
Build complete! (1.50s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "FisherYates",
"name" : "FisherYates",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "FisherYates",
"targets" : [
"FisherYates"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "FisherYatesTests",
"module_type" : "SwiftTarget",
"name" : "FisherYatesTests",
"path" : "Tests/FisherYatesTests",
"sources" : [
"FisherYatesShuffleTest.swift",
"XCTestManifests.swift"
],
"target_dependencies" : [
"FisherYates"
],
"type" : "test"
},
{
"c99name" : "FisherYates",
"module_type" : "SwiftTarget",
"name" : "FisherYates",
"path" : "Sources/FisherYates",
"product_memberships" : [
"FisherYates"
],
"sources" : [
"Fisher-Yates_Shuffle.swift",
"random.swift"
],
"type" : "library"
}
],
"tools_version" : "4.0"
}
Done.