The Swift Package Index logo.Swift Package Index

Build Information

Successful build of WaterfallGrid, reference 1.1.0 (c7c086), with Swift 6.2 for macOS (SPM) on 21 Jun 2025 20:51:46 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/paololeonardi/WaterfallGrid.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/paololeonardi/WaterfallGrid
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at c7c0865 Merge pull request #72 from paololeonardi/visionOS
Cloned https://github.com/paololeonardi/WaterfallGrid.git
Revision (git rev-parse @):
c7c08652c3540adf8e48409c351879b4caea7e89
SUCCESS checkout https://github.com/paololeonardi/WaterfallGrid.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/paololeonardi/WaterfallGrid.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/11] Compiling WaterfallGrid ElementPreference.swift
[4/11] Emitting module WaterfallGrid
[5/11] Compiling WaterfallGrid PositiveNumber.swift
[6/11] Compiling WaterfallGrid GridSyle.swift
[7/11] Compiling WaterfallGrid View+ScrollOptions.swift
[8/11] Compiling WaterfallGrid View+GridStyle.swift
[9/11] Compiling WaterfallGrid ScrollOptions.swift
[10/11] Compiling WaterfallGrid PreferenceSetter.swift
[11/11] Compiling WaterfallGrid WaterfallGrid.swift
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:33:65: warning: capture of non-sendable type 'Data.Type' in an isolated closure
 31 |                     .onPreferenceChange(ElementPreferenceKey.self, perform: { preferences in
 32 |                         DispatchQueue.global(qos: .userInteractive).async {
 33 |                             let (alignmentGuides, gridHeight) = self.alignmentsAndGridHeight(columns: self.style.columns,
    |                                                                 `- warning: capture of non-sendable type 'Data.Type' in an isolated closure
 34 |                                                                                              spacing: self.style.spacing,
 35 |                                                                                              scrollDirection: self.scrollOptions.direction,
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:33:65: warning: capture of non-sendable type 'ID.Type' in an isolated closure
 31 |                     .onPreferenceChange(ElementPreferenceKey.self, perform: { preferences in
 32 |                         DispatchQueue.global(qos: .userInteractive).async {
 33 |                             let (alignmentGuides, gridHeight) = self.alignmentsAndGridHeight(columns: self.style.columns,
    |                                                                 `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
 34 |                                                                                              spacing: self.style.spacing,
 35 |                                                                                              scrollDirection: self.scrollOptions.direction,
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:33:65: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 31 |                     .onPreferenceChange(ElementPreferenceKey.self, perform: { preferences in
 32 |                         DispatchQueue.global(qos: .userInteractive).async {
 33 |                             let (alignmentGuides, gridHeight) = self.alignmentsAndGridHeight(columns: self.style.columns,
    |                                                                 `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 34 |                                                                                              spacing: self.style.spacing,
 35 |                                                                                              scrollDirection: self.scrollOptions.direction,
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:27:32: warning: capture of non-sendable type 'Data.Type' in an isolated closure
 25 |     }
 26 |
 27 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Data.Type' in an isolated closure
 28 |         VStack {
 29 |             GeometryReader { geometry in
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:27:32: warning: capture of non-sendable type 'ID.Type' in an isolated closure
 25 |     }
 26 |
 27 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
 28 |         VStack {
 29 |             GeometryReader { geometry in
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:27:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 25 |     }
 26 |
 27 |     public var body: some View {
    |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 28 |         VStack {
 29 |             GeometryReader { geometry in
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:59:68: warning: capture of non-sendable type 'Data.Type' in an isolated closure
 57 |                                height: self.scrollOptions.direction == .horizontal ? columnWidth : nil)
 58 |                         .background(PreferenceSetter(id: element[keyPath: self.dataId]))
 59 |                         .alignmentGuide(.top, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.y ?? 0 })
    |                                                                    `- warning: capture of non-sendable type 'Data.Type' in an isolated closure
 60 |                         .alignmentGuide(.leading, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.x ?? 0 })
 61 |                         .opacity(self.alignmentGuides[element[keyPath: self.dataId]] != nil ? 1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:59:68: warning: capture of non-sendable type 'ID.Type' in an isolated closure
 57 |                                height: self.scrollOptions.direction == .horizontal ? columnWidth : nil)
 58 |                         .background(PreferenceSetter(id: element[keyPath: self.dataId]))
 59 |                         .alignmentGuide(.top, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.y ?? 0 })
    |                                                                    `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
 60 |                         .alignmentGuide(.leading, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.x ?? 0 })
 61 |                         .opacity(self.alignmentGuides[element[keyPath: self.dataId]] != nil ? 1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:59:68: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 57 |                                height: self.scrollOptions.direction == .horizontal ? columnWidth : nil)
 58 |                         .background(PreferenceSetter(id: element[keyPath: self.dataId]))
 59 |                         .alignmentGuide(.top, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.y ?? 0 })
    |                                                                    `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 60 |                         .alignmentGuide(.leading, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.x ?? 0 })
 61 |                         .opacity(self.alignmentGuides[element[keyPath: self.dataId]] != nil ? 1 : 0)
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:49:18: warning: capture of non-sendable type 'Data.Type' in an isolated closure
 47 |     }
 48 |
 49 |     private func grid(in geometry: GeometryProxy) -> some View {
    |                  `- warning: capture of non-sendable type 'Data.Type' in an isolated closure
 50 |         let columnWidth = self.columnWidth(columns: style.columns, spacing: style.spacing,
 51 |                                            scrollDirection: scrollOptions.direction, geometrySize: geometry.size)
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:49:18: warning: capture of non-sendable type 'ID.Type' in an isolated closure
 47 |     }
 48 |
 49 |     private func grid(in geometry: GeometryProxy) -> some View {
    |                  `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
 50 |         let columnWidth = self.columnWidth(columns: style.columns, spacing: style.spacing,
 51 |                                            scrollDirection: scrollOptions.direction, geometrySize: geometry.size)
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:49:18: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 47 |     }
 48 |
 49 |     private func grid(in geometry: GeometryProxy) -> some View {
    |                  `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 50 |         let columnWidth = self.columnWidth(columns: style.columns, spacing: style.spacing,
 51 |                                            scrollDirection: scrollOptions.direction, geometrySize: geometry.size)
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:60:72: warning: capture of non-sendable type 'Data.Type' in an isolated closure
 58 |                         .background(PreferenceSetter(id: element[keyPath: self.dataId]))
 59 |                         .alignmentGuide(.top, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.y ?? 0 })
 60 |                         .alignmentGuide(.leading, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.x ?? 0 })
    |                                                                        `- warning: capture of non-sendable type 'Data.Type' in an isolated closure
 61 |                         .opacity(self.alignmentGuides[element[keyPath: self.dataId]] != nil ? 1 : 0)
 62 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:60:72: warning: capture of non-sendable type 'ID.Type' in an isolated closure
 58 |                         .background(PreferenceSetter(id: element[keyPath: self.dataId]))
 59 |                         .alignmentGuide(.top, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.y ?? 0 })
 60 |                         .alignmentGuide(.leading, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.x ?? 0 })
    |                                                                        `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
 61 |                         .opacity(self.alignmentGuides[element[keyPath: self.dataId]] != nil ? 1 : 0)
 62 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:60:72: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 58 |                         .background(PreferenceSetter(id: element[keyPath: self.dataId]))
 59 |                         .alignmentGuide(.top, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.y ?? 0 })
 60 |                         .alignmentGuide(.leading, computeValue: { _ in self.alignmentGuides[element[keyPath: self.dataId]]?.x ?? 0 })
    |                                                                        `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 61 |                         .opacity(self.alignmentGuides[element[keyPath: self.dataId]] != nil ? 1 : 0)
 62 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:49:18: warning: capture of non-sendable type 'Data.Type' in an isolated closure
 47 |     }
 48 |
 49 |     private func grid(in geometry: GeometryProxy) -> some View {
    |                  `- warning: capture of non-sendable type 'Data.Type' in an isolated closure
 50 |         let columnWidth = self.columnWidth(columns: style.columns, spacing: style.spacing,
 51 |                                            scrollDirection: scrollOptions.direction, geometrySize: geometry.size)
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:49:18: warning: capture of non-sendable type 'ID.Type' in an isolated closure
 47 |     }
 48 |
 49 |     private func grid(in geometry: GeometryProxy) -> some View {
    |                  `- warning: capture of non-sendable type 'ID.Type' in an isolated closure
 50 |         let columnWidth = self.columnWidth(columns: style.columns, spacing: style.spacing,
 51 |                                            scrollDirection: scrollOptions.direction, geometrySize: geometry.size)
/Users/admin/builder/spi-builder-workspace/Sources/WaterfallGrid/WaterfallGrid.swift:49:18: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 47 |     }
 48 |
 49 |     private func grid(in geometry: GeometryProxy) -> some View {
    |                  `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
 50 |         let columnWidth = self.columnWidth(columns: style.columns, spacing: style.spacing,
 51 |                                            scrollDirection: scrollOptions.direction, geometrySize: geometry.size)
Build complete! (9.02s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "WaterfallGrid",
  "name" : "WaterfallGrid",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "WaterfallGrid",
      "targets" : [
        "WaterfallGrid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "WaterfallGridTests",
      "module_type" : "SwiftTarget",
      "name" : "WaterfallGridTests",
      "path" : "Tests/WaterfallGridTests",
      "sources" : [
        "PositiveNumberTests.swift",
        "WaterfallGridTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "WaterfallGrid"
      ],
      "type" : "test"
    },
    {
      "c99name" : "WaterfallGrid",
      "module_type" : "SwiftTarget",
      "name" : "WaterfallGrid",
      "path" : "Sources/WaterfallGrid",
      "product_memberships" : [
        "WaterfallGrid"
      ],
      "sources" : [
        "Environment/GridSyle.swift",
        "Environment/PositiveNumber.swift",
        "Environment/ScrollOptions.swift",
        "Preference/ElementPreference.swift",
        "Preference/PreferenceSetter.swift",
        "View+GridStyle.swift",
        "View+ScrollOptions.swift",
        "WaterfallGrid.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.9"
}
Done.