The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of FisherYates, reference main (d081d6), with Swift 6.2 (beta) for macOS (SPM) on 17 Jun 2025 21:28:17 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: 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
========================================
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] Emitting module FisherYates
[4/5] Compiling FisherYates Fisher-Yates_Shuffle.swift
[5/5] Compiling FisherYates random.swift
Build complete! (1.27s)
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.