The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DIFlowLayout, reference main (54fb84), with Swift 6.2 for macOS (SPM) on 19 Jun 2025 22:41: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/danielinoa/DIFlowLayout.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/danielinoa/DIFlowLayout
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 54fb84b Use DIFlowLayoutEngine (#2)
Cloned https://github.com/danielinoa/DIFlowLayout.git
Revision (git rev-parse @):
54fb84be9143792052a047ce6894d5806b26a336
SUCCESS checkout https://github.com/danielinoa/DIFlowLayout.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/danielinoa/DIFlowLayout.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version-1EA4D86E10B52AF.txt
[4/5] Emitting module DIFlowLayoutEngine
[5/5] Compiling DIFlowLayoutEngine DIFlowLayoutEngine.swift
[6/7] Compiling DIFlowLayout DIFlowLayout.swift
/Users/admin/builder/spi-builder-workspace/Sources/DIFlowLayout/DIFlowLayout.swift:65:13: warning: initialization of immutable value 'proposedSize' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
63 |             return DIFlowLayoutEngine.Rectangle(x: .zero, y: .zero, width: size.width, height: size.height)
64 |         }
65 |         let proposedSize = proposal.replacingUnspecifiedDimensions(by: .zero)
   |             `- warning: initialization of immutable value 'proposedSize' was never used; consider replacing with assignment to '_' or removing it [#no-usage]
66 |         let bounds = DIFlowLayoutEngine.Rectangle(
67 |             x: bounds.minX, y: bounds.minY, width: bounds.width, height: bounds.height
[7/7] Emitting module DIFlowLayout
Build complete! (8.48s)
Fetching https://github.com/danielinoa/DIFlowLayoutEngine
[1/81] Fetching diflowlayoutengine
Fetched https://github.com/danielinoa/DIFlowLayoutEngine from cache (0.63s)
Creating working copy for https://github.com/danielinoa/DIFlowLayoutEngine
Working copy of https://github.com/danielinoa/DIFlowLayoutEngine resolved at main (8f0b1ba)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "diflowlayoutengine",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/danielinoa/DIFlowLayoutEngine"
    }
  ],
  "manifest_display_name" : "DIFlowLayout",
  "name" : "DIFlowLayout",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    }
  ],
  "products" : [
    {
      "name" : "DIFlowLayout",
      "targets" : [
        "DIFlowLayout"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "DIFlowLayoutTests",
      "module_type" : "SwiftTarget",
      "name" : "DIFlowLayoutTests",
      "path" : "Tests/DIFlowLayoutTests",
      "sources" : [
        "DIFlowLayoutTests.swift"
      ],
      "target_dependencies" : [
        "DIFlowLayout"
      ],
      "type" : "test"
    },
    {
      "c99name" : "DIFlowLayout",
      "module_type" : "SwiftTarget",
      "name" : "DIFlowLayout",
      "path" : "Sources/DIFlowLayout",
      "product_dependencies" : [
        "DIFlowLayoutEngine"
      ],
      "product_memberships" : [
        "DIFlowLayout"
      ],
      "sources" : [
        "DIFlowLayout.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.7"
}
Done.