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 SwiftExtras, reference main (cc6786), with Swift 6.1 for macOS (SPM) on 22 Jun 2025 08:33:04 UTC.

Swift 6 data race errors: 2

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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SwiftExtras.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SwiftExtras
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cc67866 Fixes for non-SwiftUI
Cloned https://github.com/0xWDG/SwiftExtras.git
Revision (git rev-parse @):
cc678665a191269d8503494f343c2bbdf856ac70
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SwiftExtras.git at main
Fetching https://github.com/0xWDG/OSLogViewer.git
[1/1585] Fetching oslogviewer
Fetched https://github.com/0xWDG/OSLogViewer.git from cache (0.95s)
Creating working copy for https://github.com/0xWDG/OSLogViewer.git
Working copy of https://github.com/0xWDG/OSLogViewer.git resolved at main (e45ebc5)
========================================
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": "swiftextras",
      "name": "SwiftExtras",
      "url": "https://github.com/0xWDG/SwiftExtras.git",
      "version": "unspecified",
      "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/SwiftExtras",
      "dependencies": [
        {
          "identity": "oslogviewer",
          "name": "OSLogViewer",
          "url": "https://github.com/0xWDG/OSLogViewer.git",
          "version": "unspecified",
          "path": "/Users/admin/builder/spi-builder-workspace/.resolve-product-dependencies/.build/checkouts/OSLogViewer",
          "dependencies": [
          ]
        }
      ]
    }
  ]
}
Fetching https://github.com/0xWDG/SwiftExtras.git
[1/9877] Fetching swiftextras
Fetched https://github.com/0xWDG/SwiftExtras.git from cache (1.32s)
Fetching https://github.com/0xWDG/OSLogViewer.git from cache
Fetched https://github.com/0xWDG/OSLogViewer.git from cache (0.43s)
Creating working copy for https://github.com/0xWDG/OSLogViewer.git
Working copy of https://github.com/0xWDG/OSLogViewer.git resolved at main (e45ebc5)
Creating working copy for https://github.com/0xWDG/SwiftExtras.git
Working copy of https://github.com/0xWDG/SwiftExtras.git resolved at main (cc67866)
warning: '.resolve-product-dependencies': dependency 'swiftextras' is not used by any target
Found 1 product dependencies
  - OSLogViewer
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.1
Building package at path:  $PWD
https://github.com/0xWDG/SwiftExtras.git
https://github.com/0xWDG/SwiftExtras.git
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "oslogviewer",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xWDG/OSLogViewer.git"
    }
  ],
  "manifest_display_name" : "SwiftExtras",
  "name" : "SwiftExtras",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftExtras",
      "targets" : [
        "SwiftExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtrasTests",
      "path" : "Tests/SwiftExtrasTests",
      "sources" : [
        "SwiftExtrasTests.swift"
      ],
      "target_dependencies" : [
        "SwiftExtras"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftExtras",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtras",
      "path" : "Sources/SwiftExtras",
      "product_dependencies" : [
        "OSLogViewer"
      ],
      "product_memberships" : [
        "SwiftExtras"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/SensoryFeedback.swift",
        "Enums/AppInfo.swift",
        "Enums/Device.swift",
        "Extensions/Binding+onChange.swift",
        "Extensions/CGFloat+.swift",
        "Extensions/Collection+.swift",
        "Extensions/Collection+safeIndex.swift",
        "Extensions/Color+Identifiable.swift",
        "Extensions/Color+colorBlind.swift",
        "Extensions/Color+components.swift",
        "Extensions/Color+default.swift",
        "Extensions/Color+init.swift",
        "Extensions/Color+random.swift",
        "Extensions/Data+Compression.swift",
        "Extensions/Date+.swift",
        "Extensions/Date+Identifiable.swift",
        "Extensions/Date+getFormattedDate.swift",
        "Extensions/Image+Platform.swift",
        "Extensions/Int+.swift",
        "Extensions/Locale+Utilities.swift",
        "Extensions/LocalizedStringKey+.swift",
        "Extensions/LocalizedStringKey+Identifiable.swift",
        "Extensions/Logger+.swift",
        "Extensions/NotificationName+.swift",
        "Extensions/ProcessInfo+Utilities.swift",
        "Extensions/Sequence+.swift",
        "Extensions/String/String+ANSIColors.swift",
        "Extensions/String/String+Base64.swift",
        "Extensions/String/String+IdentifiableString.swift",
        "Extensions/String/String+clean.swift",
        "Extensions/String/String+contains.swift",
        "Extensions/String/String+error.swift",
        "Extensions/String/String+hashed.swift",
        "Extensions/String/String+slugified.swift",
        "Extensions/String/String+subscript.swift",
        "Extensions/String/String+trimmed.swift",
        "Extensions/String/String+url.swift",
        "Extensions/StringProtocol+.swift",
        "Extensions/Text+Gradient.swift",
        "Extensions/TimeInterval+.swift",
        "Extensions/UIDevice+Utilities.swift",
        "Extensions/UserDefaults+subscript.swift",
        "Extensions/View/View+Error.swift",
        "Extensions/View/View+Frame.swift",
        "Extensions/View/View+Log.swift",
        "Extensions/View/View+detachedTask.swift",
        "Extensions/View/View+getRootViewController.swift",
        "Extensions/View/View+horizontallyCentered.swift",
        "Extensions/View/View+modifier.swift",
        "Extensions/View/View+onLandscape.swift",
        "Extensions/View/View+readOffsetX.swift",
        "Extensions/View/View+render.swift",
        "Extensions/View/View+sizeSaver.swift",
        "Functions/kMeansCluster.swift",
        "Layout/WStack.swift",
        "Modifiers/Button+longPress.swift",
        "Modifiers/KeyboardDismissModifier.swift",
        "Modifiers/PulsatingEffect.swift",
        "Modifiers/ShakeEffect.swift",
        "MultiPlatform/NSPasteboard+string.swift",
        "MultiPlatform/PlatformTypes.swift",
        "MultiPlatform/PlatformViewRepresentable.swift",
        "MultiPlatform/openURL.swift",
        "Operators/RegularExpressionOperator.swift",
        "Operators/optionalBinding.swift",
        "Representables/MailView.swift",
        "Representables/SFSafari.swift",
        "Representables/WebView.swift",
        "Structs/SEAcknowledgement.swift",
        "Structs/SEChangeLogEntry.swift",
        "Structs/SocialIcons.swift",
        "Styles/BlueButtonStyle.swift",
        "Styles/BorderedToggleStyle.swift",
        "Styles/GrayButtonStyle.swift",
        "Styles/ListButtonStyle.swift",
        "Styles/PlainBorderedToggleStyle.swift",
        "Styles/ToggleButtonStyle.swift",
        "SwiftExtras.swift",
        "SwiftUI/AsyncView.swift",
        "SwiftUI/CardView.swift",
        "SwiftUI/DisclosureSection.swift",
        "SwiftUI/HorizontalStepper.swift",
        "SwiftUI/LimitedTextField.swift",
        "SwiftUI/MonthYearPickerView.swift",
        "SwiftUI/MultiSelectPickerView.swift",
        "SwiftUI/MultiSelectView.swift",
        "SwiftUI/SEAcknowledgementView.swift",
        "SwiftUI/SEChangeLogView.swift",
        "SwiftUI/SESettingsView.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
Building for debugging...
[0/8] Write sources
[2/8] Copying Info.plist
[2/8] Copying Localizable.xcstrings
[4/8] Copying Info.plist
[6/8] Copying Assets.xcassets
[7/8] Write swift-version-2F0A5646E1D333AE.txt
[9/13] Compiling OSLogViewer resource_bundle_accessor.swift
[10/13] Compiling OSLogViewer OSLogViewer.swift
[11/13] Compiling OSLogViewer OSLogExtractor.swift
[12/13] Emitting module OSLogViewer
[13/13] Compiling OSLogViewer OSLogViewer.Colors.swift
[14/95] Compiling SwiftExtras String+Base64.swift
[15/95] Compiling SwiftExtras String+IdentifiableString.swift
[16/95] Compiling SwiftExtras String+clean.swift
[17/95] Compiling SwiftExtras String+contains.swift
[18/95] Compiling SwiftExtras String+error.swift
[19/95] Compiling SwiftExtras String+hashed.swift
[20/95] Compiling SwiftExtras String+slugified.swift
[21/95] Compiling SwiftExtras String+subscript.swift
[22/95] Compiling SwiftExtras String+trimmed.swift
[23/104] Compiling SwiftExtras WStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[24/104] Compiling SwiftExtras Button+longPress.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[25/104] Compiling SwiftExtras KeyboardDismissModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[26/104] Compiling SwiftExtras PulsatingEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[27/104] Compiling SwiftExtras ShakeEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[28/104] Compiling SwiftExtras NSPasteboard+string.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[29/104] Compiling SwiftExtras PlatformTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[30/104] Compiling SwiftExtras PlatformViewRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[31/104] Compiling SwiftExtras openURL.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[32/104] Compiling SwiftExtras Int+.swift
[33/104] Compiling SwiftExtras Locale+Utilities.swift
[34/104] Compiling SwiftExtras LocalizedStringKey+.swift
[35/104] Compiling SwiftExtras LocalizedStringKey+Identifiable.swift
[36/104] Compiling SwiftExtras Logger+.swift
[37/104] Compiling SwiftExtras NotificationName+.swift
[38/104] Compiling SwiftExtras ProcessInfo+Utilities.swift
[39/104] Compiling SwiftExtras Sequence+.swift
[40/104] Compiling SwiftExtras String+ANSIColors.swift
[41/104] Compiling SwiftExtras View+detachedTask.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+detachedTask.swift:33:23: warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
31 |         self.task {
32 |             Task.detached(priority: .userInitiated) {
33 |                 await task()
   |                       |- warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
   |                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             }
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
[42/104] Compiling SwiftExtras View+getRootViewController.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+detachedTask.swift:33:23: warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
31 |         self.task {
32 |             Task.detached(priority: .userInitiated) {
33 |                 await task()
   |                       |- warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
   |                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             }
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
[43/104] Compiling SwiftExtras View+horizontallyCentered.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+detachedTask.swift:33:23: warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
31 |         self.task {
32 |             Task.detached(priority: .userInitiated) {
33 |                 await task()
   |                       |- warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
   |                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             }
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
[44/104] Compiling SwiftExtras View+modifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+detachedTask.swift:33:23: warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
31 |         self.task {
32 |             Task.detached(priority: .userInitiated) {
33 |                 await task()
   |                       |- warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
   |                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             }
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
[45/104] Compiling SwiftExtras View+onLandscape.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+detachedTask.swift:33:23: warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
31 |         self.task {
32 |             Task.detached(priority: .userInitiated) {
33 |                 await task()
   |                       |- warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
   |                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             }
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
[46/104] Compiling SwiftExtras View+readOffsetX.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+detachedTask.swift:33:23: warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
31 |         self.task {
32 |             Task.detached(priority: .userInitiated) {
33 |                 await task()
   |                       |- warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
   |                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             }
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
[47/104] Compiling SwiftExtras View+render.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+detachedTask.swift:33:23: warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
31 |         self.task {
32 |             Task.detached(priority: .userInitiated) {
33 |                 await task()
   |                       |- warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
   |                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             }
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
[48/104] Compiling SwiftExtras View+sizeSaver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+detachedTask.swift:33:23: warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
31 |         self.task {
32 |             Task.detached(priority: .userInitiated) {
33 |                 await task()
   |                       |- warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
   |                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             }
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
[49/104] Compiling SwiftExtras kMeansCluster.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+detachedTask.swift:33:23: warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
31 |         self.task {
32 |             Task.detached(priority: .userInitiated) {
33 |                 await task()
   |                       |- warning: capture of 'task' with non-sendable type '() async -> Void' in an isolated closure; this is an error in the Swift 6 language mode
   |                       `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
34 |             }
35 |         }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
[50/104] Compiling SwiftExtras BorderedToggleStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:40: warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
26 | /// }
27 | /// ```
28 | public struct AsyncView<Content: View, Result>: View {
   |                                        `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
29 |     /// Task to execute
30 |     let task: () async -> Result
   :
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                                        `- warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
72 |                     }
73 |                 }
[51/104] Compiling SwiftExtras GrayButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:40: warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
26 | /// }
27 | /// ```
28 | public struct AsyncView<Content: View, Result>: View {
   |                                        `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
29 |     /// Task to execute
30 |     let task: () async -> Result
   :
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                                        `- warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
72 |                     }
73 |                 }
[52/104] Compiling SwiftExtras ListButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:40: warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
26 | /// }
27 | /// ```
28 | public struct AsyncView<Content: View, Result>: View {
   |                                        `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
29 |     /// Task to execute
30 |     let task: () async -> Result
   :
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                                        `- warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
72 |                     }
73 |                 }
[53/104] Compiling SwiftExtras PlainBorderedToggleStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:40: warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
26 | /// }
27 | /// ```
28 | public struct AsyncView<Content: View, Result>: View {
   |                                        `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
29 |     /// Task to execute
30 |     let task: () async -> Result
   :
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                                        `- warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
72 |                     }
73 |                 }
[54/104] Compiling SwiftExtras ToggleButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:40: warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
26 | /// }
27 | /// ```
28 | public struct AsyncView<Content: View, Result>: View {
   |                                        `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
29 |     /// Task to execute
30 |     let task: () async -> Result
   :
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                                        `- warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
72 |                     }
73 |                 }
[55/104] Compiling SwiftExtras SwiftExtras.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:40: warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
26 | /// }
27 | /// ```
28 | public struct AsyncView<Content: View, Result>: View {
   |                                        `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
29 |     /// Task to execute
30 |     let task: () async -> Result
   :
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                                        `- warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
72 |                     }
73 |                 }
[56/104] Compiling SwiftExtras AsyncView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:40: warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
26 | /// }
27 | /// ```
28 | public struct AsyncView<Content: View, Result>: View {
   |                                        `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
29 |     /// Task to execute
30 |     let task: () async -> Result
   :
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                                        `- warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
72 |                     }
73 |                 }
[57/104] Compiling SwiftExtras CardView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:40: warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
26 | /// }
27 | /// ```
28 | public struct AsyncView<Content: View, Result>: View {
   |                                        `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
29 |     /// Task to execute
30 |     let task: () async -> Result
   :
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                                        `- warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
72 |                     }
73 |                 }
[58/104] Compiling SwiftExtras DisclosureSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:40: warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
26 | /// }
27 | /// ```
28 | public struct AsyncView<Content: View, Result>: View {
   |                                        `- note: consider making generic parameter 'Result' conform to the 'Sendable' protocol
29 |     /// Task to execute
30 |     let task: () async -> Result
   :
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                                        `- warning: non-sendable result type 'Result' cannot be sent from nonisolated context in call to async function; this is an error in the Swift 6 language mode
72 |                     }
73 |                 }
[59/104] Compiling SwiftExtras Color+components.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
[60/104] Compiling SwiftExtras Color+default.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
[61/104] Compiling SwiftExtras Color+init.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
[62/104] Compiling SwiftExtras Color+random.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
[63/104] Compiling SwiftExtras Data+Compression.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
[64/104] Compiling SwiftExtras Date+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
[65/104] Compiling SwiftExtras Date+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
[66/104] Compiling SwiftExtras Date+getFormattedDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
[67/104] Compiling SwiftExtras Image+Platform.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
[68/104] Emitting module SwiftExtras
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+.swift:99:23: warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
 97 |
 98 |     /// First day of the week
 99 |     public static var firstDayOfWeek = Calendar.current.firstWeekday
    |                       |- warning: static property 'firstDayOfWeek' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
    |                       |- note: convert 'firstDayOfWeek' to a 'let' constant to make 'Sendable' shared state immutable
    |                       |- note: add '@MainActor' to make static property 'firstDayOfWeek' part of global actor 'MainActor'
    |                       `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
100 |
101 |     /// Array of capitalized first letters of the weekdays
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:40:16: warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
38 |
39 | struct ViewOffsetXKey: PreferenceKey {
40 |     static var defaultValue: CGFloat = 0
   |                |- warning: static property 'defaultValue' is not concurrency-safe because it is nonisolated global shared mutable state; this is an error in the Swift 6 language mode
   |                |- note: convert 'defaultValue' to a 'let' constant to make 'Sendable' shared state immutable
   |                |- note: add '@MainActor' to make static property 'defaultValue' part of global actor 'MainActor'
   |                `- note: disable concurrency-safety checks if accesses are protected by an external synchronization mechanism
41 |
42 |     static func reduce(value: inout CGFloat, nextValue: () -> CGFloat) {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[69/104] Compiling SwiftExtras SensoryFeedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:36:20: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
34 |     func onChange(_ handler: @escaping (Value) -> Void) -> Binding<Value> {
35 |         Binding(
36 |             get: { self.wrappedValue },
   |                    `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:38:17: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
36 |             get: { self.wrappedValue },
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
39 |                 handler(newValue)
40 |             })
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:39:17: warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
39 |                 handler(newValue)
   |                 |- warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
40 |             })
41 |     }
[70/104] Compiling SwiftExtras AppInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:36:20: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
34 |     func onChange(_ handler: @escaping (Value) -> Void) -> Binding<Value> {
35 |         Binding(
36 |             get: { self.wrappedValue },
   |                    `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:38:17: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
36 |             get: { self.wrappedValue },
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
39 |                 handler(newValue)
40 |             })
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:39:17: warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
39 |                 handler(newValue)
   |                 |- warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
40 |             })
41 |     }
[71/104] Compiling SwiftExtras Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:36:20: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
34 |     func onChange(_ handler: @escaping (Value) -> Void) -> Binding<Value> {
35 |         Binding(
36 |             get: { self.wrappedValue },
   |                    `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:38:17: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
36 |             get: { self.wrappedValue },
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
39 |                 handler(newValue)
40 |             })
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:39:17: warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
39 |                 handler(newValue)
   |                 |- warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
40 |             })
41 |     }
[72/104] Compiling SwiftExtras Binding+onChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:36:20: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
34 |     func onChange(_ handler: @escaping (Value) -> Void) -> Binding<Value> {
35 |         Binding(
36 |             get: { self.wrappedValue },
   |                    `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:38:17: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
36 |             get: { self.wrappedValue },
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
39 |                 handler(newValue)
40 |             })
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:39:17: warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
39 |                 handler(newValue)
   |                 |- warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
40 |             })
41 |     }
[73/104] Compiling SwiftExtras CGFloat+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:36:20: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
34 |     func onChange(_ handler: @escaping (Value) -> Void) -> Binding<Value> {
35 |         Binding(
36 |             get: { self.wrappedValue },
   |                    `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:38:17: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
36 |             get: { self.wrappedValue },
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
39 |                 handler(newValue)
40 |             })
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:39:17: warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
39 |                 handler(newValue)
   |                 |- warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
40 |             })
41 |     }
[74/104] Compiling SwiftExtras Collection+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:36:20: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
34 |     func onChange(_ handler: @escaping (Value) -> Void) -> Binding<Value> {
35 |         Binding(
36 |             get: { self.wrappedValue },
   |                    `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:38:17: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
36 |             get: { self.wrappedValue },
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
39 |                 handler(newValue)
40 |             })
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:39:17: warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
39 |                 handler(newValue)
   |                 |- warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
40 |             })
41 |     }
[75/104] Compiling SwiftExtras Collection+safeIndex.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:36:20: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
34 |     func onChange(_ handler: @escaping (Value) -> Void) -> Binding<Value> {
35 |         Binding(
36 |             get: { self.wrappedValue },
   |                    `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:38:17: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
36 |             get: { self.wrappedValue },
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
39 |                 handler(newValue)
40 |             })
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:39:17: warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
39 |                 handler(newValue)
   |                 |- warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
40 |             })
41 |     }
[76/104] Compiling SwiftExtras Color+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:36:20: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
34 |     func onChange(_ handler: @escaping (Value) -> Void) -> Binding<Value> {
35 |         Binding(
36 |             get: { self.wrappedValue },
   |                    `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:38:17: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
36 |             get: { self.wrappedValue },
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
39 |                 handler(newValue)
40 |             })
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:39:17: warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
39 |                 handler(newValue)
   |                 |- warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
40 |             })
41 |     }
[77/104] Compiling SwiftExtras Color+colorBlind.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:36:20: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
34 |     func onChange(_ handler: @escaping (Value) -> Void) -> Binding<Value> {
35 |         Binding(
36 |             get: { self.wrappedValue },
   |                    `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:38:17: warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
36 |             get: { self.wrappedValue },
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
   |                 `- warning: capture of 'self' with non-sendable type 'Binding<Value>' in a '@Sendable' closure
39 |                 handler(newValue)
40 |             })
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Binding+onChange.swift:39:17: warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
37 |             set: { newValue in
38 |                 self.wrappedValue = newValue
39 |                 handler(newValue)
   |                 |- warning: capture of 'handler' with non-sendable type '(Value) -> Void' in a '@Sendable' closure
   |                 `- note: a function type must be marked '@Sendable' to conform to 'Sendable'
40 |             })
41 |     }
[78/104] Compiling SwiftExtras String+url.swift
[79/104] Compiling SwiftExtras StringProtocol+.swift
[80/104] Compiling SwiftExtras Text+Gradient.swift
[81/104] Compiling SwiftExtras TimeInterval+.swift
[82/104] Compiling SwiftExtras UIDevice+Utilities.swift
[83/104] Compiling SwiftExtras UserDefaults+subscript.swift
[84/104] Compiling SwiftExtras View+Error.swift
[85/104] Compiling SwiftExtras View+Frame.swift
[86/104] Compiling SwiftExtras View+Log.swift
[87/104] Compiling SwiftExtras RegularExpressionOperator.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:26:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
26 |         set: { lhs.wrappedValue = $0 }
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
27 |     )
28 | }
[88/104] Compiling SwiftExtras optionalBinding.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:26:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
26 |         set: { lhs.wrappedValue = $0 }
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
27 |     )
28 | }
[89/104] Compiling SwiftExtras MailView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:26:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
26 |         set: { lhs.wrappedValue = $0 }
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
27 |     )
28 | }
[90/104] Compiling SwiftExtras SFSafari.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:26:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
26 |         set: { lhs.wrappedValue = $0 }
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
27 |     )
28 | }
[91/104] Compiling SwiftExtras WebView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:26:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
26 |         set: { lhs.wrappedValue = $0 }
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
27 |     )
28 | }
[92/104] Compiling SwiftExtras SEAcknowledgement.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:26:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
26 |         set: { lhs.wrappedValue = $0 }
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
27 |     )
28 | }
[93/104] Compiling SwiftExtras SEChangeLogEntry.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:26:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
26 |         set: { lhs.wrappedValue = $0 }
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
27 |     )
28 | }
[94/104] Compiling SwiftExtras SocialIcons.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:26:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
26 |         set: { lhs.wrappedValue = $0 }
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
27 |     )
28 | }
[95/104] Compiling SwiftExtras BlueButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: capture of 'rhs' with non-sendable type 'T' in a '@Sendable' closure
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:25:36: warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
   |                                    `- warning: implicit capture of 'rhs' requires that 'T' conforms to 'Sendable'; this is an error in the Swift 6 language mode
26 |         set: { lhs.wrappedValue = $0 }
27 |     )
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Operators/optionalBinding.swift:26:16: warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
21 | /// - Parameter rhs: Value if the optional binding value is nil
22 | /// - Returns: Binding
23 | public func ?? <T>(lhs: Binding<T?>, rhs: T) -> Binding<T> {
   |                 `- note: consider making generic parameter 'T' conform to the 'Sendable' protocol
24 |     Binding(
25 |         get: { lhs.wrappedValue ?? rhs },
26 |         set: { lhs.wrappedValue = $0 }
   |                `- warning: capture of 'lhs' with non-sendable type 'Binding<T?>' in a '@Sendable' closure
27 |     )
28 | }
[96/104] Compiling SwiftExtras HorizontalStepper.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:293:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
291 |                         if let extractor {
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
    |                                                           |- warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: sending main actor-isolated 'extractor' to nonisolated instance method 'export()' risks causing data races between nonisolated and main actor-isolated uses
294 |                             isLoading = false
295 |                         }
[97/104] Compiling SwiftExtras LimitedTextField.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:293:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
291 |                         if let extractor {
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
    |                                                           |- warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: sending main actor-isolated 'extractor' to nonisolated instance method 'export()' risks causing data races between nonisolated and main actor-isolated uses
294 |                             isLoading = false
295 |                         }
[98/104] Compiling SwiftExtras MonthYearPickerView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:293:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
291 |                         if let extractor {
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
    |                                                           |- warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: sending main actor-isolated 'extractor' to nonisolated instance method 'export()' risks causing data races between nonisolated and main actor-isolated uses
294 |                             isLoading = false
295 |                         }
[99/104] Compiling SwiftExtras MultiSelectPickerView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:293:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
291 |                         if let extractor {
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
    |                                                           |- warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: sending main actor-isolated 'extractor' to nonisolated instance method 'export()' risks causing data races between nonisolated and main actor-isolated uses
294 |                             isLoading = false
295 |                         }
[100/104] Compiling SwiftExtras MultiSelectView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:293:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
291 |                         if let extractor {
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
    |                                                           |- warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: sending main actor-isolated 'extractor' to nonisolated instance method 'export()' risks causing data races between nonisolated and main actor-isolated uses
294 |                             isLoading = false
295 |                         }
[101/104] Compiling SwiftExtras SEAcknowledgementView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:293:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
291 |                         if let extractor {
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
    |                                                           |- warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: sending main actor-isolated 'extractor' to nonisolated instance method 'export()' risks causing data races between nonisolated and main actor-isolated uses
294 |                             isLoading = false
295 |                         }
[102/104] Compiling SwiftExtras SEChangeLogView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:293:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
291 |                         if let extractor {
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
    |                                                           |- warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: sending main actor-isolated 'extractor' to nonisolated instance method 'export()' risks causing data races between nonisolated and main actor-isolated uses
294 |                             isLoading = false
295 |                         }
[103/104] Compiling SwiftExtras SESettingsView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:293:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
291 |                         if let extractor {
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
    |                                                           |- warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: sending main actor-isolated 'extractor' to nonisolated instance method 'export()' risks causing data races between nonisolated and main actor-isolated uses
294 |                             isLoading = false
295 |                         }
[104/104] Compiling SwiftExtras resource_bundle_accessor.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:293:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
291 |                         if let extractor {
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
    |                                                           |- warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
    |                                                           `- note: sending main actor-isolated 'extractor' to nonisolated instance method 'export()' risks causing data races between nonisolated and main actor-isolated uses
294 |                             isLoading = false
295 |                         }
Build complete! (15.41s)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "oslogviewer",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xWDG/OSLogViewer.git"
    }
  ],
  "manifest_display_name" : "SwiftExtras",
  "name" : "SwiftExtras",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftExtras",
      "targets" : [
        "SwiftExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtrasTests",
      "path" : "Tests/SwiftExtrasTests",
      "sources" : [
        "SwiftExtrasTests.swift"
      ],
      "target_dependencies" : [
        "SwiftExtras"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftExtras",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtras",
      "path" : "Sources/SwiftExtras",
      "product_dependencies" : [
        "OSLogViewer"
      ],
      "product_memberships" : [
        "SwiftExtras"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/SensoryFeedback.swift",
        "Enums/AppInfo.swift",
        "Enums/Device.swift",
        "Extensions/Binding+onChange.swift",
        "Extensions/CGFloat+.swift",
        "Extensions/Collection+.swift",
        "Extensions/Collection+safeIndex.swift",
        "Extensions/Color+Identifiable.swift",
        "Extensions/Color+colorBlind.swift",
        "Extensions/Color+components.swift",
        "Extensions/Color+default.swift",
        "Extensions/Color+init.swift",
        "Extensions/Color+random.swift",
        "Extensions/Data+Compression.swift",
        "Extensions/Date+.swift",
        "Extensions/Date+Identifiable.swift",
        "Extensions/Date+getFormattedDate.swift",
        "Extensions/Image+Platform.swift",
        "Extensions/Int+.swift",
        "Extensions/Locale+Utilities.swift",
        "Extensions/LocalizedStringKey+.swift",
        "Extensions/LocalizedStringKey+Identifiable.swift",
        "Extensions/Logger+.swift",
        "Extensions/NotificationName+.swift",
        "Extensions/ProcessInfo+Utilities.swift",
        "Extensions/Sequence+.swift",
        "Extensions/String/String+ANSIColors.swift",
        "Extensions/String/String+Base64.swift",
        "Extensions/String/String+IdentifiableString.swift",
        "Extensions/String/String+clean.swift",
        "Extensions/String/String+contains.swift",
        "Extensions/String/String+error.swift",
        "Extensions/String/String+hashed.swift",
        "Extensions/String/String+slugified.swift",
        "Extensions/String/String+subscript.swift",
        "Extensions/String/String+trimmed.swift",
        "Extensions/String/String+url.swift",
        "Extensions/StringProtocol+.swift",
        "Extensions/Text+Gradient.swift",
        "Extensions/TimeInterval+.swift",
        "Extensions/UIDevice+Utilities.swift",
        "Extensions/UserDefaults+subscript.swift",
        "Extensions/View/View+Error.swift",
        "Extensions/View/View+Frame.swift",
        "Extensions/View/View+Log.swift",
        "Extensions/View/View+detachedTask.swift",
        "Extensions/View/View+getRootViewController.swift",
        "Extensions/View/View+horizontallyCentered.swift",
        "Extensions/View/View+modifier.swift",
        "Extensions/View/View+onLandscape.swift",
        "Extensions/View/View+readOffsetX.swift",
        "Extensions/View/View+render.swift",
        "Extensions/View/View+sizeSaver.swift",
        "Functions/kMeansCluster.swift",
        "Layout/WStack.swift",
        "Modifiers/Button+longPress.swift",
        "Modifiers/KeyboardDismissModifier.swift",
        "Modifiers/PulsatingEffect.swift",
        "Modifiers/ShakeEffect.swift",
        "MultiPlatform/NSPasteboard+string.swift",
        "MultiPlatform/PlatformTypes.swift",
        "MultiPlatform/PlatformViewRepresentable.swift",
        "MultiPlatform/openURL.swift",
        "Operators/RegularExpressionOperator.swift",
        "Operators/optionalBinding.swift",
        "Representables/MailView.swift",
        "Representables/SFSafari.swift",
        "Representables/WebView.swift",
        "Structs/SEAcknowledgement.swift",
        "Structs/SEChangeLogEntry.swift",
        "Structs/SocialIcons.swift",
        "Styles/BlueButtonStyle.swift",
        "Styles/BorderedToggleStyle.swift",
        "Styles/GrayButtonStyle.swift",
        "Styles/ListButtonStyle.swift",
        "Styles/PlainBorderedToggleStyle.swift",
        "Styles/ToggleButtonStyle.swift",
        "SwiftExtras.swift",
        "SwiftUI/AsyncView.swift",
        "SwiftUI/CardView.swift",
        "SwiftUI/DisclosureSection.swift",
        "SwiftUI/HorizontalStepper.swift",
        "SwiftUI/LimitedTextField.swift",
        "SwiftUI/MonthYearPickerView.swift",
        "SwiftUI/MultiSelectPickerView.swift",
        "SwiftUI/MultiSelectView.swift",
        "SwiftUI/SEAcknowledgementView.swift",
        "SwiftUI/SEChangeLogView.swift",
        "SwiftUI/SESettingsView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
✅  Doc result (pending) reported
========================================
GenerateDocs
========================================
Generating docs at path:  $PWD/.docs/0xwdg/swiftextras/main
Repository:               0xWDG/SwiftExtras
Swift version used:       6.1
Target:                   SwiftExtras
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 'SwiftExtras'...
Finished extracting symbol information for 'SwiftExtras'. (7.49s)
Building documentation for 'SwiftExtras'...
warning: External name 'if' used to document parameter
  --> Sources/SwiftExtras/Extensions/Text+Gradient.swift:24:13-24:15
22 |     ///   - startPoint: Startpoint
23 |     ///   - endPoint: End point
24 +     ///   - if: If condition has met
   |             ╰─suggestion: Replace 'if' with 'condition'
25 |     /// - Returns: self
26 |     @ViewBuilder
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:9-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'size' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:18:46-18:46
16 |     /// Set a frame size (HxB)
17 |     ///
18 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'size' parameter
19 |     /// - Returns: self
20 |     public func frame(size: CGFloat) -> some View {
warning: Parameter 'platformView' not found in instance method declaration
  --> Sources/SwiftExtras/MultiPlatform/PlatformViewRepresentable.swift:79:11-79:54
77 |     ///
78 |     /// - Parameters:
79 +     ///   - platformView: The platform view instance.
   |           ╰─suggestion: Remove 'platformView' parameter documentation
80 |     ///   - context: SwiftUI context.
81 |     ///
warning: Parameter 'nsView' is missing documentation
  --> Sources/SwiftExtras/MultiPlatform/PlatformViewRepresentable.swift:81:9-81:9
79 |     ///   - platformView: The platform view instance.
80 |     ///   - context: SwiftUI context.
   |           ╰─suggestion: Document 'nsView' parameter
81 +     ///
82 |     /// This is equivalent to `updateUIView` on UIKit platforms and `updateNSView` on AppKit platforms.
83 |     func updateNSView(_ nsView: NSViewType, context: Context) {
warning: Parameter 'string' not found in operator declaration
  --> Sources/SwiftExtras/Operators/RegularExpressionOperator.swift:36:7-36:37
34 | /// Regular expression infix operator (inverse matching)
35 | /// - Parameters:
36 + ///   - string: String to be checked
   |       ╰─suggestion: Remove 'string' parameter documentation
37 | ///   - regex: against regular expression
38 | /// - Returns: true if not found, otherwise false
warning: Parameter 'regex' not found in operator declaration
  --> Sources/SwiftExtras/Operators/RegularExpressionOperator.swift:37:7-37:42
35 | /// - Parameters:
36 | ///   - string: String to be checked
37 + ///   - regex: against regular expression
   |       ╰─suggestion: Remove 'regex' parameter documentation
38 | /// - Returns: true if not found, otherwise false
39 | public func !~ (source: String, pattern: String) -> Bool {
warning: Parameter 'pattern' is missing documentation
  --> Sources/SwiftExtras/Operators/RegularExpressionOperator.swift:37:42-37:42
35 | /// - Parameters:
36 | ///   - string: String to be checked
37 + ///   - regex: against regular expression
   |                                          ╰─suggestion: Document 'pattern' parameter
38 | /// - Returns: true if not found, otherwise false
39 | public func !~ (source: String, pattern: String) -> Bool {
warning: Parameter 'source' is missing documentation
  --> Sources/SwiftExtras/Operators/RegularExpressionOperator.swift:37:42-37:42
35 | /// - Parameters:
36 | ///   - string: String to be checked
37 + ///   - regex: against regular expression
   |                                          ╰─suggestion: Document 'source' parameter
38 | /// - Returns: true if not found, otherwise false
39 | public func !~ (source: String, pattern: String) -> Bool {
warning: Parameter 'changeLog' not found in initializer declaration
  --> Sources/SwiftExtras/SwiftUI/SEAcknowledgementView.swift:77:11-77:58
75 |     ///
76 |     /// - Parameters:
77 +     ///   - changeLog: The change log entries to display.
   |           ╰─suggestion: Remove 'changeLog' parameter documentation
78 |     public init(entries: [SEAcknowledgement]) {
79 |         self.entries = Set(entries)
warning: Parameter 'entries' is missing documentation
  --> Sources/SwiftExtras/SwiftUI/SEAcknowledgementView.swift:77:58-77:58
75 |     ///
76 |     /// - Parameters:
77 +     ///   - changeLog: The change log entries to display.
   |                                                          ╰─suggestion: Document 'entries' parameter
78 |     public init(entries: [SEAcknowledgement]) {
79 |         self.entries = Set(entries)
warning: Parameter 'content' not found in initializer declaration
  --> Sources/SwiftExtras/SwiftUI/SESettingsView.swift:91:13-91:20
89 |     ///   - changeLog: Changelog
90 |     ///   - acknowledgements: Acknowledgements to mention
91 +     ///   - content: Additional content
   |             ├─suggestion: Replace 'content' with 'topContent'
   |             ╰─suggestion: Replace 'content' with 'bottomContent'
92 |     public init(
93 |         createdBy: String? = nil,
warning: Parameter 'topContent' is missing documentation
  --> Sources/SwiftExtras/SwiftUI/SESettingsView.swift:91:40-91:40
89 |     ///   - changeLog: Changelog
90 |     ///   - acknowledgements: Acknowledgements to mention
91 +     ///   - content: Additional content
   |                                        ╰─suggestion: Document 'topContent' parameter
92 |     public init(
93 |         createdBy: String? = nil,
warning: Parameter 'bottomContent' is missing documentation
  --> Sources/SwiftExtras/SwiftUI/SESettingsView.swift:91:40-91:40
89 |     ///   - changeLog: Changelog
90 |     ///   - acknowledgements: Acknowledgements to mention
91 +     ///   - content: Additional content
   |                                        ╰─suggestion: Document 'bottomContent' parameter
92 |     public init(
93 |         createdBy: String? = nil,
Finished building documentation for 'SwiftExtras' (7.10s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/0xwdg/swiftextras/main
Updating https://github.com/0xWDG/OSLogViewer.git
Updated https://github.com/0xWDG/OSLogViewer.git (0.42s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.58s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.4 (3.04s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.80s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.46s)
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.4
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
[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 SemanticVersion.swift
[17/57] Compiling SymbolKit AccessControl.swift
[18/57] Compiling SymbolKit Availability.swift
[19/57] Compiling SymbolKit AvailabilityItem.swift
[20/57] Compiling SymbolKit Domain.swift
[21/57] Compiling SymbolKit DeclarationFragments.swift
[22/57] Compiling SymbolKit Fragment.swift
[23/57] Compiling SymbolKit FragmentKind.swift
[24/57] Compiling SymbolKit FunctionParameter.swift
[25/57] Compiling SymbolKit FunctionSignature.swift
[26/57] Compiling SymbolKit Symbol.swift
[27/57] Compiling SymbolKit SymbolKind.swift
[28/57] Compiling SymbolKit SymbolGraph.swift
[29/57] Compiling SymbolKit GraphCollector.swift
[30/57] Emitting module Snippets
[31/57] Compiling Snippets Snippet.swift
[32/57] Compiling Snippets SnippetParser.swift
[33/57] Compiling SymbolKit Mixin+Equals.swift
[34/57] Compiling SymbolKit Mixin+Hash.swift
[35/57] Compiling SymbolKit Mixin.swift
[36/57] Compiling SymbolKit LineList.swift
[37/57] Compiling SymbolKit Position.swift
[38/57] Compiling SymbolKit Names.swift
[39/57] Compiling SymbolKit SPI.swift
[40/57] Compiling SymbolKit Snippet.swift
[41/57] Compiling SymbolKit Extension.swift
[42/57] Compiling SymbolKit SourceRange.swift
[43/57] Compiling SymbolKit Metadata.swift
[44/57] Compiling SymbolKit Module.swift
[45/57] Compiling SymbolKit OperatingSystem.swift
[46/57] Compiling SymbolKit Platform.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] Emitting module snippet_extract
[57/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Compiling snippet_extract SymbolGraph+Snippet.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.17s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/6] Compiling OSLogViewer OSLogViewer.Colors.swift
[3/6] Compiling OSLogViewer OSLogExtractor.swift
[4/6] Compiling OSLogViewer OSLogViewer.swift
[5/6] Emitting module OSLogViewer
[6/6] Compiling OSLogViewer resource_bundle_accessor.swift
[7/88] Compiling SwiftExtras Int+.swift
[8/88] Compiling SwiftExtras Locale+Utilities.swift
[9/88] Compiling SwiftExtras LocalizedStringKey+.swift
[10/88] Compiling SwiftExtras LocalizedStringKey+Identifiable.swift
[11/88] Compiling SwiftExtras Logger+.swift
[12/88] Compiling SwiftExtras NotificationName+.swift
[13/88] Compiling SwiftExtras ProcessInfo+Utilities.swift
[14/88] Compiling SwiftExtras Sequence+.swift
[15/88] Compiling SwiftExtras String+ANSIColors.swift
[16/97] Compiling SwiftExtras String+Base64.swift
[17/97] Compiling SwiftExtras String+IdentifiableString.swift
[18/97] Compiling SwiftExtras String+clean.swift
[19/97] Compiling SwiftExtras String+contains.swift
[20/97] Compiling SwiftExtras String+error.swift
[21/97] Compiling SwiftExtras String+hashed.swift
[22/97] Compiling SwiftExtras String+slugified.swift
[23/97] Compiling SwiftExtras String+subscript.swift
[24/97] Compiling SwiftExtras String+trimmed.swift
[25/97] Compiling SwiftExtras View+detachedTask.swift
[26/97] Compiling SwiftExtras View+getRootViewController.swift
[27/97] Compiling SwiftExtras View+horizontallyCentered.swift
[28/97] Compiling SwiftExtras View+modifier.swift
[29/97] Compiling SwiftExtras View+onLandscape.swift
[30/97] Compiling SwiftExtras View+readOffsetX.swift
[31/97] Compiling SwiftExtras View+render.swift
[32/97] Compiling SwiftExtras View+sizeSaver.swift
[33/97] Compiling SwiftExtras kMeansCluster.swift
[34/97] Emitting module SwiftExtras
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[35/97] Compiling SwiftExtras RegularExpressionOperator.swift
[36/97] Compiling SwiftExtras optionalBinding.swift
[37/97] Compiling SwiftExtras MailView.swift
[38/97] Compiling SwiftExtras SFSafari.swift
[39/97] Compiling SwiftExtras WebView.swift
[40/97] Compiling SwiftExtras SEAcknowledgement.swift
[41/97] Compiling SwiftExtras SEChangeLogEntry.swift
[42/97] Compiling SwiftExtras SocialIcons.swift
[43/97] Compiling SwiftExtras BlueButtonStyle.swift
[44/97] Compiling SwiftExtras WStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[45/97] Compiling SwiftExtras Button+longPress.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[46/97] Compiling SwiftExtras KeyboardDismissModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[47/97] Compiling SwiftExtras PulsatingEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[48/97] Compiling SwiftExtras ShakeEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[49/97] Compiling SwiftExtras NSPasteboard+string.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[50/97] Compiling SwiftExtras PlatformTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[51/97] Compiling SwiftExtras PlatformViewRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[52/97] Compiling SwiftExtras openURL.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[53/97] Compiling SwiftExtras SensoryFeedback.swift
[54/97] Compiling SwiftExtras AppInfo.swift
[55/97] Compiling SwiftExtras Device.swift
[56/97] Compiling SwiftExtras Binding+onChange.swift
[57/97] Compiling SwiftExtras CGFloat+.swift
[58/97] Compiling SwiftExtras Collection+.swift
[59/97] Compiling SwiftExtras Collection+safeIndex.swift
[60/97] Compiling SwiftExtras Color+Identifiable.swift
[61/97] Compiling SwiftExtras Color+colorBlind.swift
[62/97] Compiling SwiftExtras Color+components.swift
[63/97] Compiling SwiftExtras Color+default.swift
[64/97] Compiling SwiftExtras Color+init.swift
[65/97] Compiling SwiftExtras Color+random.swift
[66/97] Compiling SwiftExtras Data+Compression.swift
[67/97] Compiling SwiftExtras Date+.swift
[68/97] Compiling SwiftExtras Date+Identifiable.swift
[69/97] Compiling SwiftExtras Date+getFormattedDate.swift
[70/97] Compiling SwiftExtras Image+Platform.swift
[71/97] Compiling SwiftExtras String+url.swift
[72/97] Compiling SwiftExtras StringProtocol+.swift
[73/97] Compiling SwiftExtras Text+Gradient.swift
[74/97] Compiling SwiftExtras TimeInterval+.swift
[75/97] Compiling SwiftExtras UIDevice+Utilities.swift
[76/97] Compiling SwiftExtras UserDefaults+subscript.swift
[77/97] Compiling SwiftExtras View+Error.swift
[78/97] Compiling SwiftExtras View+Frame.swift
[79/97] Compiling SwiftExtras View+Log.swift
[80/97] Compiling SwiftExtras BorderedToggleStyle.swift
[81/97] Compiling SwiftExtras GrayButtonStyle.swift
[82/97] Compiling SwiftExtras ListButtonStyle.swift
[83/97] Compiling SwiftExtras PlainBorderedToggleStyle.swift
[84/97] Compiling SwiftExtras ToggleButtonStyle.swift
[85/97] Compiling SwiftExtras SwiftExtras.swift
[86/97] Compiling SwiftExtras AsyncView.swift
[87/97] Compiling SwiftExtras CardView.swift
[88/97] Compiling SwiftExtras DisclosureSection.swift
[89/97] Compiling SwiftExtras HorizontalStepper.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[90/97] Compiling SwiftExtras LimitedTextField.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[91/97] Compiling SwiftExtras MonthYearPickerView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[92/97] Compiling SwiftExtras MultiSelectPickerView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[93/97] Compiling SwiftExtras MultiSelectView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[94/97] Compiling SwiftExtras SEAcknowledgementView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[95/97] Compiling SwiftExtras SEChangeLogView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[96/97] Compiling SwiftExtras SESettingsView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[97/97] Compiling SwiftExtras resource_bundle_accessor.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
Build of target: 'SwiftExtras' complete! (2.61s)
   17444
112	/Users/admin/builder/spi-builder-workspace/.docs/0xwdg/swiftextras/main
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/0xwdg/swiftextras/main
File count: 17444
Doc size:   112.0MB
Preparing doc bundle ...
Uploading prod-0xwdg-swiftextras-main-0af34f78.zip to s3://spi-docs-inbox/prod-0xwdg-swiftextras-main-0af34f78.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.