The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DIFlowLayout, reference main (54fb84), with Swift 6.3 for macOS (SPM) on 21 Apr 2026 09:45:03 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/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
Fetching https://github.com/danielinoa/DIFlowLayoutEngine
[1/81] Fetching diflowlayoutengine
Fetched https://github.com/danielinoa/DIFlowLayoutEngine from cache (0.67s)
Creating working copy for https://github.com/danielinoa/DIFlowLayoutEngine
Working copy of https://github.com/danielinoa/DIFlowLayoutEngine resolved at main (09157af)
========================================
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": "diflowlayout",
      "name": "DIFlowLayout",
      "url": "https://github.com/danielinoa/DIFlowLayout.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DIFlowLayout",
      "traits": [
        "default"
      ],
      "dependencies": [
        {
          "identity": "diflowlayoutengine",
          "name": "DIFlowLayoutEngine",
          "url": "https://github.com/danielinoa/DIFlowLayoutEngine",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DIFlowLayoutEngine",
          "traits": [
            "default"
          ],
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/danielinoa/DIFlowLayout.git
[1/63] Fetching diflowlayout
Fetched https://github.com/danielinoa/DIFlowLayout.git from cache (0.66s)
Fetching https://github.com/danielinoa/DIFlowLayoutEngine from cache
Fetched https://github.com/danielinoa/DIFlowLayoutEngine from cache (0.46s)
Creating working copy for https://github.com/danielinoa/DIFlowLayout.git
Working copy of https://github.com/danielinoa/DIFlowLayout.git resolved at main (54fb84b)
Creating working copy for https://github.com/danielinoa/DIFlowLayoutEngine
Working copy of https://github.com/danielinoa/DIFlowLayoutEngine resolved at main (8f0b1ba)
warning: '.resolve-product-dependencies': dependency 'diflowlayout' is not used by any target
Found 1 product dependencies
  - DIFlowLayoutEngine
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/danielinoa/DIFlowLayout.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/3] Write sources
[2/3] Write swift-version--6988338F2F200930.txt
[4/5] Compiling DIFlowLayoutEngine DIFlowLayoutEngine.swift
[5/5] Emitting module DIFlowLayoutEngine
[6/7] Emitting module DIFlowLayout
[7/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
Build complete! (8.80s)
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.