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 v1.2.3 (5c1b99), with Swift 6.0 for macOS (SPM) on 30 Nov 2024 16:52:29 UTC.

Swift 6 data race errors: 8

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 -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.58.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/toastersocks/Flow.git
Reference: v1.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/toastersocks/Flow
 * tag               v1.2.3     -> FETCH_HEAD
HEAD is now at 5c1b99a Fix a bug that caused views to be misplaced in non-leading alignments when the proposed bounds rect had a non-zero value
Cloned https://github.com/toastersocks/Flow.git
Revision (git rev-parse @):
5c1b99acf390ace87006e065b14f9bdcdd27fdbb
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/toastersocks/Flow.git at v1.2.3
Fetching https://github.com/apple/swift-argument-parser
Fetching https://github.com/typelift/SwiftCheck
Fetching https://github.com/mxcl/Chalk.git
Fetching https://github.com/llvm-swift/FileCheck.git
[1/4870] Fetching swiftcheck
[196/5349] Fetching swiftcheck, filecheck
[1454/5430] Fetching swiftcheck, filecheck, chalk
[2166/17825] Fetching swiftcheck, filecheck, chalk, swift-argument-parser
Fetched https://github.com/apple/swift-argument-parser from cache (4.01s)
Fetched https://github.com/llvm-swift/FileCheck.git from cache (4.01s)
Fetched https://github.com/mxcl/Chalk.git from cache (4.01s)
Fetched https://github.com/typelift/SwiftCheck from cache (4.01s)
Computing version for https://github.com/typelift/SwiftCheck
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (3.26s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.56s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.54s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.57s)
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/llvm-swift/FileCheck.git
Working copy of https://github.com/llvm-swift/FileCheck.git resolved at 0.2.6
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
========================================
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/334] Fetching flow
Fetched https://github.com/toastersocks/Flow.git from cache (0.94s)
Creating working copy for https://github.com/toastersocks/Flow.git
Working copy of https://github.com/toastersocks/Flow.git resolved at v1.2.3 (5c1b99a)
warning: '.resolve-product-dependencies': dependency '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/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.1.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--7754E27361AE5C74.txt
[4/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: annotate 'red' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'orange' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'yellow' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'green' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'blue' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'indigo' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'violet' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'allColors' with '@MainActor' if property should only be accessed from the main actor
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 |             .red,
163 |             .orange,
[5/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")`
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")`
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: annotate 'red' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'orange' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'yellow' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'green' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'blue' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'indigo' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'violet' with '@MainActor' if property should only be accessed from the main actor
    |                    `- 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: annotate 'allColors' with '@MainActor' if property should only be accessed from the main actor
    |                    `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
162 |             .red,
163 |             .orange,
[6/7] Compiling Flow SupportingTypes.swift
[7/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")`
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")`
274 | }
275 |
Build complete! (16.90s)
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/v1.2.3
Repository:               toastersocks/Flow
Swift version used:       6.0
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            88815688627177b9716a01ca41da19397bd30e47 -> FETCH_HEAD
HEAD is now at 8881568 Update the artifact
Extracting symbol information for 'Flow'...
Finished extracting symbol information for 'Flow'. (5.37s)
Building documentation for 'Flow'...
Finished building documentation for 'Flow' (0.11s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/toastersocks/flow/v1.2.3
Fetching https://github.com/swiftlang/swift-docc-plugin
Updating https://github.com/llvm-swift/FileCheck.git
Updated https://github.com/llvm-swift/FileCheck.git (0.46s)
[1/2038] Fetching swift-docc-plugin
Updating https://github.com/typelift/SwiftCheck
Updating https://github.com/mxcl/Chalk.git
Updating https://github.com/apple/swift-argument-parser
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.31s)
Updated https://github.com/typelift/SwiftCheck (0.57s)
Computing version for https://github.com/typelift/SwiftCheck
Updated https://github.com/apple/swift-argument-parser (0.58s)
Updated https://github.com/mxcl/Chalk.git (0.58s)
Computed https://github.com/typelift/SwiftCheck at 0.12.0 (0.54s)
Computing version for https://github.com/llvm-swift/FileCheck.git
Computed https://github.com/llvm-swift/FileCheck.git at 0.2.6 (0.54s)
Computing version for https://github.com/mxcl/Chalk.git
Computed https://github.com/mxcl/Chalk.git at 0.5.0 (0.53s)
Computing version for https://github.com/apple/swift-argument-parser
Computed https://github.com/apple/swift-argument-parser at 1.2.3 (0.57s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (0.53s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit
[1/3188] Fetching swift-docc-symbolkit
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (1.26s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (0.54s)
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
[2/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version--7754E27361AE5C74.txt
[6/53] Compiling SymbolKit SourceRange.swift
[7/53] Compiling SymbolKit Metadata.swift
[8/53] Compiling SymbolKit Module.swift
[9/53] Compiling SymbolKit OperatingSystem.swift
[10/53] Compiling SymbolKit Platform.swift
[11/57] Emitting module Snippets
[12/57] Compiling Snippets SnippetParser.swift
[13/57] Compiling Snippets Snippet.swift
[14/57] Compiling SymbolKit SemanticVersion.swift
[15/57] Compiling SymbolKit AccessControl.swift
[16/57] Compiling SymbolKit Availability.swift
[17/57] Compiling SymbolKit AvailabilityItem.swift
[18/57] Compiling SymbolKit Domain.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit GenericConstraint.swift
[25/57] Compiling SymbolKit GenericParameter.swift
[26/57] Compiling SymbolKit Generics.swift
[27/57] Compiling SymbolKit Namespace.swift
[28/57] Emitting module SymbolKit
[29/57] Compiling SymbolKit Names.swift
[30/57] Compiling SymbolKit SPI.swift
[31/57] Compiling SymbolKit Snippet.swift
[32/57] Compiling SymbolKit Extension.swift
[33/57] Compiling SymbolKit Identifier.swift
[34/57] Compiling SymbolKit KindIdentifier.swift
[35/57] Compiling SymbolKit Location.swift
[36/57] Compiling SymbolKit Mutability.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 Mixin+Equals.swift
[43/57] Compiling SymbolKit Mixin+Hash.swift
[44/57] Compiling SymbolKit Mixin.swift
[45/57] Compiling SymbolKit LineList.swift
[46/57] Compiling SymbolKit Position.swift
[47/57] Compiling SymbolKit Symbol.swift
[48/57] Compiling SymbolKit SymbolKind.swift
[49/57] Compiling SymbolKit SymbolGraph.swift
[50/57] Compiling SymbolKit GraphCollector.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] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Emitting module snippet_extract
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (3.83s)
Building for debugging...
[0/1] Write swift-version--7754E27361AE5C74.txt
[2/5] Compiling Flow SupportingTypes.swift
[3/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")`
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")`
274 | }
275 |
[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")`
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")`
274 | }
275 |
[5/5] Compiling Flow PreviewCode.swift
Build of target: 'Flow' complete! (1.35s)
     106
2	/Users/admin/builder/spi-builder-workspace/.docs/toastersocks/flow/v1.2.3
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/toastersocks/flow/v1.2.3
File count: 106
Doc size:   2.0MB
Preparing doc bundle ...
Uploading prod-toastersocks-flow-v1.2.3-ddf433d2.zip to s3://spi-docs-inbox/prod-toastersocks-flow-v1.2.3-ddf433d2.zip
Copying... [17%]
Copying... [34%]
Copying... [52%]
Copying... [69%]
Copying... [86%]
Copying... [100%]
Done.