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 1.2.5 (709301), with Swift 6.1 for macOS (SPM) on 7 Sep 2025 22:17:06 UTC.

Swift 6 data race errors: 3

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

   |                |- 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) {
[57/115] Compiling SwiftExtras View+horizontallyCentered.swift
/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) {
[58/115] Compiling SwiftExtras View+modifier.swift
/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) {
[59/115] Compiling SwiftExtras View+onLandscape.swift
/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) {
[60/115] Compiling SwiftExtras View+readOffsetX.swift
/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) {
[61/115] Compiling SwiftExtras View+render.swift
/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) {
[62/115] Compiling SwiftExtras View+sizeSaver.swift
/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) {
[63/115] Compiling SwiftExtras kMeansCluster.swift
/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) {
[64/115] Compiling SwiftExtras WStack.swift
/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) {
[65/115] 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
/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 | }
[66/115] 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
/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 | }
[67/115] 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
/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 | }
[68/115] 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
/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 | }
[69/115] 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
/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 | }
[70/115] 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
/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 | }
[71/115] 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
/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 | }
[72/115] 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
/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 | }
[73/115] Compiling SwiftExtras RegularExpressionOperator.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
/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 | }
[74/115] Compiling SwiftExtras optionalBinding.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
/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 | }
[75/115] 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 |                 }
[76/115] 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 |                 }
[77/115] 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 |                 }
[78/115] 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 |                 }
[79/115] 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 |                 }
[80/115] 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 |                 }
[81/115] Compiling SwiftExtras CarouselView.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 |                 }
[82/115] Compiling SwiftExtras ConfettiView.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 |                 }
[83/115] 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 |                 }
[84/115] Compiling SwiftExtras FloatingTextField.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 |                 }
[85/115] Compiling SwiftExtras MailView.swift
[86/115] Compiling SwiftExtras SFSafari.swift
[87/115] Compiling SwiftExtras WebView.swift
[88/115] Compiling SwiftExtras HexShape.swift
[89/115] Compiling SwiftExtras SEAcknowledgement.swift
[90/115] Compiling SwiftExtras SEChangeLogEntry.swift
[91/115] Compiling SwiftExtras SocialIcons.swift
[92/115] Compiling SwiftExtras BorderedToggleStyle.swift
[93/115] Compiling SwiftExtras ColoredButtonStyle.swift
[94/115] Compiling SwiftExtras GrayButtonStyle.swift
[95/115] Compiling SwiftExtras BackgroundRemover.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 |     }
[96/115] 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 |     }
[97/115] 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 |     }
[98/115] 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 |     }
[99/115] 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 |     }
[100/115] 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 |     }
[101/115] 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 |     }
[102/115] 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 |     }
[103/115] 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 |     }
[104/115] 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 |     }
[105/115] Compiling SwiftExtras Color+components.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 |     }
[106/115] Compiling SwiftExtras HorizontalStepper.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
[107/115] Compiling SwiftExtras IndexedList.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
[108/115] Compiling SwiftExtras LimitedTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
[109/115] Compiling SwiftExtras MonthYearPickerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
[110/115] Compiling SwiftExtras MultiSelectPickerView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
[111/115] Compiling SwiftExtras MultiSelectView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
[112/115] Compiling SwiftExtras SEAcknowledgementView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
[113/115] Compiling SwiftExtras SEChangeLogView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
[114/115] Compiling SwiftExtras SESettingsView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
[115/115] Compiling SwiftExtras resource_bundle_accessor.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/IndexedList.swift:241: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
239 | /// on the frames of the indexed letters.
240 | struct IndexKeyPreferenceKey: PreferenceKey {
241 |     static var defaultValue: [IndexKeyInfo] = []
    |                |- 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
242 |     static func reduce(value: inout [IndexKeyInfo], nextValue: () -> [IndexKeyInfo]) {
243 |         value.append(contentsOf: nextValue())
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:313:59: warning: sending 'extractor' risks causing data races; this is an error in the Swift 6 language mode
311 |                         if let extractor {
312 |                             isLoading = true
313 |                             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
314 |                             isLoading = false
315 |                         }
Build complete! (18.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/BackgroundRemover.swift",
        "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+dynamicColor.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/Error+errorCode.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+HTML.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/URL+.swift",
        "Extensions/UserDefaults+subscript.swift",
        "Extensions/View/View+Error.swift",
        "Extensions/View/View+Frame.swift",
        "Extensions/View/View+Log.swift",
        "Extensions/View/View+Task.swift",
        "Extensions/View/View+colorScheme.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",
        "Shapes/HexShape.swift",
        "Structs/SEAcknowledgement.swift",
        "Structs/SEChangeLogEntry.swift",
        "Structs/SocialIcons.swift",
        "Styles/BorderedToggleStyle.swift",
        "Styles/ColoredButtonStyle.swift",
        "Styles/GrayButtonStyle.swift",
        "Styles/ListButtonStyle.swift",
        "Styles/PlainBorderedToggleStyle.swift",
        "Styles/ToggleButtonStyle.swift",
        "SwiftExtras.swift",
        "SwiftUI/AsyncView.swift",
        "SwiftUI/CardView.swift",
        "SwiftUI/CarouselView.swift",
        "SwiftUI/ConfettiView.swift",
        "SwiftUI/DisclosureSection.swift",
        "SwiftUI/FloatingTextField.swift",
        "SwiftUI/HorizontalStepper.swift",
        "SwiftUI/IndexedList.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/1.2.5
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'. (10.43s)
Building documentation for 'SwiftExtras'...
warning: Return value documented for instance method returning void
  --> Sources/SwiftExtras/Extensions/URL+.swift:35:9-35:76
33 |     /// - Parameters:
34 |     ///   - completion: A closure that is called with the result of the request.
35 +     /// - Returns: A Boolean value indicating whether the URL is reachable.
   |         ╰─suggestion: Remove return value documentation
36 |     public func isReachable(completion: @escaping (Bool) -> Void) {
37 |         var request = URLRequest(url: self)
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 '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 '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 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:9-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |         ╰─suggestion: Remove 'closure' parameter documentation
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'maxSize' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+Frame.swift:26:46-26:46
24 |     /// Set a max frame size (HxB)
25 |     ///
26 +     /// - Parameter closure: Code need to run
   |                                              ╰─suggestion: Document 'maxSize' parameter
27 |     /// - Returns: self
28 |     public func frame(maxSize: CGFloat) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'closure' not found in instance method declaration
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:13-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |             ╰─suggestion: Remove 'closure' parameter documentation
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> some View {
warning: Parameter 'colorSheme' is missing documentation
  --> Sources/SwiftExtras/Extensions/View/View+colorScheme.swift:24:50-24:50
22 |         ///  ```
23 |         ///
24 +         /// - Parameter closure: Code need to run
   |                                                  ╰─suggestion: Document 'colorSheme' parameter
25 |         /// - Returns: self
26 |         public func colorScheme(colorSheme: ColorScheme) -> 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 '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 '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 'items' not found in initializer declaration
  --> Sources/SwiftExtras/SwiftUI/CarouselView.swift:50:9-50:74
48 |     /// This view displays a horizontal scrolling carousel of images.
49 |     ///
50 +     /// - Parameter items: An array of images to display in the carousel.
   |         ╰─suggestion: Remove 'items' parameter documentation
51 |     public init(urls: [URL]) {
52 |         self.urls = urls
warning: Parameter 'urls' is missing documentation
  --> Sources/SwiftExtras/SwiftUI/CarouselView.swift:50:74-50:74
48 |     /// This view displays a horizontal scrolling carousel of images.
49 |     ///
50 +     /// - Parameter items: An array of images to display in the carousel.
   |                                                                          ╰─suggestion: Document 'urls' parameter
51 |     public init(urls: [URL]) {
52 |         self.urls = urls
warning: Parameter 'title' is missing documentation
  --> Sources/SwiftExtras/SwiftUI/LimitedTextField.swift:27:69-27:69
25 |    /// - Parameters:
26 |    ///   - text: A binding to the `String` value representing the text input.
   |          ╰─suggestion: Document 'title' parameter
27 +    ///   - characterLimit: The maximum number of characters allowed.
28 |    public init(_ title: LocalizedStringKey, text: Binding<String>, characterLimit: Int) {
29 |       self.title = title
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' (8.83s)
Generated documentation archive at:
  /Users/admin/builder/spi-builder-workspace/.docs/0xwdg/swiftextras/1.2.5
Updating https://github.com/0xWDG/OSLogViewer.git
Updated https://github.com/0xWDG/OSLogViewer.git (0.48s)
Fetching https://github.com/swiftlang/swift-docc-plugin from cache
Fetched https://github.com/swiftlang/swift-docc-plugin from cache (0.62s)
Computing version for https://github.com/swiftlang/swift-docc-plugin
Computed https://github.com/swiftlang/swift-docc-plugin at 1.4.5 (3.12s)
Fetching https://github.com/swiftlang/swift-docc-symbolkit from cache
Fetched https://github.com/swiftlang/swift-docc-symbolkit from cache (0.83s)
Computing version for https://github.com/swiftlang/swift-docc-symbolkit
Computed https://github.com/swiftlang/swift-docc-symbolkit at 1.0.0 (1.54s)
Creating working copy for https://github.com/swiftlang/swift-docc-plugin
Working copy of https://github.com/swiftlang/swift-docc-plugin resolved at 1.4.5
Creating working copy for https://github.com/swiftlang/swift-docc-symbolkit
Working copy of https://github.com/swiftlang/swift-docc-symbolkit resolved at 1.0.0
Building for debugging...
[0/8] Write sources
[1/8] Write snippet-extract-tool-entitlement.plist
[1/8] Write sources
[4/8] Write swift-version-2F0A5646E1D333AE.txt
[6/53] Compiling Snippets SnippetParser.swift
[7/53] Emitting module SymbolKit
[8/57] Compiling Snippets Snippet.swift
[9/57] Emitting module Snippets
[10/57] Compiling SymbolKit Identifier.swift
[11/57] Compiling SymbolKit KindIdentifier.swift
[12/57] Compiling SymbolKit Location.swift
[13/57] Compiling SymbolKit Mutability.swift
[14/57] Compiling SymbolKit Relationship.swift
[15/57] Compiling SymbolKit RelationshipKind.swift
[16/57] Compiling SymbolKit SourceOrigin.swift
[17/57] Compiling SymbolKit GenericConstraints.swift
[18/57] Compiling SymbolKit Swift.swift
[19/57] Compiling SymbolKit DeclarationFragments.swift
[20/57] Compiling SymbolKit Fragment.swift
[21/57] Compiling SymbolKit FragmentKind.swift
[22/57] Compiling SymbolKit FunctionParameter.swift
[23/57] Compiling SymbolKit FunctionSignature.swift
[24/57] Compiling SymbolKit SemanticVersion.swift
[25/57] Compiling SymbolKit AccessControl.swift
[26/57] Compiling SymbolKit Availability.swift
[27/57] Compiling SymbolKit AvailabilityItem.swift
[28/57] Compiling SymbolKit Domain.swift
[29/57] Compiling SymbolKit GenericConstraint.swift
[30/57] Compiling SymbolKit GenericParameter.swift
[31/57] Compiling SymbolKit Generics.swift
[32/57] Compiling SymbolKit Namespace.swift
[33/57] Compiling SymbolKit Symbol.swift
[34/57] Compiling SymbolKit SymbolKind.swift
[35/57] Compiling SymbolKit SymbolGraph.swift
[36/57] Compiling SymbolKit GraphCollector.swift
[37/57] Compiling SymbolKit Mixin+Equals.swift
[38/57] Compiling SymbolKit Mixin+Hash.swift
[39/57] Compiling SymbolKit Mixin.swift
[40/57] Compiling SymbolKit LineList.swift
[41/57] Compiling SymbolKit Position.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 Names.swift
[48/57] Compiling SymbolKit SPI.swift
[49/57] Compiling SymbolKit Snippet.swift
[50/57] Compiling SymbolKit Extension.swift
[51/57] Compiling SymbolKit UnifiedSymbol+Encodable.swift
[52/57] Compiling SymbolKit UnifiedSymbol.swift
[53/57] Compiling SymbolKit UnifiedSymbolGraph+Encodable.swift
[54/57] Compiling SymbolKit UnifiedSymbolGraph.swift
[55/61] Compiling snippet_extract URL+Status.swift
[56/61] Compiling snippet_extract SymbolGraph+Snippet.swift
[57/61] Emitting module snippet_extract
[58/61] Compiling snippet_extract SnippetBuildCommand.swift
[58/61] Write Objects.LinkFileList
[59/61] Linking snippet-extract-tool
[60/61] Applying snippet-extract-tool
Build of product 'snippet-extract' complete! (4.39s)
Building for debugging...
[0/1] Write swift-version-2F0A5646E1D333AE.txt
[2/6] Compiling OSLogViewer resource_bundle_accessor.swift
[3/6] Compiling OSLogViewer OSLogExtractor.swift
[4/6] Compiling OSLogViewer OSLogViewer.Colors.swift
[5/6] Emitting module OSLogViewer
[6/6] Compiling OSLogViewer OSLogViewer.swift
[7/98] Compiling SwiftExtras String+HTML.swift
[8/98] Compiling SwiftExtras String+IdentifiableString.swift
[9/98] Compiling SwiftExtras String+clean.swift
[10/98] Compiling SwiftExtras String+contains.swift
[11/98] Compiling SwiftExtras String+error.swift
[12/98] Compiling SwiftExtras String+hashed.swift
[13/98] Compiling SwiftExtras String+slugified.swift
[14/98] Compiling SwiftExtras String+subscript.swift
[15/98] Compiling SwiftExtras String+trimmed.swift
[16/98] Compiling SwiftExtras String+url.swift
[17/108] Compiling SwiftExtras Int+.swift
[18/108] Compiling SwiftExtras Locale+Utilities.swift
[19/108] Compiling SwiftExtras LocalizedStringKey+.swift
[20/108] Compiling SwiftExtras LocalizedStringKey+Identifiable.swift
[21/108] Compiling SwiftExtras Logger+.swift
[22/108] Compiling SwiftExtras NotificationName+.swift
[23/108] Compiling SwiftExtras ProcessInfo+Utilities.swift
[24/108] Compiling SwiftExtras Sequence+.swift
[25/108] Compiling SwiftExtras String+ANSIColors.swift
[26/108] Compiling SwiftExtras String+Base64.swift
[27/108] Compiling SwiftExtras StringProtocol+.swift
[28/108] Compiling SwiftExtras Text+Gradient.swift
[29/108] Compiling SwiftExtras TimeInterval+.swift
[30/108] Compiling SwiftExtras UIDevice+Utilities.swift
[31/108] Compiling SwiftExtras URL+.swift
[32/108] Compiling SwiftExtras UserDefaults+subscript.swift
[33/108] Compiling SwiftExtras View+Error.swift
[34/108] Compiling SwiftExtras View+Frame.swift
[35/108] Compiling SwiftExtras View+Log.swift
[36/108] Compiling SwiftExtras View+Task.swift
[37/108] 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
[38/108] Compiling SwiftExtras BackgroundRemover.swift
[39/108] Compiling SwiftExtras SensoryFeedback.swift
[40/108] Compiling SwiftExtras AppInfo.swift
[41/108] Compiling SwiftExtras Device.swift
[42/108] Compiling SwiftExtras Binding+onChange.swift
[43/108] Compiling SwiftExtras CGFloat+.swift
[44/108] Compiling SwiftExtras Collection+.swift
[45/108] Compiling SwiftExtras Collection+safeIndex.swift
[46/108] Compiling SwiftExtras Color+Identifiable.swift
[47/108] Compiling SwiftExtras Color+colorBlind.swift
[48/108] Compiling SwiftExtras Color+components.swift
[49/108] Compiling SwiftExtras MailView.swift
[50/108] Compiling SwiftExtras SFSafari.swift
[51/108] Compiling SwiftExtras WebView.swift
[52/108] Compiling SwiftExtras HexShape.swift
[53/108] Compiling SwiftExtras SEAcknowledgement.swift
[54/108] Compiling SwiftExtras SEChangeLogEntry.swift
[55/108] Compiling SwiftExtras SocialIcons.swift
[56/108] Compiling SwiftExtras BorderedToggleStyle.swift
[57/108] Compiling SwiftExtras ColoredButtonStyle.swift
[58/108] Compiling SwiftExtras GrayButtonStyle.swift
[59/108] 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
[60/108] 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
[61/108] 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
[62/108] 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
[63/108] 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
[64/108] 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
[65/108] 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
[66/108] 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
[67/108] Compiling SwiftExtras RegularExpressionOperator.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
[68/108] Compiling SwiftExtras optionalBinding.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
[69/108] Compiling SwiftExtras Color+default.swift
[70/108] Compiling SwiftExtras Color+dynamicColor.swift
[71/108] Compiling SwiftExtras Color+init.swift
[72/108] Compiling SwiftExtras Color+random.swift
[73/108] Compiling SwiftExtras Data+Compression.swift
[74/108] Compiling SwiftExtras Date+.swift
[75/108] Compiling SwiftExtras Date+Identifiable.swift
[76/108] Compiling SwiftExtras Date+getFormattedDate.swift
[77/108] Compiling SwiftExtras Error+errorCode.swift
[78/108] Compiling SwiftExtras Image+Platform.swift
[79/108] Compiling SwiftExtras ListButtonStyle.swift
[80/108] Compiling SwiftExtras PlainBorderedToggleStyle.swift
[81/108] Compiling SwiftExtras ToggleButtonStyle.swift
[82/108] Compiling SwiftExtras SwiftExtras.swift
[83/108] Compiling SwiftExtras AsyncView.swift
[84/108] Compiling SwiftExtras CardView.swift
[85/108] Compiling SwiftExtras CarouselView.swift
[86/108] Compiling SwiftExtras ConfettiView.swift
[87/108] Compiling SwiftExtras DisclosureSection.swift
[88/108] Compiling SwiftExtras FloatingTextField.swift
[89/108] Compiling SwiftExtras View+colorScheme.swift
[90/108] Compiling SwiftExtras View+getRootViewController.swift
[91/108] Compiling SwiftExtras View+horizontallyCentered.swift
[92/108] Compiling SwiftExtras View+modifier.swift
[93/108] Compiling SwiftExtras View+onLandscape.swift
[94/108] Compiling SwiftExtras View+readOffsetX.swift
[95/108] Compiling SwiftExtras View+render.swift
[96/108] Compiling SwiftExtras View+sizeSaver.swift
[97/108] Compiling SwiftExtras kMeansCluster.swift
[98/108] Compiling SwiftExtras WStack.swift
[99/108] 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
[100/108] Compiling SwiftExtras IndexedList.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
[101/108] 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
[102/108] 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
[103/108] 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
[104/108] 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
[105/108] 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
[106/108] 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
[107/108] 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
[108/108] 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! (3.67s)
   25276
161	/Users/admin/builder/spi-builder-workspace/.docs/0xwdg/swiftextras/1.2.5
✅  Doc result (uploading) reported
========================================
SyncDocs
========================================
Doc archive source directory: $PWD/.docs/0xwdg/swiftextras/1.2.5
File count: 25276
Doc size:   161.0MB
Preparing doc bundle ...
Uploading prod-0xwdg-swiftextras-1.2.5-cb182df5.zip to s3://spi-docs-inbox/prod-0xwdg-swiftextras-1.2.5-cb182df5.zip
Copying... [10%]
Copying... [20%]
Copying... [30%]
Copying... [40%]
Copying... [50%]
Copying... [60%]
Copying... [70%]
Copying... [80%]
Copying... [90%]
Copying... [100%]
Done.