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 Flow, reference 3.1.1 (d227f9), with Swift 6.0 for macOS (SPM) on 24 Jun 2025 05:23:28 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tevelee/SwiftUI-Flow.git
Reference: 3.1.1
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tevelee/SwiftUI-Flow
 * tag               3.1.1      -> FETCH_HEAD
HEAD is now at d227f99 Attempt to fix #31
Cloned https://github.com/tevelee/SwiftUI-Flow.git
Revision (git rev-parse @):
d227f999b2894ab737ef5786d9b14d02d3e5362e
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tevelee/SwiftUI-Flow.git at 3.1.1
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/tevelee/SwiftUI-Flow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-5BDAB9E9C0126B9D.txt
[3/12] Compiling Flow Protocols.swift
[4/12] Compiling Flow VFlow.swift
[5/12] Compiling Flow Size.swift
[6/12] Compiling Flow Support.swift
[7/12] Compiling Flow Utils.swift
[8/13] Compiling Flow LineBreaking.swift
[9/13] Compiling Flow HFlowLayout.swift
[10/13] Compiling Flow HFlow.swift
[11/13] Emitting module Flow
[12/13] Compiling Flow Layout.swift
[13/13] Compiling Flow VFlowLayout.swift
Build complete! (9.01s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "Flow",
  "name" : "Flow",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    },
    {
      "name" : "visionos",
      "version" : "1.0"
    }
  ],
  "products" : [
    {
      "name" : "Flow",
      "targets" : [
        "Flow"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "FlowTests",
      "module_type" : "SwiftTarget",
      "name" : "FlowTests",
      "path" : "Tests/FlowTests",
      "sources" : [
        "FlowTests.swift",
        "LineBreakingTests.swift",
        "Utils/Operators.swift",
        "Utils/TestSubview.swift"
      ],
      "target_dependencies" : [
        "Flow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Flow",
      "module_type" : "SwiftTarget",
      "name" : "Flow",
      "path" : "Sources/Flow",
      "product_memberships" : [
        "Flow"
      ],
      "sources" : [
        "HFlow.swift",
        "HFlowLayout.swift",
        "Internal/Layout.swift",
        "Internal/LineBreaking.swift",
        "Internal/Protocols.swift",
        "Internal/Size.swift",
        "Internal/Utils.swift",
        "Support.swift",
        "VFlow.swift",
        "VFlowLayout.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Done.