The Swift Package Index logo.Swift Package Index

Build Information

Successful build of Flow, reference 3.1.1 (d227f9), with Swift 6.3 for macOS (SPM) on 16 Apr 2026 11:09:16 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/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
========================================
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": "swiftui-flow",
      "name": "Flow",
      "url": "https://github.com/tevelee/SwiftUI-Flow.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftUI-Flow",
      "traits": [
        "default"
      ],
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tevelee/SwiftUI-Flow.git
[1/29667] Fetching swiftui-flow
Fetched https://github.com/tevelee/SwiftUI-Flow.git from cache (1.77s)
Creating working copy for https://github.com/tevelee/SwiftUI-Flow.git
Working copy of https://github.com/tevelee/SwiftUI-Flow.git resolved at 3.1.1 (d227f99)
warning: '.resolve-product-dependencies': dependency 'swiftui-flow' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.3
Building package at path:  $PWD
https://github.com/tevelee/SwiftUI-Flow.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.4.0.app xcrun swift build --arch arm64
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--6988338F2F200930.txt
[3/12] Compiling Flow Protocols.swift
[4/12] Compiling Flow Utils.swift
[5/12] Compiling Flow Support.swift
[6/12] Compiling Flow Size.swift
[7/12] Compiling Flow VFlow.swift
[8/13] Compiling Flow LineBreaking.swift
[9/13] Compiling Flow HFlow.swift
[10/13] Compiling Flow HFlowLayout.swift
[11/13] Emitting module Flow
[12/13] Compiling Flow Layout.swift
[13/13] Compiling Flow VFlowLayout.swift
Build complete! (10.25s)
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"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/tevelee/swiftui-flow/3.1.1
Repository:               tevelee/SwiftUI-Flow
Swift version used:       6.3
Target:                   Flow
Extracting symbol information for 'Flow'...
Finished extracting symbol information for 'Flow'. (44.71s)
Building documentation for 'Flow'...
warning: External name 'content' used to document parameter
  --> Sources/Flow/HFlow.swift:42:13-42:20
40 |     ///     mode tries to distribute items more evenly by minimizing the empty
41 |     ///     spaces left in each row, while respecting their order.
42 +     ///   - content: A view builder that creates the content of this flow.
   |             ╰─suggestion: Replace 'content' with 'contentBuilder'
43 |     @inlinable
44 |     public init(
warning: External name 'content' used to document parameter
  --> Sources/Flow/HFlow.swift:74:13-74:20
72 |     ///     mode tries to distribute items more evenly by minimizing the empty
73 |     ///     spaces left in each row, while respecting their order.
74 +     ///   - content: A view builder that creates the content of this flow.
   |             ╰─suggestion: Replace 'content' with 'contentBuilder'
75 |     @inlinable
76 |     public init(
warning: Parameter 'horizonalAlignment' not found in initializer declaration
  --> Sources/Flow/HFlow.swift:96:13-96:31
94 |     ///
95 |     /// - Parameters:
96 +     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
   |             ├─suggestion: Replace 'horizonalAlignment' with 'horizontalAlignment'
   |             ╰─suggestion: Replace 'horizonalAlignment' with 'verticalAlignment'
97 |     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
98 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
warning: Parameter 'horizonalSpacing' not found in initializer declaration
  --> Sources/Flow/HFlow.swift:97:13-97:29
95 |     /// - Parameters:
96 |     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
97 +     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
   |             ├─suggestion: Replace 'horizonalSpacing' with 'horizontalSpacing'
   |             ╰─suggestion: Replace 'horizonalSpacing' with 'horizontalAlignment'
98 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
99 |     ///   - verticalSpacing: The distance between subviews on the vertical axis.
warning: External name 'content' used to document parameter
   --> Sources/Flow/HFlow.swift:105:13-105:20
103 |     ///     mode tries to distribute items more evenly by minimizing the empty
104 |     ///     spaces left in each row, while respecting their order.
105 +     ///   - content: A view builder that creates the content of this flow.
    |             ╰─suggestion: Replace 'content' with 'contentBuilder'
106 |     @inlinable
107 |     public init(
warning: Parameter 'horizontalAlignment' is missing documentation
   --> Sources/Flow/HFlow.swift:105:75-105:75
103 |     ///     mode tries to distribute items more evenly by minimizing the empty
104 |     ///     spaces left in each row, while respecting their order.
105 +     ///   - content: A view builder that creates the content of this flow.
106 |     @inlinable
107 |     public init(
warning: Parameter 'horizontalSpacing' is missing documentation
   --> Sources/Flow/HFlow.swift:105:75-105:75
103 |     ///     mode tries to distribute items more evenly by minimizing the empty
104 |     ///     spaces left in each row, while respecting their order.
105 +     ///   - content: A view builder that creates the content of this flow.
106 |     @inlinable
107 |     public init(
warning: Parameter 'horizonalAlignment' not found in initializer declaration
   --> Sources/Flow/HFlow.swift:209:13-209:31
207 |     ///
208 |     /// - Parameters:
209 +     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
    |             ├─suggestion: Replace 'horizonalAlignment' with 'horizontalAlignment'
    |             ╰─suggestion: Replace 'horizonalAlignment' with 'verticalAlignment'
210 |     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
211 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
warning: Parameter 'horizonalSpacing' not found in initializer declaration
   --> Sources/Flow/HFlow.swift:210:13-210:29
208 |     /// - Parameters:
209 |     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
210 +     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
    |             ├─suggestion: Replace 'horizonalSpacing' with 'horizontalSpacing'
    |             ╰─suggestion: Replace 'horizonalSpacing' with 'horizontalAlignment'
211 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
212 |     ///   - verticalSpacing: The distance between subviews on the vertical axis.
warning: Parameter 'horizontalAlignment' is missing documentation
   --> Sources/Flow/HFlow.swift:217:67-217:67
215 |     ///   - distributeItemsEvenly: Instead of prioritizing the first rows, this
216 |     ///     mode tries to distribute items more evenly by minimizing the empty
217 +     ///     spaces left in each row, while respecting their order.
218 |     @inlinable
219 |     public init(
warning: Parameter 'horizontalSpacing' is missing documentation
   --> Sources/Flow/HFlow.swift:217:67-217:67
215 |     ///   - distributeItemsEvenly: Instead of prioritizing the first rows, this
216 |     ///     mode tries to distribute items more evenly by minimizing the empty
217 +     ///     spaces left in each row, while respecting their order.
218 |     @inlinable
219 |     public init(
warning: Parameter 'spacing' not found in initializer declaration
  --> Sources/Flow/HFlowLayout.swift:14:13-14:20
12 |     ///   - alignment: The guide for aligning the subviews in this flow. This
13 |     ///     guide has the same vertical screen coordinate for every child view.
14 +     ///   - spacing: The distance between adjacent subviews, or `nil` if you
   |             ├─suggestion: Replace 'spacing' with 'rowSpacing'
   |             ╰─suggestion: Replace 'spacing' with 'itemSpacing'
15 |     ///     want the flow to choose a default distance for each pair of subviews.
16 |     ///   - justified: Whether the layout should fill the remaining
warning: Parameter 'itemSpacing' is missing documentation
  --> Sources/Flow/HFlowLayout.swift:20:67-20:67
18 |     ///   - distributeItemsEvenly: Instead of prioritizing the first rows, this
19 |     ///     mode tries to distribute items more evenly by minimizing the empty
20 +     ///     spaces left in each row, while respecting their order.
21 |     @inlinable
22 |     public init(
warning: Parameter 'rowSpacing' is missing documentation
  --> Sources/Flow/HFlowLayout.swift:20:67-20:67
18 |     ///   - distributeItemsEvenly: Instead of prioritizing the first rows, this
19 |     ///     mode tries to distribute items more evenly by minimizing the empty
20 +     ///     spaces left in each row, while respecting their order.
21 |     @inlinable
22 |     public init(
warning: Parameter 'horizonalAlignment' not found in initializer declaration
  --> Sources/Flow/HFlowLayout.swift:42:13-42:31
40 |     ///
41 |     /// - Parameters:
42 +     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
   |             ├─suggestion: Replace 'horizonalAlignment' with 'horizontalAlignment'
   |             ╰─suggestion: Replace 'horizonalAlignment' with 'verticalAlignment'
43 |     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
44 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
warning: Parameter 'horizonalSpacing' not found in initializer declaration
  --> Sources/Flow/HFlowLayout.swift:43:13-43:29
41 |     /// - Parameters:
42 |     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
43 +     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
   |             ├─suggestion: Replace 'horizonalSpacing' with 'horizontalSpacing'
   |             ╰─suggestion: Replace 'horizonalSpacing' with 'horizontalAlignment'
44 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
45 |     ///   - verticalSpacing: The distance between subviews on the vertical axis.
warning: Parameter 'horizontalAlignment' is missing documentation
  --> Sources/Flow/HFlowLayout.swift:50:67-50:67
48 |     ///   - distributeItemsEvenly: Instead of prioritizing the first rows, this
49 |     ///     mode tries to distribute items more evenly by minimizing the empty
50 +     ///     spaces left in each row, while respecting their order.
51 |     @inlinable
52 |     public init(
warning: Parameter 'horizontalSpacing' is missing documentation
  --> Sources/Flow/HFlowLayout.swift:50:67-50:67
48 |     ///   - distributeItemsEvenly: Instead of prioritizing the first rows, this
49 |     ///     mode tries to distribute items more evenly by minimizing the empty
50 +     ///     spaces left in each row, while respecting their order.
51 |     @inlinable
52 |     public init(
warning: External name 'content' used to document parameter
  --> Sources/Flow/VFlow.swift:42:13-42:20
40 |     ///     mode tries to distribute items more evenly by minimizing the empty
41 |     ///     spaces left in each column, while respecting their order.
42 +     ///   - content: A view builder that creates the content of this flow.
   |             ╰─suggestion: Replace 'content' with 'contentBuilder'
43 |     @inlinable
44 |     public init(
warning: External name 'content' used to document parameter
  --> Sources/Flow/VFlow.swift:74:13-74:20
72 |     ///     mode tries to distribute items more evenly by minimizing the empty
73 |     ///     spaces left in each column, while respecting their order.
74 +     ///   - content: A view builder that creates the content of this flow.
   |             ╰─suggestion: Replace 'content' with 'contentBuilder'
75 |     @inlinable
76 |     public init(
warning: Parameter 'horizonalAlignment' not found in initializer declaration
  --> Sources/Flow/VFlow.swift:96:13-96:31
94 |     ///
95 |     /// - Parameters:
96 +     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
   |             ├─suggestion: Replace 'horizonalAlignment' with 'horizontalAlignment'
   |             ╰─suggestion: Replace 'horizonalAlignment' with 'verticalAlignment'
97 |     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
98 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
warning: Parameter 'horizonalSpacing' not found in initializer declaration
  --> Sources/Flow/VFlow.swift:97:13-97:29
95 |     /// - Parameters:
96 |     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
97 +     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
   |             ├─suggestion: Replace 'horizonalSpacing' with 'horizontalSpacing'
   |             ╰─suggestion: Replace 'horizonalSpacing' with 'horizontalAlignment'
98 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
99 |     ///   - verticalSpacing: The distance between subviews on the vertical axis.
warning: External name 'content' used to document parameter
   --> Sources/Flow/VFlow.swift:105:13-105:20
103 |     ///     mode tries to distribute items more evenly by minimizing the empty
104 |     ///     spaces left in each column, while respecting their order.
105 +     ///   - content: A view builder that creates the content of this flow.
    |             ╰─suggestion: Replace 'content' with 'contentBuilder'
106 |     @inlinable
107 |     public init(
warning: Parameter 'horizontalAlignment' is missing documentation
   --> Sources/Flow/VFlow.swift:105:75-105:75
103 |     ///     mode tries to distribute items more evenly by minimizing the empty
104 |     ///     spaces left in each column, while respecting their order.
105 +     ///   - content: A view builder that creates the content of this flow.
106 |     @inlinable
107 |     public init(
warning: Parameter 'horizontalSpacing' is missing documentation
   --> Sources/Flow/VFlow.swift:105:75-105:75
103 |     ///     mode tries to distribute items more evenly by minimizing the empty
104 |     ///     spaces left in each column, while respecting their order.
105 +     ///   - content: A view builder that creates the content of this flow.
106 |     @inlinable
107 |     public init(
warning: Parameter 'horizonalAlignment' not found in initializer declaration
   --> Sources/Flow/VFlow.swift:208:13-208:31
206 |     ///
207 |     /// - Parameters:
208 +     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
    |             ├─suggestion: Replace 'horizonalAlignment' with 'horizontalAlignment'
    |             ╰─suggestion: Replace 'horizonalAlignment' with 'verticalAlignment'
209 |     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
210 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
warning: Parameter 'horizonalSpacing' not found in initializer declaration
   --> Sources/Flow/VFlow.swift:209:13-209:29
207 |     /// - Parameters:
208 |     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
209 +     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
    |             ├─suggestion: Replace 'horizonalSpacing' with 'horizontalSpacing'
    |             ╰─suggestion: Replace 'horizonalSpacing' with 'horizontalAlignment'
210 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
211 |     ///   - verticalSpacing: The distance between subviews on the vertical axis.
warning: Parameter 'horizontalAlignment' is missing documentation
   --> Sources/Flow/VFlow.swift:216:70-216:70
214 |     ///   - distributeItemsEvenly: Instead of prioritizing the first columns, this
215 |     ///     mode tries to distribute items more evenly by minimizing the empty
216 +     ///     spaces left in each column, while respecting their order.
217 |     @inlinable
218 |     public init(
warning: Parameter 'horizontalSpacing' is missing documentation
   --> Sources/Flow/VFlow.swift:216:70-216:70
214 |     ///   - distributeItemsEvenly: Instead of prioritizing the first columns, this
215 |     ///     mode tries to distribute items more evenly by minimizing the empty
216 +     ///     spaces left in each column, while respecting their order.
217 |     @inlinable
218 |     public init(
warning: Parameter 'horizonalAlignment' not found in initializer declaration
  --> Sources/Flow/VFlowLayout.swift:44:13-44:31
42 |     ///
43 |     /// - Parameters:
44 +     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
   |             ├─suggestion: Replace 'horizonalAlignment' with 'horizontalAlignment'
   |             ╰─suggestion: Replace 'horizonalAlignment' with 'verticalAlignment'
45 |     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
46 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
warning: Parameter 'horizonalSpacing' not found in initializer declaration
  --> Sources/Flow/VFlowLayout.swift:45:13-45:29
43 |     /// - Parameters:
44 |     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
45 +     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
   |             ├─suggestion: Replace 'horizonalSpacing' with 'horizontalSpacing'
   |             ╰─suggestion: Replace 'horizonalSpacing' with 'horizontalAlignment'
46 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
47 |     ///   - verticalSpacing: The distance between subviews on the vertical axis.
warning: Parameter 'content' not found in initializer declaration
  --> Sources/Flow/VFlowLayout.swift:53:11-53:75
51 |     ///     mode tries to distribute items more evenly by minimizing the empty
52 |     ///     spaces left in each column, while respecting their order.
53 +     ///   - content: A view builder that creates the content of this flow.
   |           ╰─suggestion: Remove 'content' parameter documentation
54 |     @inlinable
55 |     public init(
warning: Parameter 'horizontalAlignment' is missing documentation
  --> Sources/Flow/VFlowLayout.swift:53:75-53:75
51 |     ///     mode tries to distribute items more evenly by minimizing the empty
52 |     ///     spaces left in each column, while respecting their order.
53 +     ///   - content: A view builder that creates the content of this flow.
54 |     @inlinable
55 |     public init(
warning: Parameter 'horizontalSpacing' is missing documentation
  --> Sources/Flow/VFlowLayout.swift:53:75-53:75
51 |     ///     mode tries to distribute items more evenly by minimizing the empty
52 |     ///     spaces left in each column, while respecting their order.
53 +     ///   - content: A view builder that creates the content of this flow.
54 |     @inlinable
55 |     public init(
Finished building documentation for 'Flow' (2.21s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/tevelee/swiftui-flow/3.1.1
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2277] Fetching swift-docc-plugin
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.6 (3.97s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3672] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.15s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.94s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.6
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--6988338F2F200930.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit SemanticVersion.swift
[8/57] Compiling SymbolKit AccessControl.swift
[9/57] Compiling SymbolKit Availability.swift
[10/57] Compiling SymbolKit AvailabilityItem.swift
[11/57] Compiling SymbolKit Domain.swift
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Compiling Snippets Snippet.swift
[14/57] Emitting module Snippets
[15/57] Compiling SymbolKit SourceRange.swift
[16/57] Compiling SymbolKit Metadata.swift
[17/57] Compiling SymbolKit Module.swift
[18/57] Compiling SymbolKit OperatingSystem.swift
[19/57] Compiling SymbolKit Platform.swift
[20/57] Compiling SymbolKit Identifier.swift
[21/57] Compiling SymbolKit KindIdentifier.swift
[22/57] Compiling SymbolKit Location.swift
[23/57] Compiling SymbolKit Mutability.swift
[24/57] Compiling SymbolKit GenericConstraint.swift
[25/57] Compiling SymbolKit GenericParameter.swift
[26/57] Compiling SymbolKit Generics.swift
[27/57] Compiling SymbolKit Namespace.swift
[28/57] Compiling SymbolKit Names.swift
[29/57] Compiling SymbolKit SPI.swift
[30/57] Compiling SymbolKit Snippet.swift
[31/57] Compiling SymbolKit Extension.swift
[32/57] Compiling SymbolKit DeclarationFragments.swift
[33/57] Compiling SymbolKit Fragment.swift
[34/57] Compiling SymbolKit FragmentKind.swift
[35/57] Compiling SymbolKit FunctionParameter.swift
[36/57] Compiling SymbolKit FunctionSignature.swift
[37/57] Compiling SymbolKit Relationship.swift
[38/57] Compiling SymbolKit RelationshipKind.swift
[39/57] Compiling SymbolKit SourceOrigin.swift
[40/57] Compiling SymbolKit GenericConstraints.swift
[41/57] Compiling SymbolKit Swift.swift
[42/57] Compiling SymbolKit Symbol.swift
[43/57] Compiling SymbolKit SymbolKind.swift
[44/57] Compiling SymbolKit SymbolGraph.swift
[45/57] Compiling SymbolKit GraphCollector.swift
[46/57] Compiling SymbolKit Mixin+Equals.swift
[47/57] Compiling SymbolKit Mixin+Hash.swift
[48/57] Compiling SymbolKit Mixin.swift
[49/57] Compiling SymbolKit LineList.swift
[50/57] Compiling SymbolKit Position.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[56/61] Compiling snippet_extract SnippetBuildCommand.swift
[57/61] Compiling snippet_extract URL+Status.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (6.66s)
Building for debugging...
[0/1] Write swift-version--6988338F2F200930.txt
Build of target: 'Flow' complete! (0.41s)
    5168
32	/Users/admin/builder/spi-builder-workspace/.docs/tevelee/swiftui-flow/3.1.1
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/tevelee/swiftui-flow/3.1.1
File count: 5168
Doc size:   32.0MB
Preparing doc bundle ...
Uploading prod-tevelee-swiftui-flow-3.1.1-45f92b8d.zip to s3://spi-docs-inbox/prod-tevelee-swiftui-flow-3.1.1-45f92b8d.zip
Copying... [11%]
Copying... [21%]
Copying... [31%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.