The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WaterfallGrids, reference 1.0.1 (890718), with Swift 6.3 for macOS (SPM) on 15 Apr 2026 14:15:14 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.70.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/ricocrescenzio95/WaterfallGrids.git
Reference: 1.0.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/ricocrescenzio95/WaterfallGrids
 * tag               1.0.1      -> FETCH_HEAD
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 1.0.1
========================================
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",
  "traits": [
    "default"
  ],
  "dependencies": [
    {
      "identity": "waterfallgrids",
      "name": "WaterfallGrids",
      "url": "https://github.com/ricocrescenzio95/WaterfallGrids.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/WaterfallGrids",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/ricocrescenzio95/WaterfallGrids.git
[1/106] Fetching waterfallgrids
Fetched https://github.com/ricocrescenzio95/WaterfallGrids.git from cache (2.49s)
Creating working copy for https://github.com/ricocrescenzio95/WaterfallGrids.git
Working copy of https://github.com/ricocrescenzio95/WaterfallGrids.git resolved at 1.0.1 (890718c)
warning: '.resolve-product-dependencies': dependency 'waterfallgrids' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/ricocrescenzio95/WaterfallGrids.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/9] Compiling WaterfallGrids WaterfallAxis.swift
[4/9] Compiling WaterfallGrids WaterfallNamespace.swift
[5/9] Compiling WaterfallGrids ArrayGridSlice.swift
[6/9] Compiling WaterfallGrids LazyWaterfallGrid.swift
[7/9] Compiling WaterfallGrids WaterfallGrid.swift
[8/9] Emitting module WaterfallGrids
[9/9] Compiling WaterfallGrids WaterfallItemView.swift
Build complete! (10.47s)
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.