The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WaterfallGrids, reference main (890718), with Swift 6.2 for macOS (SPM) on 22 Jun 2025 19:58:53 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/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.2
Building package at path:  $PWD
https://github.com/ricocrescenzio95/WaterfallGrids.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-1EA4D86E10B52AF.txt
[3/9] Compiling WaterfallGrids WaterfallNamespace.swift
[4/9] Compiling WaterfallGrids WaterfallGrid.swift
[5/9] Compiling WaterfallGrids WaterfallAxis.swift
[6/9] Compiling WaterfallGrids LazyWaterfallGrid.swift
[7/9] Emitting module WaterfallGrids
[8/9] Compiling WaterfallGrids WaterfallItemView.swift
[9/9] Compiling WaterfallGrids ArrayGridSlice.swift
Build complete! (8.84s)
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.