The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of Flow, reference 3.0.2 (fd755b), with Swift 6.1 for macOS (SPM) on 27 Apr 2025 13:29:07 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tevelee/SwiftUI-Flow.git
Reference: 3.0.2
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tevelee/SwiftUI-Flow
 * tag               3.0.2      -> FETCH_HEAD
HEAD is now at fd755bc Use older, compatible API
Cloned https://github.com/tevelee/SwiftUI-Flow.git
Revision (git rev-parse @):
fd755bc852c738d3b726c6a28fc4640c9a74876f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tevelee/SwiftUI-Flow.git at 3.0.2
========================================
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",
  "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",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/tevelee/SwiftUI-Flow.git
[1/29474] Fetching swiftui-flow
Fetched https://github.com/tevelee/SwiftUI-Flow.git from cache (1.42s)
Creating working copy for https://github.com/tevelee/SwiftUI-Flow.git
Working copy of https://github.com/tevelee/SwiftUI-Flow.git resolved at 3.0.2 (fd755bc)
warning: '.resolve-product-dependencies': dependency 'swiftui-flow' is not used by any target
Found 0 product dependencies
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/tevelee/SwiftUI-Flow.git
https://github.com/tevelee/SwiftUI-Flow.git
{
  "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"
    }
  ],
  "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"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version-2F0A5646E1D333AE.txt
[3/12] Compiling Flow VFlow.swift
[4/12] Compiling Flow Support.swift
[5/12] Compiling Flow Utils.swift
[6/13] Compiling Flow LineBreaking.swift
[7/13] Compiling Flow Size.swift
[8/13] Compiling Flow HFlow.swift
[9/13] Compiling Flow Layout.swift
[10/13] Emitting module Flow
[11/13] Compiling Flow Protocols.swift
[12/13] Compiling Flow HFlowLayout.swift
[13/13] Compiling Flow VFlowLayout.swift
Build complete! (10.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"
    }
  ],
  "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.0.2
Repository:               tevelee/SwiftUI-Flow
Swift version used:       6.1
Target:                   Flow
Extracting symbol information for 'Flow'...
Finished extracting symbol information for 'Flow'. (6.14s)
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 '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 '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 '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 '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(
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(
Finished building documentation for 'Flow' (1.54s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/tevelee/swiftui-flow/3.0.2
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.47s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.15s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.68s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.30s)
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
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.3
Building for debugging...
[0/8] Write sources
[0/8] Write snippet-extract-tool-entitlement.plist
[0/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit DeclarationFragments.swift
[7/53] Compiling SymbolKit Fragment.swift
[8/53] Compiling SymbolKit FragmentKind.swift
[9/53] Compiling SymbolKit FunctionParameter.swift
[10/53] Compiling SymbolKit FunctionSignature.swift
[11/57] Compiling SymbolKit Identifier.swift
[12/57] Compiling SymbolKit KindIdentifier.swift
[13/57] Compiling SymbolKit Location.swift
[14/57] Compiling SymbolKit Mutability.swift
[15/57] Compiling SymbolKit Mixin+Equals.swift
[16/57] Compiling SymbolKit Mixin+Hash.swift
[17/57] Compiling SymbolKit Mixin.swift
[18/57] Compiling SymbolKit LineList.swift
[19/57] Compiling SymbolKit Position.swift
[20/57] Emitting module SymbolKit
[21/57] Compiling SymbolKit SourceRange.swift
[22/57] Compiling SymbolKit Metadata.swift
[23/57] Compiling SymbolKit Module.swift
[24/57] Compiling SymbolKit OperatingSystem.swift
[25/57] Compiling SymbolKit Platform.swift
[26/57] Compiling SymbolKit GenericConstraint.swift
[27/57] Compiling SymbolKit GenericParameter.swift
[28/57] Compiling SymbolKit Generics.swift
[29/57] Compiling SymbolKit Namespace.swift
[30/57] Compiling SymbolKit Symbol.swift
[31/57] Compiling SymbolKit SymbolKind.swift
[32/57] Compiling SymbolKit SymbolGraph.swift
[33/57] Compiling SymbolKit GraphCollector.swift
[34/57] Compiling Snippets Snippet.swift
[35/57] Emitting module Snippets
[36/57] Compiling Snippets SnippetParser.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 Names.swift
[43/57] Compiling SymbolKit SPI.swift
[44/57] Compiling SymbolKit Snippet.swift
[45/57] Compiling SymbolKit Extension.swift
[46/57] Compiling SymbolKit SemanticVersion.swift
[47/57] Compiling SymbolKit AccessControl.swift
[48/57] Compiling SymbolKit Availability.swift
[49/57] Compiling SymbolKit AvailabilityItem.swift
[50/57] Compiling SymbolKit Domain.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 URL+Status.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.09s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/11] Compiling Flow Utils.swift
[3/11] Compiling Flow VFlow.swift
[4/11] Compiling Flow Protocols.swift
[5/11] Compiling Flow Size.swift
[6/11] Compiling Flow LineBreaking.swift
[7/11] Compiling Flow Support.swift
[8/12] Compiling Flow HFlowLayout.swift
[9/12] Compiling Flow HFlow.swift
[10/12] Compiling Flow Layout.swift
[11/12] Emitting module Flow
[12/12] Compiling Flow VFlowLayout.swift
Build of target: 'Flow' complete! (2.02s)
    4476
30	/Users/admin/builder/spi-builder-workspace/.docs/tevelee/swiftui-flow/3.0.2
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/tevelee/swiftui-flow/3.0.2
File count: 4476
Doc size:   30.0MB
Preparing doc bundle ...
Uploading prod-tevelee-swiftui-flow-3.0.2-3656b05b.zip to s3://spi-docs-inbox/prod-tevelee-swiftui-flow-3.0.2-3656b05b.zip
Copying... [11%]
Copying... [21%]
Copying... [31%]
Copying... [41%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [91%]
Copying... [100%]
Done.