The Swift Package Index logo.Swift Package Index

Build Information

Successful build of DIFlowLayout with Swift 5.9 for macOS (SPM).

Build Command

env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.27.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/danielinoa/DIFlowLayout.git
Reference: main
Initialized empty Git repository in /Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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 (0.47s)
Creating working copy for https://github.com/danielinoa/DIFlowLayoutEngine
Working copy of https://github.com/danielinoa/DIFlowLayoutEngine resolved at main
========================================
ResolveProductDependencies
========================================
Resolving dependencies ...
{
  "identity": ".resolve-product-dependencies",
  "name": "resolve-dependencies",
  "url": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "version": "unspecified",
  "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies",
  "dependencies": [
    {
      "identity": "diflowlayout",
      "name": "DIFlowLayout",
      "url": "https://github.com/danielinoa/DIFlowLayout.git",
      "version": "unspecified",
      "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DIFlowLayout",
      "dependencies": [
        {
          "identity": "diflowlayoutengine",
          "name": "DIFlowLayoutEngine",
          "url": "https://github.com/danielinoa/DIFlowLayoutEngine",
          "version": "unspecified",
          "path": "/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/DIFlowLayoutEngine",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/danielinoa/DIFlowLayout.git
[1/63] Fetching diflowlayout
Fetched https://github.com/danielinoa/DIFlowLayout.git (0.32s)
Fetching https://github.com/danielinoa/DIFlowLayoutEngine from cache
Fetched https://github.com/danielinoa/DIFlowLayoutEngine (0.23s)
Creating working copy for https://github.com/danielinoa/DIFlowLayout.git
Working copy of https://github.com/danielinoa/DIFlowLayout.git resolved at main
Creating working copy for https://github.com/danielinoa/DIFlowLayoutEngine
Working copy of https://github.com/danielinoa/DIFlowLayoutEngine resolved at main
warning: '.resolve-product-dependencies': dependency 'diflowlayout' is not used by any target
Found 1 product dependencies
  - DIFlowLayoutEngine
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             5.9
Building package at path:  $PWD/checkout
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-15.0.0.app xcrun swift build --arch arm64
Building for debugging...
[1/2] Emitting module DIFlowLayoutEngine
[2/2] Compiling DIFlowLayoutEngine DIFlowLayoutEngine.swift
[3/4] Emitting module DIFlowLayout
[4/4] Compiling DIFlowLayout DIFlowLayout.swift
/Users/admin/builds/h8344Zi3/1/finestructure/swiftpackageindex-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
        let proposedSize = proposal.replacingUnspecifiedDimensions(by: .zero)
        ~~~~^~~~~~~~~~~~
        _
Build complete! (13.03s)
Build complete.
Done.