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 Shuffle, reference 2.3.0 (355cae), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 04:03:02 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/glessard/shuffle.git
Reference: 2.3.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/glessard/shuffle
 * tag               2.3.0      -> FETCH_HEAD
HEAD is now at 355caea Update README.md
Cloned https://github.com/glessard/shuffle.git
Revision (git rev-parse @):
355caea677d6871501e61c41b8a2192dcf2ed607
SUCCESS checkout https://github.com/glessard/shuffle.git at 2.3.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/glessard/shuffle.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-1EA4D86E10B52AF.txt
[3/7] Compiling Shuffle shuffleinplace.swift
[4/7] Emitting module Shuffle
/Users/admin/builder/spi-builder-workspace/Sources/shuffle.swift:27:3: warning: 'public' modifier is redundant for instance method declared in a public extension
 25 |   /// - returns: A sequence of of `self`'s elements, lazily shuffled.
 26 |
 27 |   public func shuffled() -> ShuffledSequence<Self>
    |   `- warning: 'public' modifier is redundant for instance method declared in a public extension
 28 |   {
 29 |     return ShuffledSequence(self)
[5/7] Compiling Shuffle shuffle.swift
/Users/admin/builder/spi-builder-workspace/Sources/shuffle.swift:27:3: warning: 'public' modifier is redundant for instance method declared in a public extension
 25 |   /// - returns: A sequence of of `self`'s elements, lazily shuffled.
 26 |
 27 |   public func shuffled() -> ShuffledSequence<Self>
    |   `- warning: 'public' modifier is redundant for instance method declared in a public extension
 28 |   {
 29 |     return ShuffledSequence(self)
[5/7] Write Objects.LinkFileList
[6/7] Archiving libShuffle.a
Build complete! (1.38s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Shuffle",
  "name" : "Shuffle",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
  ],
  "products" : [
    {
      "name" : "Shuffle",
      "targets" : [
        "Shuffle"
      ],
      "type" : {
        "library" : [
          "static"
        ]
      }
    }
  ],
  "swift_languages_versions" : [
    "3",
    "4"
  ],
  "targets" : [
    {
      "c99name" : "ShuffleTests",
      "module_type" : "SwiftTarget",
      "name" : "ShuffleTests",
      "path" : "Tests/ShuffleTests",
      "sources" : [
        "ShuffleTests.swift"
      ],
      "target_dependencies" : [
        "Shuffle"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Shuffle",
      "module_type" : "SwiftTarget",
      "name" : "Shuffle",
      "path" : "Sources",
      "product_memberships" : [
        "Shuffle"
      ],
      "sources" : [
        "shuffle.swift",
        "shuffleinplace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "4.0"
}
Done.