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 LazyContainers with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/RougeWare/Swift-Lazy-Containers.git
Reference: 4.1.0
Initialized empty Git repository in /Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.git/
From https://github.com/RougeWare/Swift-Lazy-Containers
 * tag               4.1.0      -> FETCH_HEAD
HEAD is now at 360a35c Merge pull request #37 from RougeWare/feature/Autoconformance
Cloned https://github.com/RougeWare/Swift-Lazy-Containers.git
Revision (git rev-parse @):
360a35c98992fc53739e884fb0c48e988710fa92
SUCCESS checkout https://github.com/RougeWare/Swift-Lazy-Containers.git at 4.1.0
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "swift-lazy-containers",
      "name": "LazyContainers",
      "url": "https://github.com/RougeWare/Swift-Lazy-Containers.git",
      "version": "unspecified",
      "path": "/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Swift-Lazy-Containers",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/RougeWare/Swift-Lazy-Containers.git from cache
Fetched https://github.com/RougeWare/Swift-Lazy-Containers.git (0.20s)
Creating working copy for https://github.com/RougeWare/Swift-Lazy-Containers.git
Working copy of https://github.com/RougeWare/Swift-Lazy-Containers.git resolved at 4.1.0
warning: '.resolve-product-dependencies': dependency 'swift-lazy-containers' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/6] Compiling LazyContainers LazyContainer + Codable.swift
[2/6] Compiling LazyContainers LazyContainer + Equatable.swift
[3/6] Compiling LazyContainers LazyContainer + Hashable.swift
[4/6] Compiling LazyContainers LazyContainers.swift
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:408:30: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Guts<Value> {
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:347:30: note: 'Value' previously declared here
public struct FunctionalLazy<Value>: LazyContainer {
                             ^
[5/6] Emitting module LazyContainers
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:408:30: warning: generic parameter 'Value' shadows generic parameter from outer scope with the same name; this is an error in Swift 6
    private final class Guts<Value> {
                             ^
/Users/builder/builds/TDmZkXJm/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/Sources/LazyContainers/LazyContainers.swift:347:30: note: 'Value' previously declared here
public struct FunctionalLazy<Value>: LazyContainer {
                             ^
[5/6] Linking libLazyContainers_dynamic.dylib
Build complete! (8.43s)
Build complete.
Done.
This is a staging environment. For live and up-to-date package information, visit swiftpackageindex.com.