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, reference 2.3.0 (355cae), with Swift 6.1 for macOS (SPM) on 25 Apr 2025 04:06:49 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.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.61.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
========================================
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": "shuffle",
      "name": "Shuffle",
      "url": "https://github.com/glessard/shuffle.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/shuffle",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/glessard/shuffle.git
[1/242] Fetching shuffle
Fetched https://github.com/glessard/shuffle.git from cache (0.58s)
Creating working copy for https://github.com/glessard/shuffle.git
Working copy of https://github.com/glessard/shuffle.git resolved at 2.3.0 (355caea)
warning: '.resolve-product-dependencies': dependency 'shuffle' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/glessard/shuffle.git
https://github.com/glessard/shuffle.git
{
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.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/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.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! (2.61s)
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.