The Swift Package Index logo.Swift Package Index

Build Information

Failed to build Flow, reference main (d5f83c), with Swift 6.1 for Android on 23 Mar 2026 14:39:52 UTC.

Build Command

bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1

Build Log

========================================
RunAll
========================================
Builder version: 4.69.2
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tevelee/SwiftUI-Flow.git
Reference: main
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: 	git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: 	git branch -m <name>
From https://github.com/tevelee/SwiftUI-Flow
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at d5f83c6 More tests
Cloned https://github.com/tevelee/SwiftUI-Flow.git
Revision (git rev-parse @):
d5f83c637003a3482a3056e565a8e515769160bf
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tevelee/SwiftUI-Flow.git at main
========================================
Build
========================================
Selected platform:         android
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tevelee/SwiftUI-Flow.git
https://github.com/tevelee/SwiftUI-Flow.git
WARNING: environment variable SUPPRESS_SWIFT_6_FLAGS is not set
{
  "dependencies" : [
    {
      "identity" : "swift-snapshot-testing",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "1.19.0",
            "upper_bound" : "2.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/pointfreeco/swift-snapshot-testing"
    }
  ],
  "manifest_display_name" : "Flow",
  "name" : "Flow",
  "path" : "/host/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",
      "product_dependencies" : [
        "SnapshotTesting",
        "InlineSnapshotTesting"
      ],
      "sources" : [
        "Integration/FlexibilityTests.swift",
        "Integration/FlowTests.swift",
        "Integration/LayoutEngineTests.swift",
        "Snapshot/ImageSnapshotTests.swift",
        "Snapshot/ReadmeSnapshotTests.swift",
        "Snapshot/SnapshotTests.swift",
        "Unit/LineBreakingTests.swift",
        "Unit/SizesTests.swift",
        "Utils/Alignment+CaseIterable.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"
}
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
Fetching https://github.com/pointfreeco/swift-snapshot-testing
[1/15987] Fetching swift-snapshot-testing
Fetched https://github.com/pointfreeco/swift-snapshot-testing from cache (3.40s)
Computing version for https://github.com/pointfreeco/swift-snapshot-testing
Computed https://github.com/pointfreeco/swift-snapshot-testing at 1.19.1 (4.02s)
Fetching https://github.com/pointfreeco/swift-custom-dump
Fetching https://github.com/swiftlang/swift-syntax
[1/5413] Fetching swift-custom-dump
[5414/80254] Fetching swift-custom-dump, swift-syntax
Fetched https://github.com/pointfreeco/swift-custom-dump from cache (7.20s)
Fetched https://github.com/swiftlang/swift-syntax from cache (7.27s)
Computing version for https://github.com/pointfreeco/swift-custom-dump
Computed https://github.com/pointfreeco/swift-custom-dump at 1.5.0 (8.05s)
Fetching https://github.com/pointfreeco/xctest-dynamic-overlay
[1/5723] Fetching xctest-dynamic-overlay
Fetched https://github.com/pointfreeco/xctest-dynamic-overlay from cache (1.92s)
Computing version for https://github.com/swiftlang/swift-syntax
Computed https://github.com/swiftlang/swift-syntax at 602.0.0 (4.62s)
Computing version for https://github.com/pointfreeco/xctest-dynamic-overlay
Computed https://github.com/pointfreeco/xctest-dynamic-overlay at 1.9.0 (0.68s)
Creating working copy for https://github.com/swiftlang/swift-syntax
Working copy of https://github.com/swiftlang/swift-syntax resolved at 602.0.0
Creating working copy for https://github.com/pointfreeco/swift-custom-dump
Working copy of https://github.com/pointfreeco/swift-custom-dump resolved at 1.5.0
Creating working copy for https://github.com/pointfreeco/swift-snapshot-testing
Working copy of https://github.com/pointfreeco/swift-snapshot-testing resolved at 1.19.1
Creating working copy for https://github.com/pointfreeco/xctest-dynamic-overlay
Working copy of https://github.com/pointfreeco/xctest-dynamic-overlay resolved at 1.9.0
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-24593BA9C3E375BF.txt
[3/12] Compiling Flow Utils.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[4/13] Compiling Flow VFlow.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[5/13] Compiling Flow Support.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[6/13] Compiling Flow Size.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[7/13] Compiling Flow VFlowLayout.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[8/13] Emitting module Flow
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[9/13] Compiling Flow Protocols.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[10/13] Compiling Flow Layout.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[11/13] Compiling Flow LineBreaking.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[12/13] Compiling Flow HFlow.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[13/13] Compiling Flow HFlowLayout.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4606859-2":/host -w "$PWD" -e JAVA_HOME="/root/.sdkman/candidates/java/current" -e SPI_BUILD="1" -e SPI_PROCESSING="1" registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest swift build --swift-sdk aarch64-unknown-linux-android24 2>&1
android-6.1-latest: Pulling from swiftpackageindex/spi-images
Digest: sha256:4aaa9704d9ec48004f0d4dbd1faa76d47dfce67570c934d5c9f7c1557cee5c73
Status: Image is up to date for registry.gitlab.com/swiftpackageindex/spi-images:android-6.1-latest
warning: 'spi-builder-workspace': found 55 file(s) which are unhandled; explicitly declare them as resources or exclude from the target
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_justified_threePerLine.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_flexibility.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_tag.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_justified_flexible.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/centerAligned_tagCloud.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/flexWithPriority.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/distributed.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/mixedFlexibility.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_-_.leading_top.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_bottom.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_-_.leading_center.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_.leading.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/compact.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_spacing-_.spacing_3.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_center.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/justified.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/mixedSizes_30items.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/wrappingText_fillsWidth.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_-_.center_bottom.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_distributed_evenly.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_flexibility-_.maximum.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/verticalAlignment-_.top.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_top.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_-_.leading_bottom.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_.center.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/twoFlexible_shareLine.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/spacious.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_spacing.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_-_.center_top.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/verticalAlignment-_.center.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_justified_rigid.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_justified.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_spacing-_.spacing_0.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/lineBreak.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/verticalAlignment-_.bottom.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_flexibility-_.minimum.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/vflow.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_-_.trailing_bottom.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_linebreak.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_rtl.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_-_.center_center.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_flexibility-_.natural.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_.trailing.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_-_.trailing_top.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/vflow_colorBoxes.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_spacing-_.spacing_1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/alignment-_-_.trailing_center.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/lineBreakView_mid.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/startInNewLine.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ReadmeSnapshotTests/hflow_newline.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/tagCloud.1.png
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/HFlow_distributed.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/SnapshotTests/startInNewLine_mid.1.txt
    /host/spi-builder-workspace/Tests/FlowTests/Snapshot/__Snapshots__/ImageSnapshotTests/hflow_colorBoxes.1.png
[0/1] Planning build
Building for debugging...
[0/1] Write swift-version-24593BA9C3E375BF.txt
[2/11] Compiling Flow Size.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[3/12] Compiling Flow VFlow.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[4/12] Compiling Flow Support.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[5/12] Compiling Flow Utils.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[6/12] Compiling Flow VFlowLayout.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
error: emit-module command failed with exit code 1 (use -v to see invocation)
[7/12] Emitting module Flow
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[8/12] Compiling Flow Protocols.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[9/12] Compiling Flow Layout.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[10/12] Compiling Flow LineBreaking.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[11/12] Compiling Flow HFlow.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
[12/12] Compiling Flow HFlowLayout.swift
/host/spi-builder-workspace/Sources/Flow/HFlow.swift:1:8: error: no such module 'SwiftUI'
  1 | import SwiftUI
    |        `- error: no such module 'SwiftUI'
  2 |
  3 | /// A view that arranges its children in a horizontal flow layout.
BUILD FAILURE 6.1 android