Build Information
Successful build of FisherYates, reference main (d081d6
), with Swift 6.0 for macOS (SPM) on 26 Nov 2024 19:45:44 UTC.
Swift 6 data race errors: 0
Build Command
env DEVELOPER_DIR=/Applications/Xcode-16.1.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.58.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/apple/example-package-fisheryates.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/apple/example-package-fisheryates
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at d081d6e Merge pull request #15 from apple/boisy/docc-additions
Cloned https://github.com/apple/example-package-fisheryates.git
Revision (git rev-parse @):
d081d6e41ae74fbb7b502b53709836b8524bade9
SUCCESS checkout https://github.com/apple/example-package-fisheryates.git at main
========================================
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 main (d081d6e)
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.0
Building package at path: $PWD
https://github.com/apple/example-package-fisheryates.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.1.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--7754E27361AE5C74.txt
[3/5] Compiling FisherYates Fisher-Yates_Shuffle.swift
[4/5] Emitting module FisherYates
[5/5] Compiling FisherYates random.swift
Build complete! (2.90s)
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.