The Swift Package Index logo.Swift Package Index

Build Information

Successful build of GridStack, reference master (777c3b), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 09:02:55 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/pietropizzi/GridStack.git
Reference: master
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/pietropizzi/GridStack
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> origin/master
HEAD is now at 777c3b9 Merge pull request #19 from danurna/fix-stride-error
Cloned https://github.com/pietropizzi/GridStack.git
Revision (git rev-parse @):
777c3b9d789d377033d8e4c8f99f9d0a04485dc4
SUCCESS checkout https://github.com/pietropizzi/GridStack.git at master
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/pietropizzi/GridStack.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/6] Emitting module GridStack
[4/6] Compiling GridStack GridStack.swift
[5/6] Compiling GridStack Array+chunked.swift
[6/6] Compiling GridStack GridCalculator.swift
Build complete! (7.21s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "GridStack",
  "name" : "GridStack",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "tvos",
      "version" : "13.0"
    },
    {
      "name" : "watchos",
      "version" : "6.0"
    }
  ],
  "products" : [
    {
      "name" : "GridStack",
      "targets" : [
        "GridStack"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "GridStackTests",
      "module_type" : "SwiftTarget",
      "name" : "GridStackTests",
      "path" : "Tests/GridStackTests",
      "sources" : [
        "GridStackTests.swift",
        "XCTestManifests.swift"
      ],
      "target_dependencies" : [
        "GridStack"
      ],
      "type" : "test"
    },
    {
      "c99name" : "GridStack",
      "module_type" : "SwiftTarget",
      "name" : "GridStack",
      "path" : "Sources/GridStack",
      "product_memberships" : [
        "GridStack"
      ],
      "sources" : [
        "Array+chunked.swift",
        "GridCalculator.swift",
        "GridStack.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.1"
}
Done.