Build Information
Successful build of FisherYates, reference 2.0.6 (e729f1
), with Swift 6.1 for macOS (SPM) on 24 Apr 2025 19:49:05 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Build Log
========================================
RunAll
========================================
Builder version: 4.61.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
========================================
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": "example-package-fisheryates",
"name": "FisherYates",
"url": "https://github.com/apple/example-package-fisheryates.git",
"version": "unspecified",
"path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/example-package-fisheryates",
"dependencies": [
]
}
]
}
Fetching https://github.com/apple/example-package-fisheryates.git
[1/250] Fetching example-package-fisheryates
Fetched https://github.com/apple/example-package-fisheryates.git from cache (0.65s)
Creating working copy for https://github.com/apple/example-package-fisheryates.git
Working copy of https://github.com/apple/example-package-fisheryates.git resolved at 2.0.6 (e729f19)
warning: '.resolve-product-dependencies': dependency 'example-package-fisheryates' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform: macosSpm
Swift version: 6.1
Building package at path: $PWD
https://github.com/apple/example-package-fisheryates.git
https://github.com/apple/example-package-fisheryates.git
{
"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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/5] Compiling FisherYates Fisher-Yates_Shuffle.swift
[4/5] Compiling FisherYates random.swift
[5/5] Emitting module FisherYates
Build complete! (2.06s)
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.