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 swift-blocks, reference main (377472), with Swift 6.1 for macOS (SPM) on 5 May 2025 23:13:24 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.3
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/dirtyhenry/swift-blocks.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/dirtyhenry/swift-blocks
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at 3774722 Merge pull request #118 from dirtyhenry/update-links
Cloned https://github.com/dirtyhenry/swift-blocks.git
Revision (git rev-parse @):
3774722de088b016c9f68fd8ebf98b8ae72420fc
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/dirtyhenry/swift-blocks.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": "swift-blocks",
      "name": "swift-blocks",
      "url": "https://github.com/dirtyhenry/swift-blocks.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/swift-blocks",
      "dependencies": [
      ]
    }
  ]
}
Fetching https://github.com/dirtyhenry/swift-blocks.git
[1/2868] Fetching swift-blocks
Fetched https://github.com/dirtyhenry/swift-blocks.git from cache (4.56s)
Creating working copy for https://github.com/dirtyhenry/swift-blocks.git
Working copy of https://github.com/dirtyhenry/swift-blocks.git resolved at main (3774722)
warning: '.resolve-product-dependencies': dependency 'swift-blocks' 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/dirtyhenry/swift-blocks.git
https://github.com/dirtyhenry/swift-blocks.git
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-blocks",
  "name" : "swift-blocks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Blocks",
      "targets" : [
        "Blocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ObjectiveBlocks",
      "targets" : [
        "ObjectiveBlocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjectiveBlocks",
      "module_type" : "ClangTarget",
      "name" : "ObjectiveBlocks",
      "path" : "Sources/ObjectiveBlocks",
      "product_memberships" : [
        "ObjectiveBlocks"
      ],
      "sources" : [
        "ArrayDataSource.m",
        "FileSystemExplorer.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlocksTests",
      "module_type" : "SwiftTarget",
      "name" : "BlocksTests",
      "path" : "Tests/BlocksTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/dump-package.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/sample-feed.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BundleExtensionTests.swift",
        "CopyUtilsTests.swift",
        "DataFormatterTests.swift",
        "ExtensionTests.swift",
        "Extensions/StringProtocolTests.swift",
        "Helpers/DummyURLRequest.swift",
        "Helpers/XCTest+Workaround.swift",
        "Helpers/XCTestCase+CI.swift",
        "ICalendarTests.swift",
        "JSONTests.swift",
        "JavaScriptISO8601DateFormatterTests.swift",
        "Maths/ArithmeticTests.swift",
        "PackageDumpTests.swift",
        "PasteboardTests.swift",
        "PlainDateTests.swift",
        "Security/PKCETests.swift",
        "Security/SecurityErrorTests.swift",
        "Security/SecurityUtilsTests.swift",
        "SitemapTests.swift",
        "Transport/EndpointTests.swift",
        "Transport/LoggingTransportTests.swift",
        "Transport/MailtoComponentsTests.swift",
        "Transport/RetryTransportTests.swift",
        "Transport/StatusCodeCheckingTransportTests.swift",
        "Transport/URLLoadingSystemErrorCodesTests.swift",
        "Transport/URLRequestHeaderItemTests.swift",
        "Web/FrontMatterTests.swift",
        "Web/JSONFeedTests.swift"
      ],
      "target_dependencies" : [
        "Blocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blocks",
      "module_type" : "SwiftTarget",
      "name" : "Blocks",
      "path" : "Sources/Blocks",
      "product_memberships" : [
        "Blocks"
      ],
      "sources" : [
        "BlocksError.swift",
        "CLIUtils/CLIUtils.swift",
        "Calendar/ICalendar.swift",
        "CopyUtils.swift",
        "DataFormatter.swift",
        "Extensions/Bundle.swift",
        "Extensions/Calendar.swift",
        "Extensions/Data.swift",
        "Extensions/Font.swift",
        "Extensions/JSONDecoder.swift",
        "Extensions/JSONEncoder.swift",
        "Extensions/StringProtocol.swift",
        "Extensions/URLComponents.swift",
        "JSON.swift",
        "JavaScriptISO8601DateFormatter.swift",
        "Maths/Arithmetic.swift",
        "Meta/PackageDump.swift",
        "Pasteboard.swift",
        "PlainDate.swift",
        "Security/GenericPasswordKeychainItem.swift",
        "Security/PKCE.swift",
        "Security/SecurityError.swift",
        "Security/SecurityUtils.swift",
        "SimpleMessageError.swift",
        "Sitemap.swift",
        "Transport/Endpoint.swift",
        "Transport/LoggingTransport.swift",
        "Transport/MailtoComponents.swift",
        "Transport/MockTransport.swift",
        "Transport/MultipartRequest.swift",
        "Transport/RetryTransport.swift",
        "Transport/StatusCodeCheckingTransport.swift",
        "Transport/TaskState.swift",
        "Transport/Transport.swift",
        "Transport/TransportError.swift",
        "Transport/URLRequestHeaderItem.swift",
        "UIComponents/LabeledTextField.swift",
        "UIComponents/PlainDatePicker.swift",
        "UIComponents/TaskStateButton.swift",
        "Watch/WatchPairingUtil.swift",
        "Web/FrontMatter.swift",
        "Web/JSONFeed.swift",
        "Web/OpenGraph.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.3.0.app xcrun swift build --arch arm64 -Xswiftc -Xfrontend -Xswiftc -stats-output-dir -Xswiftc -Xfrontend -Xswiftc .stats
Building for debugging...
[0/4] Write sources
[1/4] Write swift-version-2F0A5646E1D333AE.txt
[2/44] Compiling ObjectiveBlocks FileSystemExplorer.m
In file included from /Users/admin/builder/spi-builder-workspace/Sources/ObjectiveBlocks/ArrayDataSource.m:1:
/Users/admin/builder/spi-builder-workspace/Sources/ObjectiveBlocks/public/ArrayDataSource.h:6:5: warning: 'TARGET_OS_PHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
    6 | #if TARGET_OS_PHONE
      |     ^
/Users/admin/builder/spi-builder-workspace/Sources/ObjectiveBlocks/ArrayDataSource.m:3:5: warning: 'TARGET_OS_PHONE' is not defined, evaluates to 0 [-Wundef-prefix=TARGET_OS_]
    3 | #if TARGET_OS_PHONE
      |     ^
2 warnings generated.
[3/44] Compiling ObjectiveBlocks ArrayDataSource.m
[5/44] Emitting module Blocks
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[6/48] Compiling Blocks WatchPairingUtil.swift
[7/48] Compiling Blocks FrontMatter.swift
[8/48] Compiling Blocks JSONFeed.swift
[9/48] Compiling Blocks OpenGraph.swift
[10/48] Compiling Blocks BlocksError.swift
[11/48] Compiling Blocks CLIUtils.swift
[12/48] Compiling Blocks ICalendar.swift
[13/48] Compiling Blocks CopyUtils.swift
[14/48] Compiling Blocks DataFormatter.swift
[15/48] Compiling Blocks StatusCodeCheckingTransport.swift
[16/48] Compiling Blocks TaskState.swift
[17/48] Compiling Blocks Transport.swift
[18/48] Compiling Blocks TransportError.swift
[19/48] Compiling Blocks JSONEncoder.swift
[20/48] Compiling Blocks StringProtocol.swift
[21/48] Compiling Blocks URLComponents.swift
[22/48] Compiling Blocks JSON.swift
[23/48] Compiling Blocks JavaScriptISO8601DateFormatter.swift
[24/48] Compiling Blocks GenericPasswordKeychainItem.swift
[25/48] Compiling Blocks PKCE.swift
[26/48] Compiling Blocks SecurityError.swift
[27/48] Compiling Blocks SecurityUtils.swift
[28/48] Compiling Blocks SimpleMessageError.swift
[29/48] Compiling Blocks Sitemap.swift
[30/48] Compiling Blocks Endpoint.swift
[31/48] Compiling Blocks LoggingTransport.swift
[32/48] Compiling Blocks Bundle.swift
[33/48] Compiling Blocks Calendar.swift
[34/48] Compiling Blocks Data.swift
[35/48] Compiling Blocks Font.swift
[36/48] Compiling Blocks JSONDecoder.swift
[37/48] Compiling Blocks URLRequestHeaderItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[38/48] Compiling Blocks LabeledTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[39/48] Compiling Blocks PlainDatePicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[40/48] Compiling Blocks TaskStateButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[41/48] Compiling Blocks MailtoComponents.swift
[42/48] Compiling Blocks MockTransport.swift
[43/48] Compiling Blocks MultipartRequest.swift
[44/48] Compiling Blocks RetryTransport.swift
[45/48] Compiling Blocks Arithmetic.swift
[46/48] Compiling Blocks PackageDump.swift
[47/48] Compiling Blocks Pasteboard.swift
[48/48] Compiling Blocks PlainDate.swift
Build complete! (8.53s)
Build complete.
{
  "dependencies" : [
  ],
  "manifest_display_name" : "swift-blocks",
  "name" : "swift-blocks",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "macos",
      "version" : "10.15"
    },
    {
      "name" : "ios",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "15.0"
    },
    {
      "name" : "watchos",
      "version" : "8.0"
    }
  ],
  "products" : [
    {
      "name" : "Blocks",
      "targets" : [
        "Blocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    },
    {
      "name" : "ObjectiveBlocks",
      "targets" : [
        "ObjectiveBlocks"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "ObjectiveBlocks",
      "module_type" : "ClangTarget",
      "name" : "ObjectiveBlocks",
      "path" : "Sources/ObjectiveBlocks",
      "product_memberships" : [
        "ObjectiveBlocks"
      ],
      "sources" : [
        "ArrayDataSource.m",
        "FileSystemExplorer.m"
      ],
      "type" : "library"
    },
    {
      "c99name" : "BlocksTests",
      "module_type" : "SwiftTarget",
      "name" : "BlocksTests",
      "path" : "Tests/BlocksTests",
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/dump-package.json",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Tests/BlocksTests/Resources/sample-feed.json",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "BundleExtensionTests.swift",
        "CopyUtilsTests.swift",
        "DataFormatterTests.swift",
        "ExtensionTests.swift",
        "Extensions/StringProtocolTests.swift",
        "Helpers/DummyURLRequest.swift",
        "Helpers/XCTest+Workaround.swift",
        "Helpers/XCTestCase+CI.swift",
        "ICalendarTests.swift",
        "JSONTests.swift",
        "JavaScriptISO8601DateFormatterTests.swift",
        "Maths/ArithmeticTests.swift",
        "PackageDumpTests.swift",
        "PasteboardTests.swift",
        "PlainDateTests.swift",
        "Security/PKCETests.swift",
        "Security/SecurityErrorTests.swift",
        "Security/SecurityUtilsTests.swift",
        "SitemapTests.swift",
        "Transport/EndpointTests.swift",
        "Transport/LoggingTransportTests.swift",
        "Transport/MailtoComponentsTests.swift",
        "Transport/RetryTransportTests.swift",
        "Transport/StatusCodeCheckingTransportTests.swift",
        "Transport/URLLoadingSystemErrorCodesTests.swift",
        "Transport/URLRequestHeaderItemTests.swift",
        "Web/FrontMatterTests.swift",
        "Web/JSONFeedTests.swift"
      ],
      "target_dependencies" : [
        "Blocks"
      ],
      "type" : "test"
    },
    {
      "c99name" : "Blocks",
      "module_type" : "SwiftTarget",
      "name" : "Blocks",
      "path" : "Sources/Blocks",
      "product_memberships" : [
        "Blocks"
      ],
      "sources" : [
        "BlocksError.swift",
        "CLIUtils/CLIUtils.swift",
        "Calendar/ICalendar.swift",
        "CopyUtils.swift",
        "DataFormatter.swift",
        "Extensions/Bundle.swift",
        "Extensions/Calendar.swift",
        "Extensions/Data.swift",
        "Extensions/Font.swift",
        "Extensions/JSONDecoder.swift",
        "Extensions/JSONEncoder.swift",
        "Extensions/StringProtocol.swift",
        "Extensions/URLComponents.swift",
        "JSON.swift",
        "JavaScriptISO8601DateFormatter.swift",
        "Maths/Arithmetic.swift",
        "Meta/PackageDump.swift",
        "Pasteboard.swift",
        "PlainDate.swift",
        "Security/GenericPasswordKeychainItem.swift",
        "Security/PKCE.swift",
        "Security/SecurityError.swift",
        "Security/SecurityUtils.swift",
        "SimpleMessageError.swift",
        "Sitemap.swift",
        "Transport/Endpoint.swift",
        "Transport/LoggingTransport.swift",
        "Transport/MailtoComponents.swift",
        "Transport/MockTransport.swift",
        "Transport/MultipartRequest.swift",
        "Transport/RetryTransport.swift",
        "Transport/StatusCodeCheckingTransport.swift",
        "Transport/TaskState.swift",
        "Transport/Transport.swift",
        "Transport/TransportError.swift",
        "Transport/URLRequestHeaderItem.swift",
        "UIComponents/LabeledTextField.swift",
        "UIComponents/PlainDatePicker.swift",
        "UIComponents/TaskStateButton.swift",
        "Watch/WatchPairingUtil.swift",
        "Web/FrontMatter.swift",
        "Web/JSONFeed.swift",
        "Web/OpenGraph.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "6.0"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/dirtyhenry/swift-blocks/main
Repository:               dirtyhenry/swift-blocks
Swift version used:       6.1
Target:                   Blocks
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            release/6.2 -> FETCH_HEAD
 * [new branch]      release/6.2 -> origin/release/6.2
HEAD is now at 8799b69 Update the artifact
Cloned https://github.com/swiftlang/swift-docc-render-artifact
Extracting symbol information for 'Blocks'...
Finished extracting symbol information for 'Blocks'. (6.23s)
Building documentation for 'Blocks'...
warning: 'KeychainError' doesn't exist at '/Blocks/DataManagement'
 --> Articles/DataManagement.md:7:5-7:18
5 | - ``GenericPasswordKeychainItem``
6 | - ``DataFormatter``
7 + - ``KeychainError``
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:66:1-66:13
64 | ## Topics
65 |
66 + - `Endpoint`
   | ╰─suggestion: Remove non-link item
67 | - `Transport`
68 | - `LoggingTransport`
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:67:1-67:14
65 |
66 | - `Endpoint`
67 + - `Transport`
   | ╰─suggestion: Remove non-link item
68 | - `LoggingTransport`
69 | - `MockTransport`
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:68:1-68:21
66 | - `Endpoint`
67 | - `Transport`
68 + - `LoggingTransport`
   | ╰─suggestion: Remove non-link item
69 | - `MockTransport`
70 | - `StatusCodeCheckingTransport`
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:69:1-69:18
67 | - `Transport`
68 | - `LoggingTransport`
69 + - `MockTransport`
   | ╰─suggestion: Remove non-link item
70 | - `StatusCodeCheckingTransport`
71 | - `MultipartRequest`
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:70:1-70:32
68 | - `LoggingTransport`
69 | - `MockTransport`
70 + - `StatusCodeCheckingTransport`
   | ╰─suggestion: Remove non-link item
71 | - `MultipartRequest`
72 | - `TransportError`
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:71:1-71:21
69 | - `MockTransport`
70 | - `StatusCodeCheckingTransport`
71 + - `MultipartRequest`
   | ╰─suggestion: Remove non-link item
72 | - `TransportError`
73 | - `WrongStatusCodeError`
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:72:1-72:19
70 | - `StatusCodeCheckingTransport`
71 | - `MultipartRequest`
72 + - `TransportError`
   | ╰─suggestion: Remove non-link item
73 | - `WrongStatusCodeError`
74 | - `URLRequestHeaderItem`
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:73:1-73:25
71 | - `MultipartRequest`
72 | - `TransportError`
73 + - `WrongStatusCodeError`
   | ╰─suggestion: Remove non-link item
74 | - `URLRequestHeaderItem`
75 | - `MailtoComponents`
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:74:1-74:25
72 | - `TransportError`
73 | - `WrongStatusCodeError`
74 + - `URLRequestHeaderItem`
   | ╰─suggestion: Remove non-link item
75 | - `MailtoComponents`
76 |
warning: Only links are allowed in task group list items
  --> Articles/Transport.md:75:1-76:1
73 | - `WrongStatusCodeError`
74 | - `URLRequestHeaderItem`
75 + - `MailtoComponents`
   | ╰─suggestion: Remove non-link item
76 +
77 | [1]: https://github.com/objcio/tiny-networking
78 | [2]: https://www.objc.io/
warning: Parameter 'expectedStatusCode' not found in initializer declaration
   --> ../Transport/Endpoint.swift:101:11-101:127
99  |     /// - Parameters:
100 |     ///   - request: the URL request
101 +     ///   - expectedStatusCode: the status code that's expected. If this returns false for a given status code, parsing fails.
    |           ╰─suggestion: Remove 'expectedStatusCode' parameter documentation
102 |     ///   - parse: this converts a response into an `A`.
103 |     public init(request: URLRequest, parse: @Sendable @escaping (Data?, URLResponse?) -> Result<A, Error>) {
warning: External name 'json' used to document parameter
   --> ../Transport/Endpoint.swift:148:13-148:17
146 |     /// - Parameters:
147 |     ///   - method: the HTTP method
148 +     ///   - json: the HTTP method
    |             ╰─suggestion: Replace 'json' with 'method'
149 |     ///   - url: the endpoint's URL
150 |     ///   - accept: the content type for the `Accept` header
warning: Parameter 'expectedStatusCode' not found in initializer declaration
   --> ../Transport/Endpoint.swift:153:11-153:127
151 |     ///   - body: the body of the request. This gets encoded using a default `JSONEncoder` instance.
152 |     ///   - headers: additional headers for the request
153 +     ///   - expectedStatusCode: the status code that's expected. If this returns false for a given status code, parsing fails.
    |           ╰─suggestion: Remove 'expectedStatusCode' parameter documentation
154 |     ///   - query: query parameters to append to the url
155 |     ///   - encoder: the encoder that's used for encoding `A`s.
warning: Parameter 'e' not found in instance method declaration
   --> ../Transport/Endpoint.swift:240:11-240:29
238 |     ///
239 |     /// - Parameters:
240 +     ///   - e: The endpoint.
    |           ╰─suggestion: Remove 'e' parameter documentation
241 |     ///   - onComplete: The completion handler.
242 |     /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
   --> ../Transport/Endpoint.swift:240:11-240:29
238 |     ///
239 |     /// - Parameters:
240 +     ///   - e: The endpoint.
    |           ╰─suggestion: Remove 'e' parameter documentation
241 |     ///   - onComplete: The completion handler.
242 |     /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
   --> ../Transport/Endpoint.swift:240:11-240:29
238 |     ///
239 |     /// - Parameters:
240 +     ///   - e: The endpoint.
    |           ╰─suggestion: Remove 'e' parameter documentation
241 |     ///   - onComplete: The completion handler.
242 |     /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
   --> ../Transport/Endpoint.swift:240:11-240:29
238 |     ///
239 |     /// - Parameters:
240 +     ///   - e: The endpoint.
    |           ╰─suggestion: Remove 'e' parameter documentation
241 |     ///   - onComplete: The completion handler.
242 |     /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
   --> ../Transport/Endpoint.swift:240:11-240:29
238 |     ///
239 |     /// - Parameters:
240 +     ///   - e: The endpoint.
    |           ╰─suggestion: Remove 'e' parameter documentation
241 |     ///   - onComplete: The completion handler.
242 |     /// - Returns: The data task.
warning: Parameter 'e' not found in instance method declaration
   --> ../Transport/Endpoint.swift:240:11-240:29
238 |     ///
239 |     /// - Parameters:
240 +     ///   - e: The endpoint.
    |           ╰─suggestion: Remove 'e' parameter documentation
241 |     ///   - onComplete: The completion handler.
242 |     /// - Returns: The data task.
warning: Parameter 'onComplete' not found in instance method declaration
   --> ../Transport/Endpoint.swift:241:11-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |           ╰─suggestion: Remove 'onComplete' parameter documentation
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
   --> ../Transport/Endpoint.swift:241:11-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |           ╰─suggestion: Remove 'onComplete' parameter documentation
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
   --> ../Transport/Endpoint.swift:241:11-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |           ╰─suggestion: Remove 'onComplete' parameter documentation
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
   --> ../Transport/Endpoint.swift:241:11-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |           ╰─suggestion: Remove 'onComplete' parameter documentation
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
   --> ../Transport/Endpoint.swift:241:11-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |           ╰─suggestion: Remove 'onComplete' parameter documentation
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'onComplete' not found in instance method declaration
   --> ../Transport/Endpoint.swift:241:11-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |           ╰─suggestion: Remove 'onComplete' parameter documentation
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'endpoint' is missing documentation
   --> ../Transport/Endpoint.swift:241:48-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |                                                ╰─suggestion: Document 'endpoint' parameter
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'endpoint' is missing documentation
   --> ../Transport/Endpoint.swift:241:48-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |                                                ╰─suggestion: Document 'endpoint' parameter
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'endpoint' is missing documentation
   --> ../Transport/Endpoint.swift:241:48-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |                                                ╰─suggestion: Document 'endpoint' parameter
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'endpoint' is missing documentation
   --> ../Transport/Endpoint.swift:241:48-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |                                                ╰─suggestion: Document 'endpoint' parameter
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'endpoint' is missing documentation
   --> ../Transport/Endpoint.swift:241:48-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |                                                ╰─suggestion: Document 'endpoint' parameter
242 |     /// - Returns: The data task.
243 |     @discardableResult
warning: Parameter 'endpoint' is missing documentation
   --> ../Transport/Endpoint.swift:241:48-241:48
239 |     /// - Parameters:
240 |     ///   - e: The endpoint.
241 +     ///   - onComplete: The completion handler.
    |                                                ╰─suggestion: Document 'endpoint' parameter
242 |     /// - Returns: The data task.
243 |     @discardableResult
Finished building documentation for 'Blocks' (1.57s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/dirtyhenry/swift-blocks/main
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (1.28s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.3 (1.96s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (2.33s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (2.96s)
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
[0/8] Write snippet-extract-tool-entitlement.plist
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling SymbolKit SemanticVersion.swift
[7/53] Compiling SymbolKit AccessControl.swift
[8/53] Compiling SymbolKit Availability.swift
[9/53] Compiling SymbolKit AvailabilityItem.swift
[10/53] Compiling SymbolKit Domain.swift
[11/57] Compiling SymbolKit Mixin+Equals.swift
[12/57] Compiling SymbolKit Mixin+Hash.swift
[13/57] Compiling SymbolKit Mixin.swift
[14/57] Compiling SymbolKit LineList.swift
[15/57] Compiling SymbolKit Position.swift
[16/57] Compiling Snippets SnippetParser.swift
[17/57] Compiling SymbolKit DeclarationFragments.swift
[18/57] Compiling SymbolKit Fragment.swift
[19/57] Compiling SymbolKit FragmentKind.swift
[20/57] Compiling SymbolKit FunctionParameter.swift
[21/57] Compiling SymbolKit FunctionSignature.swift
[22/57] Compiling Snippets Snippet.swift
[23/57] Emitting module Snippets
[24/57] Compiling SymbolKit SourceRange.swift
[25/57] Compiling SymbolKit Metadata.swift
[26/57] Compiling SymbolKit Module.swift
[27/57] Compiling SymbolKit OperatingSystem.swift
[28/57] Compiling SymbolKit Platform.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit Names.swift
[34/57] Compiling SymbolKit SPI.swift
[35/57] Compiling SymbolKit Snippet.swift
[36/57] Compiling SymbolKit Extension.swift
[37/57] Emitting module SymbolKit
[38/57] Compiling SymbolKit Relationship.swift
[39/57] Compiling SymbolKit RelationshipKind.swift
[40/57] Compiling SymbolKit SourceOrigin.swift
[41/57] Compiling SymbolKit GenericConstraints.swift
[42/57] Compiling SymbolKit Swift.swift
[43/57] Compiling SymbolKit Symbol.swift
[44/57] Compiling SymbolKit SymbolKind.swift
[45/57] Compiling SymbolKit SymbolGraph.swift
[46/57] Compiling SymbolKit GraphCollector.swift
[47/57] Compiling SymbolKit Identifier.swift
[48/57] Compiling SymbolKit KindIdentifier.swift
[49/57] Compiling SymbolKit Location.swift
[50/57] Compiling SymbolKit Mutability.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.16s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/41] Compiling Blocks Bundle.swift
[3/41] Compiling Blocks Calendar.swift
[4/41] Compiling Blocks Data.swift
[5/41] Compiling Blocks Font.swift
[6/41] Compiling Blocks JSONDecoder.swift
[7/45] Compiling Blocks GenericPasswordKeychainItem.swift
[8/45] Compiling Blocks PKCE.swift
[9/45] Compiling Blocks SecurityError.swift
[10/45] Compiling Blocks SecurityUtils.swift
[11/45] Compiling Blocks MailtoComponents.swift
[12/45] Compiling Blocks MockTransport.swift
[13/45] Compiling Blocks MultipartRequest.swift
[14/45] Compiling Blocks RetryTransport.swift
[15/45] Compiling Blocks BlocksError.swift
[16/45] Compiling Blocks CLIUtils.swift
[17/45] Compiling Blocks ICalendar.swift
[18/45] Compiling Blocks CopyUtils.swift
[19/45] Compiling Blocks DataFormatter.swift
[20/45] Compiling Blocks StatusCodeCheckingTransport.swift
[21/45] Compiling Blocks TaskState.swift
[22/45] Compiling Blocks Transport.swift
[23/45] Compiling Blocks TransportError.swift
[24/45] Compiling Blocks SimpleMessageError.swift
[25/45] Compiling Blocks Sitemap.swift
[26/45] Compiling Blocks Endpoint.swift
[27/45] Compiling Blocks LoggingTransport.swift
[28/45] Compiling Blocks Arithmetic.swift
[29/45] Compiling Blocks PackageDump.swift
[30/45] Compiling Blocks Pasteboard.swift
[31/45] Compiling Blocks PlainDate.swift
[32/45] Emitting module Blocks
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[33/45] Compiling Blocks JSONEncoder.swift
[34/45] Compiling Blocks StringProtocol.swift
[35/45] Compiling Blocks URLComponents.swift
[36/45] Compiling Blocks JSON.swift
[37/45] Compiling Blocks JavaScriptISO8601DateFormatter.swift
[38/45] Compiling Blocks URLRequestHeaderItem.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[39/45] Compiling Blocks LabeledTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[40/45] Compiling Blocks PlainDatePicker.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[41/45] Compiling Blocks TaskStateButton.swift
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:35:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
33 | #Preview {
34 |     if #available(watchOS 10.0, *) {
35 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
36 |         return PlainDatePicker("Date", selection: $plainDate)
37 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:47:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
45 | #Preview("Compact") {
46 |     if #available(iOS 14.0, macOS 10.15.4, *) {
47 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
48 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.compact)
49 |     } else {
/Users/admin/builder/spi-builder-workspace/Sources/Blocks/UIComponents/PlainDatePicker.swift:56:9: warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
54 | #Preview("Graphical") {
55 |     if #available(iOS 14.0, *) {
56 |         @State var plainDate: PlainDate = "2024-01-17"
   |         |- warning: '@State' used inline will not work unless tagged with '@Previewable' (from macro 'Preview')
   |         `- note: Move the declaration to root scope and add '@Previewable'
57 |         return PlainDatePicker("Date", selection: $plainDate).datePickerStyle(.graphical)
58 |     } else {
[42/45] Compiling Blocks WatchPairingUtil.swift
[43/45] Compiling Blocks FrontMatter.swift
[44/45] Compiling Blocks JSONFeed.swift
[45/45] Compiling Blocks OpenGraph.swift
Build of target: 'Blocks' complete! (2.15s)
    5130
34	/Users/admin/builder/spi-builder-workspace/.docs/dirtyhenry/swift-blocks/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/dirtyhenry/swift-blocks/main
File count: 5130
Doc size:   34.0MB
Preparing doc bundle ...
Uploading prod-dirtyhenry-swift-blocks-main-737d7c73.zip to s3://spi-docs-inbox/prod-dirtyhenry-swift-blocks-main-737d7c73.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.