The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Shuffle, reference master (8911a5), with Swift 6.2 for macOS (SPM) on 18 Jun 2025 04:03:34 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: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/glessard/shuffle
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 8911a59 update CI configuration
Cloned https://github.com/glessard/shuffle.git
Revision (git rev-parse @):
8911a599d9c9d80b0f01f783209fd2fe013efa3e
SUCCESS checkout https://github.com/glessard/shuffle.git at master
========================================
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] 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] 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] Write Objects.LinkFileList
[6/7] Archiving libShuffle.a
Build complete! (1.42s)
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.