The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Grid, reference 1.1.0 (623f99), with Swift 6.2 (beta) for macOS (SPM) on 18 Jun 2025 18:52:13 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/spacenation/swiftui-grid.git
Reference: 1.1.0
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/spacenation/swiftui-grid
 * tag               1.1.0      -> FETCH_HEAD
HEAD is now at 623f995 Add compatibility checks (#120)
Cloned https://github.com/spacenation/swiftui-grid.git
Revision (git rev-parse @):
623f995c6ee0e5a5ed0e104d142daeae67b0ec92
SUCCESS checkout https://github.com/spacenation/swiftui-grid.git at 1.1.0
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/spacenation/swiftui-grid.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/17] Compiling Grid GridStyle.swift
[4/17] Compiling Grid GridStyleKey.swift
[5/18] Compiling Grid GridPreferencesKey.swift
[6/18] Compiling Grid GridItemBoundsPreferencesKey.swift
[7/18] Compiling Grid GridPreferences.swift
[8/18] Compiling Grid StaggeredGridStyle.swift
[9/18] Compiling Grid EnvironmentValues+GridStyle.swift
[10/18] Compiling Grid Grid+Inits.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grid/Grid.swift:19:95: warning: capture of non-sendable type 'Content.Type' in an isolated closure
17 |                             height: self.style.autoHeight ? self.preferences[item.id]?.bounds.height : nil
18 |                         )
19 |                         .alignmentGuide(.leading, computeValue: { _ in geometry.size.width - (self.preferences[item.id]?.bounds.origin.x ?? 0) })
   |                                                                                               `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
20 |                         .alignmentGuide(.top, computeValue: { _ in geometry.size.height - (self.preferences[item.id]?.bounds.origin.y ?? 0) })
21 |                         .background(GridPreferencesModifier(id: item.id, bounds: self.preferences[item.id]?.bounds ?? .zero))
/Users/admin/builder/spi-builder-workspace/Sources/Grid/Grid.swift:10:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 8 |     let items: [GridItem]
 9 |
10 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
11 |         GeometryReader { geometry in
12 |             ZStack(alignment: .topLeading) {
/Users/admin/builder/spi-builder-workspace/Sources/Grid/Grid.swift:20:92: warning: capture of non-sendable type 'Content.Type' in an isolated closure
18 |                         )
19 |                         .alignmentGuide(.leading, computeValue: { _ in geometry.size.width - (self.preferences[item.id]?.bounds.origin.x ?? 0) })
20 |                         .alignmentGuide(.top, computeValue: { _ in geometry.size.height - (self.preferences[item.id]?.bounds.origin.y ?? 0) })
   |                                                                                            `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
21 |                         .background(GridPreferencesModifier(id: item.id, bounds: self.preferences[item.id]?.bounds ?? .zero))
22 |                         .anchorPreference(key: GridItemBoundsPreferencesKey.self, value: .bounds) { [geometry[$0]] }
/Users/admin/builder/spi-builder-workspace/Sources/Grid/Grid.swift:10:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 8 |     let items: [GridItem]
 9 |
10 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
11 |         GeometryReader { geometry in
12 |             ZStack(alignment: .topLeading) {
[11/18] Compiling Grid Grid.swift
/Users/admin/builder/spi-builder-workspace/Sources/Grid/Grid.swift:19:95: warning: capture of non-sendable type 'Content.Type' in an isolated closure
17 |                             height: self.style.autoHeight ? self.preferences[item.id]?.bounds.height : nil
18 |                         )
19 |                         .alignmentGuide(.leading, computeValue: { _ in geometry.size.width - (self.preferences[item.id]?.bounds.origin.x ?? 0) })
   |                                                                                               `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
20 |                         .alignmentGuide(.top, computeValue: { _ in geometry.size.height - (self.preferences[item.id]?.bounds.origin.y ?? 0) })
21 |                         .background(GridPreferencesModifier(id: item.id, bounds: self.preferences[item.id]?.bounds ?? .zero))
/Users/admin/builder/spi-builder-workspace/Sources/Grid/Grid.swift:10:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 8 |     let items: [GridItem]
 9 |
10 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
11 |         GeometryReader { geometry in
12 |             ZStack(alignment: .topLeading) {
/Users/admin/builder/spi-builder-workspace/Sources/Grid/Grid.swift:20:92: warning: capture of non-sendable type 'Content.Type' in an isolated closure
18 |                         )
19 |                         .alignmentGuide(.leading, computeValue: { _ in geometry.size.width - (self.preferences[item.id]?.bounds.origin.x ?? 0) })
20 |                         .alignmentGuide(.top, computeValue: { _ in geometry.size.height - (self.preferences[item.id]?.bounds.origin.y ?? 0) })
   |                                                                                            `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
21 |                         .background(GridPreferencesModifier(id: item.id, bounds: self.preferences[item.id]?.bounds ?? .zero))
22 |                         .anchorPreference(key: GridItemBoundsPreferencesKey.self, value: .bounds) { [geometry[$0]] }
/Users/admin/builder/spi-builder-workspace/Sources/Grid/Grid.swift:10:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
 8 |     let items: [GridItem]
 9 |
10 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
11 |         GeometryReader { geometry in
12 |             ZStack(alignment: .topLeading) {
[12/18] Emitting module Grid
[13/18] Compiling Grid GridItem.swift
[14/18] Compiling Grid LayoutMath.swift
[15/18] Compiling Grid Tracks.swift
[16/18] Compiling Grid ModularGridStyle.swift
[17/18] Compiling Grid GridPreferencesModifier.swift
[18/18] Compiling Grid View+GridStyle.swift
Build complete! (8.90s)
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Grid/Demo': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/GridTests/Demo': File not found.
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Grid",
  "name" : "Grid",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "Grid",
      "targets" : [
        "Grid"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GridTests",
      "module_type" : "SwiftTarget",
      "name" : "GridTests",
      "path" : "Tests/GridTests",
      "sources" : [
        "GridPreferencesTests.swift",
        "GridTests.swift",
        "ModularGridStyleTests.swift",
        "StaggeredGridStyleTests.swift"
      ],
      "target_dependencies" : [
        "Grid"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Grid",
      "module_type" : "SwiftTarget",
      "name" : "Grid",
      "path" : "Sources/Grid",
      "product_memberships" : [
        "Grid"
      ],
      "sources" : [
        "Grid+Inits.swift",
        "Grid.swift",
        "GridItem.swift",
        "Styles/Layout/LayoutMath.swift",
        "Styles/Layout/Tracks.swift",
        "Styles/ModularGridStyle.swift",
        "Styles/StaggeredGridStyle.swift",
        "Styles/Style/EnvironmentValues+GridStyle.swift",
        "Styles/Style/GridItemBoundsPreferencesKey.swift",
        "Styles/Style/GridPreferences.swift",
        "Styles/Style/GridPreferencesKey.swift",
        "Styles/Style/GridPreferencesModifier.swift",
        "Styles/Style/GridStyle.swift",
        "Styles/Style/GridStyleKey.swift",
        "Styles/Style/View+GridStyle.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.2"
}
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Sources/Grid/Demo': File not found.
warning: 'spi-builder-workspace': Invalid Exclude '/Users/admin/builder/spi-builder-workspace/Tests/GridTests/Demo': File not found.
Done.