This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.

The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Shuffle with Swift 6.0 for macOS (SPM).

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.40.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.0
Building package at path:  $workDir
https://github.com/glessard/shuffle.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.3.0.app xcrun --toolchain org.swift.600202405261a swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-6F35C1178C84523A.txt
[3/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)
[4/7] Compiling Shuffle shuffleinplace.swift
[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! (4.50s)
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.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.