The Swift Package Index logo.Swift Package Index

Has it really been five years since Swift Package Index launched? Read our anniversary blog post!

Build Information

Successful build of Flow, reference develop (0873e0), with Swift 6.1 for macOS (SPM) on 31 Aug 2025 11:39:13 UTC.

Swift 6 data race errors: 8

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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toastersocks/Flow.git
Reference: develop
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/toastersocks/Flow
 * branch            develop    -> FETCH_HEAD
 * [new branch]      develop    -> origin/develop
HEAD is now at 0873e0d Update code coverage workflow to use the latest macOS and iPhone simulator device versions
Cloned https://github.com/toastersocks/Flow.git
Revision (git rev-parse @):
0873e0d01e5e6b14968e22e56e588eaad26a7d8b
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/toastersocks/Flow.git at develop
Fetching https://github.com/llvm-swift/FileCheck.git
Fetching https://github.com/typelift/SwiftCheck
Fetching https://github.com/mxcl/Chalk.git
Fetching https://github.com/apple/swift-argument-parser from cache
[1/81] Fetching chalk
[59/560] Fetching chalk, filecheck
[141/5447] Fetching chalk, filecheck, swiftcheck
Fetched https://github.com/typelift/SwiftCheck from cache (1.18s)
Computing version for https://github.com/typelift/SwiftCheck
Fetched https://github.com/mxcl/Chalk.git from cache (1.18s)
Fetched https://github.com/llvm-swift/FileCheck.git from cache (1.18s)
Fetched https://github.com/apple/swift-argument-parser from cache (1.20s)
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (4.48s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.59s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.58s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.63s)
Creating working copy for https://github.com/typelift/SwiftCheck
Working copy of https://github.com/typelift/SwiftCheck resolved at 0.12.0
Creating working copy for https://github.com/mxcl/Chalk.git
Working copy of https://github.com/mxcl/Chalk.git resolved at 0.5.0
Creating working copy for https://github.com/apple/swift-argument-parser
Working copy of https://github.com/apple/swift-argument-parser resolved at 1.2.3
Creating working copy for https://github.com/llvm-swift/FileCheck.git
Working copy of https://github.com/llvm-swift/FileCheck.git resolved at 0.2.6
========================================
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": "flow",
      "name": "Flow",
      "url": "https://github.com/toastersocks/Flow.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/Flow",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/toastersocks/Flow.git
[1/348] Fetching flow
Fetched https://github.com/toastersocks/Flow.git from cache (0.96s)
Creating working copy for https://github.com/toastersocks/Flow.git
Working copy of https://github.com/toastersocks/Flow.git resolved at develop (0873e0d)
warning: '.resolve-product-dependencies': dependency '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/toastersocks/Flow.git
https://github.com/toastersocks/Flow.git
{
  "dependencies" : [
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/typelift/SwiftCheck"
    }
  ],
  "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" : "maccatalyst",
      "version" : "16.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",
      "product_dependencies" : [
        "SwiftCheck"
      ],
      "sources" : [
        "+Arbitrary.swift",
        "FloatingPointCompare.swift",
        "FlowTests.swift",
        "Mocks.swift"
      ],
      "target_dependencies" : [
        "Flow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Flow",
      "module_type" : "SwiftTarget",
      "name" : "Flow",
      "path" : "Sources/Flow",
      "product_memberships" : [
        "Flow"
      ],
      "sources" : [
        "Flow.swift",
        "PreviewCode.swift",
        "SupportingTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
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 -Xswiftc -strict-concurrency=complete -Xswiftc -enable-upcoming-feature -Xswiftc StrictConcurrency -Xswiftc -enable-upcoming-feature -Xswiftc DisableOutwardActorInference -Xswiftc -enable-upcoming-feature -Xswiftc GlobalActorIsolatedTypesUsability -Xswiftc -enable-upcoming-feature -Xswiftc InferSendableFromCaptures
[1/1] Compiling plugin GenerateManual
Building for debugging...
[1/3] Write sources
[2/3] Write swift-version-2F0A5646E1D333AE.txt
[4/7] Compiling Flow SupportingTypes.swift
[5/7] Compiling Flow Flow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:231:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
229 | }
230 |
231 | extension CGSize: Hashable {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
232 |     public func hash(into hasher: inout Hasher) {
233 |         hasher.combine(width)
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:273:6: warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
271 |         .border(.red)
272 |     }
273 |     .previewDisplayName("Trailing Random sizes")
    |      `- warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
274 | }
275 |
[6/7] Emitting module Flow
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:231:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
229 | }
230 |
231 | extension CGSize: Hashable {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
232 |     public func hash(into hasher: inout Hasher) {
233 |         hasher.combine(width)
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:273:6: warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
271 |         .border(.red)
272 |     }
273 |     .previewDisplayName("Trailing Random sizes")
    |      `- warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
274 | }
275 |
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:153:20: warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
151 |
152 |     enum Rainbow {
153 |         static var red: Color     = .red
    |                    |- warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'red' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |         static var orange: Color  = .orange
155 |         static var yellow: Color  = .yellow
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:154:20: warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
152 |     enum Rainbow {
153 |         static var red: Color     = .red
154 |         static var orange: Color  = .orange
    |                    |- warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'orange' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 |         static var yellow: Color  = .yellow
156 |         static var green: Color   = .green
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:155:20: warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
153 |         static var red: Color     = .red
154 |         static var orange: Color  = .orange
155 |         static var yellow: Color  = .yellow
    |                    |- warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'yellow' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |         static var green: Color   = .green
157 |         static var blue: Color    = .blue
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:156:20: warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
154 |         static var orange: Color  = .orange
155 |         static var yellow: Color  = .yellow
156 |         static var green: Color   = .green
    |                    |- warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'green' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |         static var blue: Color    = .blue
158 |         static var indigo: Color  = .indigo
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:157:20: warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 |         static var yellow: Color  = .yellow
156 |         static var green: Color   = .green
157 |         static var blue: Color    = .blue
    |                    |- warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'blue' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |         static var indigo: Color  = .indigo
159 |         static var violet: Color  = .purple
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:158:20: warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
156 |         static var green: Color   = .green
157 |         static var blue: Color    = .blue
158 |         static var indigo: Color  = .indigo
    |                    |- warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'indigo' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'indigo' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 |         static var violet: Color  = .purple
160 |
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:159:20: warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
157 |         static var blue: Color    = .blue
158 |         static var indigo: Color  = .indigo
159 |         static var violet: Color  = .purple
    |                    |- warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'violet' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'violet' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
160 |
161 |         static var allColors: [Color] = [
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:161:20: warning: static property 'allColors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
159 |         static var violet: Color  = .purple
160 |
161 |         static var allColors: [Color] = [
    |                    |- warning: static property 'allColors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'allColors' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'allColors' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 |             .red,
163 |             .orange,
[7/7] Compiling Flow PreviewCode.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:153:20: warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
151 |
152 |     enum Rainbow {
153 |         static var red: Color     = .red
    |                    |- warning: static property 'red' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'red' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'red' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
154 |         static var orange: Color  = .orange
155 |         static var yellow: Color  = .yellow
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:154:20: warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
152 |     enum Rainbow {
153 |         static var red: Color     = .red
154 |         static var orange: Color  = .orange
    |                    |- warning: static property 'orange' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'orange' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'orange' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
155 |         static var yellow: Color  = .yellow
156 |         static var green: Color   = .green
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:155:20: warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
153 |         static var red: Color     = .red
154 |         static var orange: Color  = .orange
155 |         static var yellow: Color  = .yellow
    |                    |- warning: static property 'yellow' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'yellow' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'yellow' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
156 |         static var green: Color   = .green
157 |         static var blue: Color    = .blue
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:156:20: warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
154 |         static var orange: Color  = .orange
155 |         static var yellow: Color  = .yellow
156 |         static var green: Color   = .green
    |                    |- warning: static property 'green' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'green' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'green' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
157 |         static var blue: Color    = .blue
158 |         static var indigo: Color  = .indigo
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:157:20: warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
155 |         static var yellow: Color  = .yellow
156 |         static var green: Color   = .green
157 |         static var blue: Color    = .blue
    |                    |- warning: static property 'blue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'blue' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'blue' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
158 |         static var indigo: Color  = .indigo
159 |         static var violet: Color  = .purple
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:158:20: warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
156 |         static var green: Color   = .green
157 |         static var blue: Color    = .blue
158 |         static var indigo: Color  = .indigo
    |                    |- warning: static property 'indigo' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'indigo' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'indigo' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
159 |         static var violet: Color  = .purple
160 |
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:159:20: warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
157 |         static var blue: Color    = .blue
158 |         static var indigo: Color  = .indigo
159 |         static var violet: Color  = .purple
    |                    |- warning: static property 'violet' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'violet' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'violet' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
160 |
161 |         static var allColors: [Color] = [
/Users/admin/builder/spi-builder-workspace/Sources/Flow/PreviewCode.swift:161:20: warning: static property 'allColors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
159 |         static var violet: Color  = .purple
160 |
161 |         static var allColors: [Color] = [
    |                    |- warning: static property 'allColors' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                    |- note: convert 'allColors' to a 'let' constant to make 'Sendable' shared state immutable
    |                    |- note: add '@MainActor' to make static property 'allColors' part of global actor 'MainActor'
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 |             .red,
163 |             .orange,
Build complete! (10.28s)
Build complete.
{
  "dependencies" : [
    {
      "identity" : "swiftcheck",
      "requirement" : {
        "range" : [
          {
            "lower_bound" : "0.12.0",
            "upper_bound" : "1.0.0"
          }
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/typelift/SwiftCheck"
    }
  ],
  "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" : "maccatalyst",
      "version" : "16.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",
      "product_dependencies" : [
        "SwiftCheck"
      ],
      "sources" : [
        "+Arbitrary.swift",
        "FloatingPointCompare.swift",
        "FlowTests.swift",
        "Mocks.swift"
      ],
      "target_dependencies" : [
        "Flow"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Flow",
      "module_type" : "SwiftTarget",
      "name" : "Flow",
      "path" : "Sources/Flow",
      "product_memberships" : [
        "Flow"
      ],
      "sources" : [
        "Flow.swift",
        "PreviewCode.swift",
        "SupportingTypes.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/toastersocks/flow/develop
Repository:               toastersocks/Flow
Swift version used:       6.1
Target:                   Flow
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/swift-docc-render-artifact/.git/
From https://github.com/swiftlang/swift-docc-render-artifact
 * branch            4633b45fc732d8c55568be09dd852f9dc1582c25 -> FETCH_HEAD
HEAD is now at 4633b45 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Flow'...
Finished extracting symbol information for 'Flow'. (5.14s)
Building documentation for 'Flow'...
Finished building documentation for 'Flow' (0.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/toastersocks/flow/develop
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Updating https://github.com/typelift/SwiftCheck
Updating https://github.com/llvm-swift/FileCheck.git
Updating https://github.com/mxcl/Chalk.git
Updating https://github.com/apple/swift-argument-parser
Updated https://github.com/llvm-swift/FileCheck.git (0.45s)
Updated https://github.com/typelift/SwiftCheck (0.51s)
Updated https://github.com/mxcl/Chalk.git (0.59s)
Updated https://github.com/apple/swift-argument-parser (0.59s)
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.61s)
Computing version for https://github.com/typelift/SwiftCheck
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (1.23s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.58s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.57s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.60s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (0.56s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.77s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.42s)
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.5
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
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Emitting module SymbolKit
[7/57] Compiling SymbolKit GenericConstraint.swift
[8/57] Compiling SymbolKit GenericParameter.swift
[9/57] Compiling SymbolKit Generics.swift
[10/57] Compiling SymbolKit Namespace.swift
[11/57] Compiling SymbolKit Relationship.swift
[12/57] Compiling SymbolKit RelationshipKind.swift
[13/57] Compiling SymbolKit SourceOrigin.swift
[14/57] Compiling SymbolKit GenericConstraints.swift
[15/57] Compiling SymbolKit Swift.swift
[16/57] Compiling SymbolKit Mixin+Equals.swift
[17/57] Compiling SymbolKit Mixin+Hash.swift
[18/57] Compiling SymbolKit Mixin.swift
[19/57] Compiling SymbolKit LineList.swift
[20/57] Compiling SymbolKit Position.swift
[21/57] Emitting module Snippets
[22/57] Compiling Snippets Snippet.swift
[23/57] Compiling Snippets SnippetParser.swift
[24/57] Compiling SymbolKit Symbol.swift
[25/57] Compiling SymbolKit SymbolKind.swift
[26/57] Compiling SymbolKit SymbolGraph.swift
[27/57] Compiling SymbolKit GraphCollector.swift
[28/57] Compiling SymbolKit Identifier.swift
[29/57] Compiling SymbolKit KindIdentifier.swift
[30/57] Compiling SymbolKit Location.swift
[31/57] Compiling SymbolKit Mutability.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 SourceRange.swift
[38/57] Compiling SymbolKit Metadata.swift
[39/57] Compiling SymbolKit Module.swift
[40/57] Compiling SymbolKit OperatingSystem.swift
[41/57] Compiling SymbolKit Platform.swift
[42/57] Compiling SymbolKit SemanticVersion.swift
[43/57] Compiling SymbolKit AccessControl.swift
[44/57] Compiling SymbolKit Availability.swift
[45/57] Compiling SymbolKit AvailabilityItem.swift
[46/57] Compiling SymbolKit Domain.swift
[47/57] Compiling SymbolKit Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.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 URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.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.10s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/5] Compiling Flow PreviewCode.swift
[3/5] Compiling Flow SupportingTypes.swift
[4/5] Compiling Flow Flow.swift
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:231:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
229 | }
230 |
231 | extension CGSize: Hashable {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
232 |     public func hash(into hasher: inout Hasher) {
233 |         hasher.combine(width)
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:273:6: warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
271 |         .border(.red)
272 |     }
273 |     .previewDisplayName("Trailing Random sizes")
    |      `- warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
274 | }
275 |
[5/5] Emitting module Flow
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:231:1: warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
229 | }
230 |
231 | extension CGSize: Hashable {
    | |- warning: extension declares a conformance of imported type 'CGSize' to imported protocol 'Hashable'; this will not behave correctly if the owners of 'CoreFoundation' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
232 |     public func hash(into hasher: inout Hasher) {
233 |         hasher.combine(width)
/Users/admin/builder/spi-builder-workspace/Sources/Flow/Flow.swift:273:6: warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
271 |         .border(.red)
272 |     }
273 |     .previewDisplayName("Trailing Random sizes")
    |      `- warning: previewDisplayName is ignored in a #Preview macro. Provide the name to the macro initializer, e.g. `#Preview("preview name")` (from macro 'Preview')
274 | }
275 |
Build of target: 'Flow' complete! (1.32s)
     106
2	/Users/admin/builder/spi-builder-workspace/.docs/toastersocks/flow/develop
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/toastersocks/flow/develop
File count: 106
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-toastersocks-flow-develop-f1ce45da.zip to s3://spi-docs-inbox/prod-toastersocks-flow-develop-f1ce45da.zip
Copying... [17%]
Copying... [35%]
Copying... [52%]
Copying... [69%]
Copying... [86%]
Copying... [100%]
Done.