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 main (c563b2), with Swift 6.0 for macOS (SPM) on 5 Nov 2024 18:36:11 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-16.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete

Build Log

========================================
RunAll
========================================
Builder version: 4.56.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/tevelee/SwiftUI-Flow.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/tevelee/SwiftUI-Flow
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at c563b27 Remove swift-docc-plugin dependency
Cloned https://github.com/tevelee/SwiftUI-Flow.git
Revision (git rev-parse @):
c563b275142ff3226f453b3314e5a224c591bc71
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/tevelee/SwiftUI-Flow.git at main
========================================
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/29351] Fetching swiftui-flow
Fetched https://github.com/tevelee/SwiftUI-Flow.git from cache (1.62s)
Creating working copy for https://github.com/tevelee/SwiftUI-Flow.git
Working copy of https://github.com/tevelee/SwiftUI-Flow.git resolved at main (c563b27)
warning: '.resolve-product-dependencies': dependency 'swiftui-flow' is not used by any target
Found 0 product dependencies
========================================
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.1.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats -Xswiftc -strict-concurrency=complete
Building for debugging...
[0/2] Write sources
[1/2] Write swift-version--7754E27361AE5C74.txt
[3/12] Compiling Flow Utils.swift
[4/13] Compiling Flow VFlowLayout.swift
[5/13] Compiling Flow Protocols.swift
[6/13] Compiling Flow LineBreaking.swift
[7/13] Compiling Flow Layout.swift
[8/13] Compiling Flow Size.swift
[9/13] Compiling Flow Support.swift
[10/13] Compiling Flow HFlowLayout.swift
[11/13] Compiling Flow VFlow.swift
[12/13] Emitting module Flow
[13/13] Compiling Flow HFlow.swift
Build complete! (23.32s)
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/main
Repository:               tevelee/SwiftUI-Flow
Swift version used:       6.0
Target:                   Flow
Extracting symbol information for 'Flow'...
Finished extracting symbol information for 'Flow'. (5.75s)
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:205:13-205:31
203 |     ///
204 |     /// - Parameters:
205 +     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
    |             ├─suggestion: Replace 'horizonalAlignment' with 'horizontalAlignment'
    |             ╰─suggestion: Replace 'horizonalAlignment' with 'verticalAlignment'
206 |     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
207 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
warning: Parameter 'horizonalSpacing' not found in initializer declaration
   --> Sources/Flow/HFlow.swift:206:13-206:29
204 |     /// - Parameters:
205 |     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
206 +     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
    |             ├─suggestion: Replace 'horizonalSpacing' with 'horizontalSpacing'
    |             ╰─suggestion: Replace 'horizonalSpacing' with 'horizontalAlignment'
207 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
208 |     ///   - verticalSpacing: The distance between subviews on the vertical axis.
warning: Parameter 'horizontalSpacing' is missing documentation
   --> Sources/Flow/HFlow.swift:213:67-213:67
211 |     ///   - distributeItemsEvenly: Instead of prioritizing the first rows, this
212 |     ///     mode tries to distribute items more evenly by minimizing the empty
213 +     ///     spaces left in each row, while respecting their order.
214 |     @inlinable
215 |     public init(
warning: Parameter 'horizontalAlignment' is missing documentation
   --> Sources/Flow/HFlow.swift:213:67-213:67
211 |     ///   - distributeItemsEvenly: Instead of prioritizing the first rows, this
212 |     ///     mode tries to distribute items more evenly by minimizing the empty
213 +     ///     spaces left in each row, while respecting their order.
214 |     @inlinable
215 |     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 |     ///   - justification: Whether the layout should fill the remaining
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 '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 '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 '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 '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 'horizonalAlignment' not found in initializer declaration
   --> Sources/Flow/VFlow.swift:204:13-204:31
202 |     ///
203 |     /// - Parameters:
204 +     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
    |             ├─suggestion: Replace 'horizonalAlignment' with 'horizontalAlignment'
    |             ╰─suggestion: Replace 'horizonalAlignment' with 'verticalAlignment'
205 |     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
206 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
warning: Parameter 'horizonalSpacing' not found in initializer declaration
   --> Sources/Flow/VFlow.swift:205:13-205:29
203 |     /// - Parameters:
204 |     ///   - horizonalAlignment: The guide for aligning the subviews horizontally.
205 +     ///   - horizonalSpacing: The distance between subviews on the horizontal axis.
    |             ├─suggestion: Replace 'horizonalSpacing' with 'horizontalSpacing'
    |             ╰─suggestion: Replace 'horizonalSpacing' with 'horizontalAlignment'
206 |     ///   - verticalAlignment: The guide for aligning the subviews vertically.
207 |     ///   - verticalSpacing: The distance between subviews on the vertical axis.
warning: Parameter 'horizontalAlignment' is missing documentation
   --> Sources/Flow/VFlow.swift:212:70-212:70
210 |     ///   - distributeItemsEvenly: Instead of prioritizing the first columns, this
211 |     ///     mode tries to distribute items more evenly by minimizing the empty
212 +     ///     spaces left in each column, while respecting their order.
213 |     @inlinable
214 |     public init(
warning: Parameter 'horizontalSpacing' is missing documentation
   --> Sources/Flow/VFlow.swift:212:70-212:70
210 |     ///   - distributeItemsEvenly: Instead of prioritizing the first columns, this
211 |     ///     mode tries to distribute items more evenly by minimizing the empty
212 +     ///     spaces left in each column, while respecting their order.
213 |     @inlinable
214 |     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' (1.13s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/tevelee/swiftui-flow/main
Fetching https://github.com/swiftlang/swift-docc-plugin
[1/2038] 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.3 (2.69s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3153] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.30s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.66s)
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
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
[3/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling Snippets Snippet.swift
[7/53] Compiling SymbolKit Mixin+Equals.swift
[8/53] Compiling SymbolKit Mixin+Hash.swift
[9/53] Compiling SymbolKit Mixin.swift
[10/53] Compiling SymbolKit LineList.swift
[11/53] Compiling SymbolKit Position.swift
[12/57] Compiling SymbolKit SourceRange.swift
[13/57] Compiling SymbolKit Metadata.swift
[14/57] Compiling SymbolKit Module.swift
[15/57] Compiling SymbolKit OperatingSystem.swift
[16/57] Compiling SymbolKit Platform.swift
[17/57] Compiling SymbolKit GenericConstraint.swift
[18/57] Compiling SymbolKit GenericParameter.swift
[19/57] Compiling SymbolKit Generics.swift
[20/57] Compiling SymbolKit Namespace.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling SymbolKit SemanticVersion.swift
[27/57] Compiling SymbolKit AccessControl.swift
[28/57] Compiling SymbolKit Availability.swift
[29/57] Compiling SymbolKit AvailabilityItem.swift
[30/57] Compiling SymbolKit Domain.swift
[31/57] Emitting module SymbolKit
[32/57] Emitting module Snippets
[33/57] Compiling Snippets SnippetParser.swift
[34/57] Compiling SymbolKit Names.swift
[35/57] Compiling SymbolKit SPI.swift
[36/57] Compiling SymbolKit Snippet.swift
[37/57] Compiling SymbolKit Extension.swift
[38/57] Compiling SymbolKit Identifier.swift
[39/57] Compiling SymbolKit KindIdentifier.swift
[40/57] Compiling SymbolKit Location.swift
[41/57] Compiling SymbolKit Mutability.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 Relationship.swift
[47/57] Compiling SymbolKit RelationshipKind.swift
[48/57] Compiling SymbolKit SourceOrigin.swift
[49/57] Compiling SymbolKit GenericConstraints.swift
[50/57] Compiling SymbolKit Swift.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.65s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/11] Compiling Flow Utils.swift
[3/11] Compiling Flow Size.swift
[4/11] Compiling Flow Protocols.swift
[5/11] Compiling Flow Support.swift
[6/11] Compiling Flow VFlow.swift
[7/12] Compiling Flow HFlow.swift
[8/12] Emitting module Flow
[9/12] Compiling Flow LineBreaking.swift
[10/12] Compiling Flow HFlowLayout.swift
[11/12] Compiling Flow Layout.swift
[12/12] Compiling Flow VFlowLayout.swift
Build of target: 'Flow' complete! (1.13s)
    3000
21	/Users/admin/builder/spi-builder-workspace/.docs/tevelee/swiftui-flow/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/tevelee/swiftui-flow/main
File count: 3000
Doc size:   21.0MB
Preparing doc bundle ...
Uploading prod-tevelee-swiftui-flow-main-e05dd97d.zip to s3://spi-docs-inbox/prod-tevelee-swiftui-flow-main-e05dd97d.zip
Copying... [11%]
Copying... [20%]
Copying... [31%]
Copying... [40%]
Copying... [51%]
Copying... [60%]
Copying... [71%]
Copying... [81%]
Copying... [91%]
Copying... [100%]
Done.