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 WaterfallGrids, reference main (890718), with Swift 6.1 for macOS (SPM) on 30 Apr 2025 06:47:39 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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ricocrescenzio95/WaterfallGrids.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ricocrescenzio95/WaterfallGrids
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 890718c Fixed ID issue (#3)
Cloned https://github.com/ricocrescenzio95/WaterfallGrids.git
Revision (git rev-parse @):
890718cce8ad38886df0317b3bffbd950ae9940c
SUCCESS checkout https://github.com/ricocrescenzio95/WaterfallGrids.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/ricocrescenzio95/WaterfallGrids.git
https://github.com/ricocrescenzio95/WaterfallGrids.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WaterfallGrids",
  "name" : "WaterfallGrids",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "WaterfallGrids",
      "targets" : [
        "WaterfallGrids"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WaterfallGrids",
      "module_type" : "SwiftTarget",
      "name" : "WaterfallGrids",
      "path" : "Sources/WaterfallGrids",
      "product_memberships" : [
        "WaterfallGrids"
      ],
      "sources" : [
        "ArrayGridSlice.swift",
        "LazyWaterfallGrid.swift",
        "WaterfallAxis.swift",
        "WaterfallGrid.swift",
        "WaterfallItemView.swift",
        "WaterfallNamespace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.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
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/9] Compiling WaterfallGrids WaterfallItemView.swift
[4/9] Compiling WaterfallGrids WaterfallAxis.swift
[5/9] Compiling WaterfallGrids WaterfallNamespace.swift
[6/9] Compiling WaterfallGrids WaterfallGrid.swift
[7/9] Compiling WaterfallGrids ArrayGridSlice.swift
[8/9] Emitting module WaterfallGrids
[9/9] Compiling WaterfallGrids LazyWaterfallGrid.swift
Build complete! (8.58s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WaterfallGrids",
  "name" : "WaterfallGrids",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "14.0"
    },
    {
      "name" : "macos",
      "version" : "11.0"
    },
    {
      "name" : "watchos",
      "version" : "7.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "tvos",
      "version" : "14.0"
    }
  ],
  "products" : [
    {
      "name" : "WaterfallGrids",
      "targets" : [
        "WaterfallGrids"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WaterfallGrids",
      "module_type" : "SwiftTarget",
      "name" : "WaterfallGrids",
      "path" : "Sources/WaterfallGrids",
      "product_memberships" : [
        "WaterfallGrids"
      ],
      "sources" : [
        "ArrayGridSlice.swift",
        "LazyWaterfallGrid.swift",
        "WaterfallAxis.swift",
        "WaterfallGrid.swift",
        "WaterfallItemView.swift",
        "WaterfallNamespace.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.