The Swift Package Index logo.Swift Package Index

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

Build Information

Successful build of SwiftExtras, reference main (cc6786), with Swift 6.2 (beta) for macOS (SPM) on 22 Jun 2025 08:30:42 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.64.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SwiftExtras.git
Reference: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SwiftExtras
 * branch            main       -> FETCH_HEAD
 * [new branch]      main       -> origin/main
HEAD is now at cc67866 Fixes for non-SwiftUI
Cloned https://github.com/0xWDG/SwiftExtras.git
Revision (git rev-parse @):
cc678665a191269d8503494f343c2bbdf856ac70
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SwiftExtras.git at main
========================================
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 Info.plist
[0/8] Copying Localizable.xcstrings
[0/8] Write sources
[0/8] Copying Localizable.xcstrings
[0/8] Write sources
[0/8] Copying Info.plist
[6/8] Copying Assets.xcassets
[7/8] Write swift-version-1EA4D86E10B52AF.txt
[9/13] Compiling OSLogViewer resource_bundle_accessor.swift
[10/13] Emitting module OSLogViewer
[11/13] Compiling OSLogViewer OSLogViewer.swift
[12/13] Compiling OSLogViewer OSLogViewer.Colors.swift
[13/13] Compiling OSLogViewer OSLogExtractor.swift
[14/95] Compiling SwiftExtras Int+.swift
[15/95] Compiling SwiftExtras Locale+Utilities.swift
[16/95] Compiling SwiftExtras LocalizedStringKey+.swift
[17/95] Compiling SwiftExtras LocalizedStringKey+Identifiable.swift
[18/95] Compiling SwiftExtras Logger+.swift
[19/95] Compiling SwiftExtras NotificationName+.swift
[20/95] Compiling SwiftExtras ProcessInfo+Utilities.swift
[21/95] Compiling SwiftExtras Sequence+.swift
[22/95] Compiling SwiftExtras String+ANSIColors.swift
[23/104] Compiling SwiftExtras String+Base64.swift
[24/104] Compiling SwiftExtras String+IdentifiableString.swift
[25/104] Compiling SwiftExtras String+clean.swift
[26/104] Compiling SwiftExtras String+contains.swift
[27/104] Compiling SwiftExtras String+error.swift
[28/104] Compiling SwiftExtras String+hashed.swift
[29/104] Compiling SwiftExtras String+slugified.swift
[30/104] Compiling SwiftExtras String+subscript.swift
[31/104] Compiling SwiftExtras String+trimmed.swift
[32/104] 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
[33/104] Compiling SwiftExtras String+url.swift
[34/104] Compiling SwiftExtras StringProtocol+.swift
[35/104] Compiling SwiftExtras Text+Gradient.swift
[36/104] Compiling SwiftExtras TimeInterval+.swift
[37/104] Compiling SwiftExtras UIDevice+Utilities.swift
[38/104] Compiling SwiftExtras UserDefaults+subscript.swift
[39/104] Compiling SwiftExtras View+Error.swift
[40/104] Compiling SwiftExtras View+Frame.swift
[41/104] Compiling SwiftExtras View+Log.swift
[42/104] Compiling SwiftExtras WStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[43/104] Compiling SwiftExtras Button+longPress.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[44/104] Compiling SwiftExtras KeyboardDismissModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[45/104] Compiling SwiftExtras PulsatingEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[46/104] Compiling SwiftExtras ShakeEffect.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[47/104] Compiling SwiftExtras NSPasteboard+string.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[48/104] Compiling SwiftExtras PlatformTypes.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[49/104] Compiling SwiftExtras PlatformViewRepresentable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[50/104] Compiling SwiftExtras openURL.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[51/104] Compiling SwiftExtras Color+components.swift
[52/104] Compiling SwiftExtras Color+default.swift
[53/104] Compiling SwiftExtras Color+init.swift
[54/104] Compiling SwiftExtras Color+random.swift
[55/104] Compiling SwiftExtras Data+Compression.swift
[56/104] Compiling SwiftExtras Date+.swift
[57/104] Compiling SwiftExtras Date+Identifiable.swift
[58/104] Compiling SwiftExtras Date+getFormattedDate.swift
[59/104] Compiling SwiftExtras Image+Platform.swift
[60/104] Compiling SwiftExtras View+detachedTask.swift
[61/104] Compiling SwiftExtras View+getRootViewController.swift
[62/104] Compiling SwiftExtras View+horizontallyCentered.swift
[63/104] Compiling SwiftExtras View+modifier.swift
[64/104] Compiling SwiftExtras View+onLandscape.swift
[65/104] Compiling SwiftExtras View+readOffsetX.swift
[66/104] Compiling SwiftExtras View+render.swift
[67/104] Compiling SwiftExtras View+sizeSaver.swift
[68/104] Compiling SwiftExtras kMeansCluster.swift
[69/104] Compiling SwiftExtras BorderedToggleStyle.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/104] Compiling SwiftExtras GrayButtonStyle.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/104] 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)
[72/104] 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)
[73/104] 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)
[74/104] 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)
[75/104] 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)
[76/104] 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)
[77/104] 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)
[78/104] Compiling SwiftExtras SensoryFeedback.swift
[79/104] Compiling SwiftExtras AppInfo.swift
[80/104] Compiling SwiftExtras Device.swift
[81/104] Compiling SwiftExtras Binding+onChange.swift
[82/104] Compiling SwiftExtras CGFloat+.swift
[83/104] Compiling SwiftExtras Collection+.swift
[84/104] Compiling SwiftExtras Collection+safeIndex.swift
[85/104] Compiling SwiftExtras Color+Identifiable.swift
[86/104] Compiling SwiftExtras Color+colorBlind.swift
[87/104] Compiling SwiftExtras RegularExpressionOperator.swift
[88/104] Compiling SwiftExtras optionalBinding.swift
[89/104] Compiling SwiftExtras MailView.swift
[90/104] Compiling SwiftExtras SFSafari.swift
[91/104] Compiling SwiftExtras WebView.swift
[92/104] Compiling SwiftExtras SEAcknowledgement.swift
[93/104] Compiling SwiftExtras SEChangeLogEntry.swift
[94/104] Compiling SwiftExtras SocialIcons.swift
[95/104] Compiling SwiftExtras BlueButtonStyle.swift
[96/104] Compiling SwiftExtras HorizontalStepper.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
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:291:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:291:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
[97/104] Compiling SwiftExtras LimitedTextField.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
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:291:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:291:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
[98/104] Compiling SwiftExtras MonthYearPickerView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
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:291:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:291:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
[99/104] Compiling SwiftExtras MultiSelectPickerView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
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:291:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:291:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
[100/104] Compiling SwiftExtras MultiSelectView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
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:291:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:291:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
[101/104] Compiling SwiftExtras SEAcknowledgementView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
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:291:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:291:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
[102/104] Compiling SwiftExtras SEChangeLogView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
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:291:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:291:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
[103/104] Compiling SwiftExtras SESettingsView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
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:291:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:291:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
[104/104] Compiling SwiftExtras resource_bundle_accessor.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
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:291:32: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:291:32: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
289 |                     Task {
290 | #if canImport(OSLogViewer) && canImport(OSLog)
291 |                         if let extractor {
    |                                `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
292 |                             isLoading = true
293 |                             OSLogString = await extractor.export()
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'TopContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/SESettingsView.swift:231:43: warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
229 |     }
230 |
231 |     var applicationInfoSection: some View {
    |                                           `- warning: capture of non-sendable type 'BottomContent.Type' in an isolated closure
232 |         Section {
233 |             if let changeLog {
Build complete! (16.20s)
Fetching https://github.com/0xWDG/OSLogViewer.git
[1/1585] Fetching oslogviewer
Fetched https://github.com/0xWDG/OSLogViewer.git from cache (0.95s)
Creating working copy for https://github.com/0xWDG/OSLogViewer.git
Working copy of https://github.com/0xWDG/OSLogViewer.git resolved at main (e45ebc5)
Build complete.
{
  "default_localization" : "en",
  "dependencies" : [
    {
      "identity" : "oslogviewer",
      "requirement" : {
        "branch" : [
          "main"
        ]
      },
      "type" : "sourceControl",
      "url" : "https://github.com/0xWDG/OSLogViewer.git"
    }
  ],
  "manifest_display_name" : "SwiftExtras",
  "name" : "SwiftExtras",
  "path" : "/Users/admin/builder/spi-builder-workspace",
  "platforms" : [
    {
      "name" : "ios",
      "version" : "16.0"
    },
    {
      "name" : "macos",
      "version" : "13.0"
    },
    {
      "name" : "tvos",
      "version" : "16.0"
    },
    {
      "name" : "watchos",
      "version" : "9.0"
    }
  ],
  "products" : [
    {
      "name" : "SwiftExtras",
      "targets" : [
        "SwiftExtras"
      ],
      "type" : {
        "library" : [
          "automatic"
        ]
      }
    }
  ],
  "targets" : [
    {
      "c99name" : "SwiftExtrasTests",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtrasTests",
      "path" : "Tests/SwiftExtrasTests",
      "sources" : [
        "SwiftExtrasTests.swift"
      ],
      "target_dependencies" : [
        "SwiftExtras"
      ],
      "type" : "test"
    },
    {
      "c99name" : "SwiftExtras",
      "module_type" : "SwiftTarget",
      "name" : "SwiftExtras",
      "path" : "Sources/SwiftExtras",
      "product_dependencies" : [
        "OSLogViewer"
      ],
      "product_memberships" : [
        "SwiftExtras"
      ],
      "resources" : [
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Assets.xcassets",
          "rule" : {
            "process" : {
            }
          }
        },
        {
          "path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Localizable.xcstrings",
          "rule" : {
            "process" : {
            }
          }
        }
      ],
      "sources" : [
        "Classes/SensoryFeedback.swift",
        "Enums/AppInfo.swift",
        "Enums/Device.swift",
        "Extensions/Binding+onChange.swift",
        "Extensions/CGFloat+.swift",
        "Extensions/Collection+.swift",
        "Extensions/Collection+safeIndex.swift",
        "Extensions/Color+Identifiable.swift",
        "Extensions/Color+colorBlind.swift",
        "Extensions/Color+components.swift",
        "Extensions/Color+default.swift",
        "Extensions/Color+init.swift",
        "Extensions/Color+random.swift",
        "Extensions/Data+Compression.swift",
        "Extensions/Date+.swift",
        "Extensions/Date+Identifiable.swift",
        "Extensions/Date+getFormattedDate.swift",
        "Extensions/Image+Platform.swift",
        "Extensions/Int+.swift",
        "Extensions/Locale+Utilities.swift",
        "Extensions/LocalizedStringKey+.swift",
        "Extensions/LocalizedStringKey+Identifiable.swift",
        "Extensions/Logger+.swift",
        "Extensions/NotificationName+.swift",
        "Extensions/ProcessInfo+Utilities.swift",
        "Extensions/Sequence+.swift",
        "Extensions/String/String+ANSIColors.swift",
        "Extensions/String/String+Base64.swift",
        "Extensions/String/String+IdentifiableString.swift",
        "Extensions/String/String+clean.swift",
        "Extensions/String/String+contains.swift",
        "Extensions/String/String+error.swift",
        "Extensions/String/String+hashed.swift",
        "Extensions/String/String+slugified.swift",
        "Extensions/String/String+subscript.swift",
        "Extensions/String/String+trimmed.swift",
        "Extensions/String/String+url.swift",
        "Extensions/StringProtocol+.swift",
        "Extensions/Text+Gradient.swift",
        "Extensions/TimeInterval+.swift",
        "Extensions/UIDevice+Utilities.swift",
        "Extensions/UserDefaults+subscript.swift",
        "Extensions/View/View+Error.swift",
        "Extensions/View/View+Frame.swift",
        "Extensions/View/View+Log.swift",
        "Extensions/View/View+detachedTask.swift",
        "Extensions/View/View+getRootViewController.swift",
        "Extensions/View/View+horizontallyCentered.swift",
        "Extensions/View/View+modifier.swift",
        "Extensions/View/View+onLandscape.swift",
        "Extensions/View/View+readOffsetX.swift",
        "Extensions/View/View+render.swift",
        "Extensions/View/View+sizeSaver.swift",
        "Functions/kMeansCluster.swift",
        "Layout/WStack.swift",
        "Modifiers/Button+longPress.swift",
        "Modifiers/KeyboardDismissModifier.swift",
        "Modifiers/PulsatingEffect.swift",
        "Modifiers/ShakeEffect.swift",
        "MultiPlatform/NSPasteboard+string.swift",
        "MultiPlatform/PlatformTypes.swift",
        "MultiPlatform/PlatformViewRepresentable.swift",
        "MultiPlatform/openURL.swift",
        "Operators/RegularExpressionOperator.swift",
        "Operators/optionalBinding.swift",
        "Representables/MailView.swift",
        "Representables/SFSafari.swift",
        "Representables/WebView.swift",
        "Structs/SEAcknowledgement.swift",
        "Structs/SEChangeLogEntry.swift",
        "Structs/SocialIcons.swift",
        "Styles/BlueButtonStyle.swift",
        "Styles/BorderedToggleStyle.swift",
        "Styles/GrayButtonStyle.swift",
        "Styles/ListButtonStyle.swift",
        "Styles/PlainBorderedToggleStyle.swift",
        "Styles/ToggleButtonStyle.swift",
        "SwiftExtras.swift",
        "SwiftUI/AsyncView.swift",
        "SwiftUI/CardView.swift",
        "SwiftUI/DisclosureSection.swift",
        "SwiftUI/HorizontalStepper.swift",
        "SwiftUI/LimitedTextField.swift",
        "SwiftUI/MonthYearPickerView.swift",
        "SwiftUI/MultiSelectPickerView.swift",
        "SwiftUI/MultiSelectView.swift",
        "SwiftUI/SEAcknowledgementView.swift",
        "SwiftUI/SEChangeLogView.swift",
        "SwiftUI/SESettingsView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.