The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftExtras, reference main (f47501), with Swift 6.2 (beta) for macOS (SPM) on 8 Sep 2025 14:35:25 UTC.

Swift 6 data race errors: 0

Build Command

env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64

Build Log

========================================
RunAll
========================================
Builder version: 4.67.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SwiftExtras.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SwiftExtras
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at f475017 Improve Carousel
Cloned https://github.com/0xWDG/SwiftExtras.git
Revision (git rev-parse @):
f4750172d8a283b4a612b8d6a7791b5a5387e1ba
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SwiftExtras.git at main
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.2
Building package at path:  $PWD
https://github.com/0xWDG/SwiftExtras.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-26.0.0-Beta.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Copying Localizable.xcstrings
[0/8] Write sources
[0/8] Copying Info.plist
[0/8] Write sources
[0/8] Copying Localizable.xcstrings
[6/8] Copying Assets.xcassets
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/13] Compiling OSLogViewer OSLogViewer.Colors.swift
[10/13] Compiling OSLogViewer resource_bundle_accessor.swift
[11/13] Compiling OSLogViewer OSLogExtractor.swift
[12/13] Compiling OSLogViewer OSLogViewer.swift
[13/13] Emitting module OSLogViewer
[14/105] Compiling SwiftExtras String+HTML.swift
[15/105] Compiling SwiftExtras String+IdentifiableString.swift
[16/105] Compiling SwiftExtras String+clean.swift
[17/105] Compiling SwiftExtras String+contains.swift
[18/105] Compiling SwiftExtras String+error.swift
[19/105] Compiling SwiftExtras String+hashed.swift
[20/105] Compiling SwiftExtras String+slugified.swift
[21/105] Compiling SwiftExtras String+subscript.swift
[22/105] Compiling SwiftExtras String+trimmed.swift
[23/105] Compiling SwiftExtras String+url.swift
[24/105] Compiling SwiftExtras StringProtocol+.swift
[25/105] Compiling SwiftExtras Text+Gradient.swift
[26/105] Compiling SwiftExtras TimeInterval+.swift
[27/105] Compiling SwiftExtras UIDevice+Utilities.swift
[28/105] Compiling SwiftExtras URL+.swift
[29/105] Compiling SwiftExtras UserDefaults+subscript.swift
[30/105] Compiling SwiftExtras View+Error.swift
[31/105] Compiling SwiftExtras View+Frame.swift
[32/105] Compiling SwiftExtras View+Log.swift
[33/105] Compiling SwiftExtras View+Task.swift
[34/105] Compiling SwiftExtras Int+.swift
[35/105] Compiling SwiftExtras Locale+Utilities.swift
[36/105] Compiling SwiftExtras LocalizedStringKey+.swift
[37/105] Compiling SwiftExtras LocalizedStringKey+Identifiable.swift
[38/105] Compiling SwiftExtras Logger+.swift
[39/105] Compiling SwiftExtras NotificationName+.swift
[40/105] Compiling SwiftExtras ProcessInfo+Utilities.swift
[41/105] Compiling SwiftExtras Sequence+.swift
[42/105] Compiling SwiftExtras String+ANSIColors.swift
[43/105] Compiling SwiftExtras String+Base64.swift
[44/115] 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
[45/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
[46/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
[47/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
[48/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
[49/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
[50/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
[51/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
[52/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
[53/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
[54/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
[55/115] Compiling SwiftExtras View+colorScheme.swift
[56/115] Compiling SwiftExtras View+getRootViewController.swift
[57/115] Compiling SwiftExtras View+horizontallyCentered.swift
[58/115] Compiling SwiftExtras View+modifier.swift
[59/115] Compiling SwiftExtras View+onLandscape.swift
[60/115] Compiling SwiftExtras View+readOffsetX.swift
[61/115] Compiling SwiftExtras View+render.swift
[62/115] Compiling SwiftExtras View+sizeSaver.swift
[63/115] Compiling SwiftExtras kMeansCluster.swift
[64/115] Compiling SwiftExtras WStack.swift
[65/115] Compiling SwiftExtras ListButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[66/115] Compiling SwiftExtras PlainBorderedToggleStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[67/115] Compiling SwiftExtras ToggleButtonStyle.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[68/115] Compiling SwiftExtras SwiftExtras.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[69/115] Compiling SwiftExtras AsyncView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[70/115] Compiling SwiftExtras CardView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[71/115] Compiling SwiftExtras CarouselView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[72/115] Compiling SwiftExtras ConfettiView.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[73/115] Compiling SwiftExtras DisclosureSection.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[74/115] Compiling SwiftExtras FloatingTextField.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:71:25: warning: capture of non-sendable type 'Content.Type' in an isolated closure
69 |                 .onAppear {
70 |                     Task {
71 |                         result = await task()
   |                         `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
72 |                     }
73 |                 }
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/AsyncView.swift:64:32: warning: capture of non-sendable type 'Content.Type' in an isolated closure
62 |
63 |     /// Body of AsyncView
64 |     public var body: some View {
   |                                `- warning: capture of non-sendable type 'Content.Type' in an isolated closure
65 |         if let result = result {
66 |             content(result)
[75/115] Compiling SwiftExtras MailView.swift
[76/115] Compiling SwiftExtras SFSafari.swift
[77/115] Compiling SwiftExtras WebView.swift
[78/115] Compiling SwiftExtras HexShape.swift
[79/115] Compiling SwiftExtras SEAcknowledgement.swift
[80/115] Compiling SwiftExtras SEChangeLogEntry.swift
[81/115] Compiling SwiftExtras SocialIcons.swift
[82/115] Compiling SwiftExtras BorderedToggleStyle.swift
[83/115] Compiling SwiftExtras ColoredButtonStyle.swift
[84/115] Compiling SwiftExtras GrayButtonStyle.swift
[85/115] Compiling SwiftExtras Color+default.swift
[86/115] Compiling SwiftExtras Color+dynamicColor.swift
[87/115] Compiling SwiftExtras Color+init.swift
[88/115] Compiling SwiftExtras Color+random.swift
[89/115] Compiling SwiftExtras Data+Compression.swift
[90/115] Compiling SwiftExtras Date+.swift
[91/115] Compiling SwiftExtras Date+Identifiable.swift
[92/115] Compiling SwiftExtras Date+getFormattedDate.swift
[93/115] Compiling SwiftExtras Error+errorCode.swift
[94/115] Compiling SwiftExtras Image+Platform.swift
[95/115] Compiling SwiftExtras BackgroundRemover.swift
[96/115] Compiling SwiftExtras SensoryFeedback.swift
[97/115] Compiling SwiftExtras AppInfo.swift
[98/115] Compiling SwiftExtras Device.swift
[99/115] Compiling SwiftExtras Binding+onChange.swift
[100/115] Compiling SwiftExtras CGFloat+.swift
[101/115] Compiling SwiftExtras Collection+.swift
[102/115] Compiling SwiftExtras Collection+safeIndex.swift
[103/115] Compiling SwiftExtras Color+Identifiable.swift
[104/115] Compiling SwiftExtras Color+colorBlind.swift
[105/115] Compiling SwiftExtras Color+components.swift
[106/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
[107/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
[108/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
[109/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
[110/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
[111/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
[112/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
[113/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
[114/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
[115/115] 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
112 | #if DEBUG
113 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
114 | #Preview {
    | `- note: in expansion of macro 'Preview' here
115 |     @Previewable @State var selectedItems: [String] = []
116 |     var items = ["star", "person", "rainbow"]
    :
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
101 | #if DEBUG
102 | @available(iOS 17, macOS 14, tvOS 17, visionOS 1, watchOS 10, *)
103 | #Preview {
    | `- note: in expansion of macro 'Preview' here
104 |     @Previewable @State var selectedItems: [String] = []
105 |     var items = ["star", "person", "rainbow"]
    :
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:311:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:311:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
309 |                     Task {
310 | #if canImport(OSLogViewer) && canImport(OSLog)
311 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
312 |                             isLoading = true
313 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:251:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
249 |     }
250 |
251 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
252 |         Section {
253 |             if let changeLog {
Build complete! (19.00s)
Fetching https://github.com/0xWDG/OSLogViewer.git
[1/1585] Fetching oslogviewer
Fetched https://github.com/0xWDG/OSLogViewer.git from cache (1.05s)
Creating working copy for https://github.com/0xWDG/OSLogViewer.git
Working copy of https://github.com/0xWDG/OSLogViewer.git resolved at main (e45ebc5)
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"
}
Done.