The Swift Package Index logo.Swift Package Index

Track the adoption of Swift 6 strict concurrency checks for data race safety. How many packages are Ready for Swift 6?

Build Information

Successful build of SwiftExtras, reference 1.2.3 (48a1a1), with Swift 6.0 for macOS (SPM) on 26 Apr 2025 03:41:13 UTC.

Swift 6 data race errors: 0

Build Command

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

Build Log

========================================
RunAll
========================================
Builder version: 4.61.0
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/0xWDG/SwiftExtras.git
Reference: 1.2.3
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SwiftExtras
 * tag               1.2.3      -> FETCH_HEAD
HEAD is now at 48a1a19 1.2.3
Cloned https://github.com/0xWDG/SwiftExtras.git
Revision (git rev-parse @):
48a1a19e75d36427453eddb169d78ef6ffa10229
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SwiftExtras.git at 1.2.3
========================================
Build
========================================
Selected platform:         macosSpm
Swift version:             6.0
Building package at path:  $PWD
https://github.com/0xWDG/SwiftExtras.git
Running build ...
env DEVELOPER_DIR=/Applications/Xcode-16.2.0.app xcrun swift build --arch arm64
Building for debugging...
[0/8] Write sources
[0/8] Copying Info.plist
[0/8] Copying Localizable.xcstrings
[0/8] Copying Info.plist
[0/8] Copying Localizable.xcstrings
[6/8] Copying Assets.xcassets
[7/8] Write swift-version-5BDAB9E9C0126B9D.txt
[9/13] Compiling OSLogViewer OSLogViewer.Colors.swift
[10/13] Compiling OSLogViewer resource_bundle_accessor.swift
[11/13] Emitting module OSLogViewer
[12/13] Compiling OSLogViewer OSLogViewer.swift
[13/13] Compiling OSLogViewer OSLogExtractor.swift
[14/90] Compiling SwiftExtras TimeInterval+.swift
[15/90] Compiling SwiftExtras UIDevice+Utilities.swift
[16/90] Compiling SwiftExtras UserDefaults+subscript.swift
[17/90] Compiling SwiftExtras View+Error.swift
[18/90] Compiling SwiftExtras View+Log.swift
[19/90] Compiling SwiftExtras View+detachedTask.swift
[20/90] Compiling SwiftExtras View+getRootViewController.swift
[21/90] Compiling SwiftExtras View+horizontallyCentered.swift
[22/98] Compiling SwiftExtras Int+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[23/98] Compiling SwiftExtras Locale+Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[24/98] Compiling SwiftExtras LocalizedStringKey+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[25/98] Compiling SwiftExtras LocalizedStringKey+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[26/98] Compiling SwiftExtras NotificationName+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[27/98] Compiling SwiftExtras ProcessInfo+Utilities.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[28/98] Compiling SwiftExtras Sequence+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[29/98] Compiling SwiftExtras String+ANSIColors.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[30/98] Compiling SwiftExtras String+Base64.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[31/98] Emitting module SwiftExtras
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/LocalizedStringKey+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension LocalizedStringKey: Identifiable {
   | |- warning: extension declares a conformance of imported type 'LocalizedStringKey' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/MultiPlatform/PlatformTypes.swift:137:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
135 | extension PlatformImage: @unchecked @retroactive Sendable { }
136 | #else
137 | extension PlatformImage: @unchecked Sendable { }
    | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Sendable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
    | `- note: add '@retroactive' to silence this warning
138 | #endif
139 | #endif
[32/98] 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
[33/98] 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
[34/98] 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
[35/98] 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
[36/98] 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
[37/98] 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
[38/98] 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
[39/98] 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
[40/98] Compiling SwiftExtras String+IdentifiableString.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
[41/98] Compiling SwiftExtras String+contains.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
[42/98] Compiling SwiftExtras String+error.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
[43/98] Compiling SwiftExtras String+hashed.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
[44/98] Compiling SwiftExtras String+slugified.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
[45/98] Compiling SwiftExtras String+subscript.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
[46/98] Compiling SwiftExtras String+trimmed.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
[47/98] Compiling SwiftExtras String+url.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
[48/98] Compiling SwiftExtras Text+Gradient.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+IdentifiableString.swift:26:1: warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
24 | }
25 | #else
26 | extension String: Identifiable {
   | |- warning: extension declares a conformance of imported type 'String' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/String/String+error.swift:28:1: warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
26 | extension String: @retroactive LocalizedError { }
27 | #else
28 | extension String: LocalizedError { }
   | |- warning: extension declares a conformance of imported type 'String' to imported protocols 'LocalizedError', 'Error'; this will not behave correctly if the owners of 'Swift' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
29 | #endif
30 |
[49/98] Compiling SwiftExtras View+modifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:56:24: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
47 | /// Save the frame of the view
48 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
49 | struct ReadFrameModifier: ViewModifier {
   |        `- note: enclosing scope here
50 |     @Binding var frame: CGRect
51 |
   :
54 |             .background(
55 |                 GeometryReader { proxy in
56 |                     if #available(iOS 17.0, macOS 14.0, *) {
   |                        `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
57 |                         Color.clear
58 |                             .onAppear {
[50/98] Compiling SwiftExtras View+onLandscape.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:56:24: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
47 | /// Save the frame of the view
48 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
49 | struct ReadFrameModifier: ViewModifier {
   |        `- note: enclosing scope here
50 |     @Binding var frame: CGRect
51 |
   :
54 |             .background(
55 |                 GeometryReader { proxy in
56 |                     if #available(iOS 17.0, macOS 14.0, *) {
   |                        `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
57 |                         Color.clear
58 |                             .onAppear {
[51/98] Compiling SwiftExtras View+readOffsetX.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:56:24: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
47 | /// Save the frame of the view
48 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
49 | struct ReadFrameModifier: ViewModifier {
   |        `- note: enclosing scope here
50 |     @Binding var frame: CGRect
51 |
   :
54 |             .background(
55 |                 GeometryReader { proxy in
56 |                     if #available(iOS 17.0, macOS 14.0, *) {
   |                        `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
57 |                         Color.clear
58 |                             .onAppear {
[52/98] Compiling SwiftExtras View+render.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:56:24: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
47 | /// Save the frame of the view
48 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
49 | struct ReadFrameModifier: ViewModifier {
   |        `- note: enclosing scope here
50 |     @Binding var frame: CGRect
51 |
   :
54 |             .background(
55 |                 GeometryReader { proxy in
56 |                     if #available(iOS 17.0, macOS 14.0, *) {
   |                        `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
57 |                         Color.clear
58 |                             .onAppear {
[53/98] Compiling SwiftExtras View+sizeSaver.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:56:24: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
47 | /// Save the frame of the view
48 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
49 | struct ReadFrameModifier: ViewModifier {
   |        `- note: enclosing scope here
50 |     @Binding var frame: CGRect
51 |
   :
54 |             .background(
55 |                 GeometryReader { proxy in
56 |                     if #available(iOS 17.0, macOS 14.0, *) {
   |                        `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
57 |                         Color.clear
58 |                             .onAppear {
[54/98] Compiling SwiftExtras kMeansCluster.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:56:24: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
47 | /// Save the frame of the view
48 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
49 | struct ReadFrameModifier: ViewModifier {
   |        `- note: enclosing scope here
50 |     @Binding var frame: CGRect
51 |
   :
54 |             .background(
55 |                 GeometryReader { proxy in
56 |                     if #available(iOS 17.0, macOS 14.0, *) {
   |                        `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
57 |                         Color.clear
58 |                             .onAppear {
[55/98] Compiling SwiftExtras WStack.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:56:24: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
47 | /// Save the frame of the view
48 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
49 | struct ReadFrameModifier: ViewModifier {
   |        `- note: enclosing scope here
50 |     @Binding var frame: CGRect
51 |
   :
54 |             .background(
55 |                 GeometryReader { proxy in
56 |                     if #available(iOS 17.0, macOS 14.0, *) {
   |                        `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
57 |                         Color.clear
58 |                             .onAppear {
[56/98] Compiling SwiftExtras KeyboardDismissModifier.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/View/View+readOffsetX.swift:56:24: warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
47 | /// Save the frame of the view
48 | @available(iOS 17.0, macOS 14.0, tvOS 17.0, watchOS 10.0, *)
49 | struct ReadFrameModifier: ViewModifier {
   |        `- note: enclosing scope here
50 |     @Binding var frame: CGRect
51 |
   :
54 |             .background(
55 |                 GeometryReader { proxy in
56 |                     if #available(iOS 17.0, macOS 14.0, *) {
   |                        `- warning: unnecessary check for 'macOS'; enclosing scope ensures guard will always be true
57 |                         Color.clear
58 |                             .onAppear {
[57/98] Compiling SwiftExtras GrayButtonStyle.swift
[58/98] Compiling SwiftExtras ListButtonStyle.swift
[59/98] Compiling SwiftExtras PlainBorderedToggleStyle.swift
[60/98] Compiling SwiftExtras ToggleButtonStyle.swift
[61/98] Compiling SwiftExtras SwiftExtras.swift
[62/98] Compiling SwiftExtras AsyncView.swift
[63/98] Compiling SwiftExtras CardView.swift
[64/98] Compiling SwiftExtras DisclosureSection.swift
[65/98] Compiling SwiftExtras Color+components.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:124:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
122 |     /// - returns: raw deflated data according to [RFC-1951](https://tools.ietf.org/html/rfc1951).
123 |     public func deflate() -> Data? {
124 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
125 |             let configuration = (
126 |                 operation: COMPRESSION_STREAM_ENCODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:154:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
152 |     /// - returns: uncompressed data
153 |     public func inflate() -> Data? {
154 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
155 |             let configuration = (
156 |                 operation: COMPRESSION_STREAM_DECODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
[66/98] Compiling SwiftExtras Color+default.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:124:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
122 |     /// - returns: raw deflated data according to [RFC-1951](https://tools.ietf.org/html/rfc1951).
123 |     public func deflate() -> Data? {
124 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
125 |             let configuration = (
126 |                 operation: COMPRESSION_STREAM_ENCODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:154:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
152 |     /// - returns: uncompressed data
153 |     public func inflate() -> Data? {
154 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
155 |             let configuration = (
156 |                 operation: COMPRESSION_STREAM_DECODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
[67/98] Compiling SwiftExtras Color+init.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:124:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
122 |     /// - returns: raw deflated data according to [RFC-1951](https://tools.ietf.org/html/rfc1951).
123 |     public func deflate() -> Data? {
124 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
125 |             let configuration = (
126 |                 operation: COMPRESSION_STREAM_ENCODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:154:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
152 |     /// - returns: uncompressed data
153 |     public func inflate() -> Data? {
154 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
155 |             let configuration = (
156 |                 operation: COMPRESSION_STREAM_DECODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
[68/98] Compiling SwiftExtras Color+random.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:124:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
122 |     /// - returns: raw deflated data according to [RFC-1951](https://tools.ietf.org/html/rfc1951).
123 |     public func deflate() -> Data? {
124 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
125 |             let configuration = (
126 |                 operation: COMPRESSION_STREAM_ENCODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:154:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
152 |     /// - returns: uncompressed data
153 |     public func inflate() -> Data? {
154 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
155 |             let configuration = (
156 |                 operation: COMPRESSION_STREAM_DECODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
[69/98] Compiling SwiftExtras Data+Compression.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:124:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
122 |     /// - returns: raw deflated data according to [RFC-1951](https://tools.ietf.org/html/rfc1951).
123 |     public func deflate() -> Data? {
124 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
125 |             let configuration = (
126 |                 operation: COMPRESSION_STREAM_ENCODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:154:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
152 |     /// - returns: uncompressed data
153 |     public func inflate() -> Data? {
154 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
155 |             let configuration = (
156 |                 operation: COMPRESSION_STREAM_DECODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
[70/98] Compiling SwiftExtras Date+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:124:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
122 |     /// - returns: raw deflated data according to [RFC-1951](https://tools.ietf.org/html/rfc1951).
123 |     public func deflate() -> Data? {
124 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
125 |             let configuration = (
126 |                 operation: COMPRESSION_STREAM_ENCODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:154:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
152 |     /// - returns: uncompressed data
153 |     public func inflate() -> Data? {
154 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
155 |             let configuration = (
156 |                 operation: COMPRESSION_STREAM_DECODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
[71/98] Compiling SwiftExtras Date+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:124:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
122 |     /// - returns: raw deflated data according to [RFC-1951](https://tools.ietf.org/html/rfc1951).
123 |     public func deflate() -> Data? {
124 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
125 |             let configuration = (
126 |                 operation: COMPRESSION_STREAM_ENCODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:154:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
152 |     /// - returns: uncompressed data
153 |     public func inflate() -> Data? {
154 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
155 |             let configuration = (
156 |                 operation: COMPRESSION_STREAM_DECODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
[72/98] Compiling SwiftExtras Date+getFormattedDate.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:124:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
122 |     /// - returns: raw deflated data according to [RFC-1951](https://tools.ietf.org/html/rfc1951).
123 |     public func deflate() -> Data? {
124 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
125 |             let configuration = (
126 |                 operation: COMPRESSION_STREAM_ENCODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:154:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
152 |     /// - returns: uncompressed data
153 |     public func inflate() -> Data? {
154 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
155 |             let configuration = (
156 |                 operation: COMPRESSION_STREAM_DECODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
[73/98] Compiling SwiftExtras Image+Platform.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:124:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
122 |     /// - returns: raw deflated data according to [RFC-1951](https://tools.ietf.org/html/rfc1951).
123 |     public func deflate() -> Data? {
124 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
125 |             let configuration = (
126 |                 operation: COMPRESSION_STREAM_ENCODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Data+Compression.swift:154:21: warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
152 |     /// - returns: uncompressed data
153 |     public func inflate() -> Data? {
154 |         return self.withUnsafeBytes { (sourcePtr: UnsafePointer<UInt8>) -> Data? in
    |                     `- warning: 'withUnsafeBytes' is deprecated: use `withUnsafeBytes<R>(_: (UnsafeRawBufferPointer) throws -> R) rethrows -> R` instead
155 |             let configuration = (
156 |                 operation: COMPRESSION_STREAM_DECODE,
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Date+Identifiable.swift:26:1: warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
24 | }
25 | #else
26 | extension Date: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Date' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'Foundation' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
27 |     public typealias ID = Int // swiftlint:disable:this type_name
28 |
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Image+Platform.swift:30:1: warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
28 | }
29 |
30 | extension PlatformImage: Identifiable {
   | |- warning: extension declares a conformance of imported type 'NSImage' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'AppKit' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
31 |     public typealias ID = Int // swiftlint:disable:this type_name
32 |     /// The identifier of the color.
[74/98] Compiling SwiftExtras SensoryFeedback.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[75/98] Compiling SwiftExtras AppInfo.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[76/98] Compiling SwiftExtras Device.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[77/98] Compiling SwiftExtras Binding+onChange.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[78/98] Compiling SwiftExtras CGFloat+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[79/98] Compiling SwiftExtras Collection+.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[80/98] Compiling SwiftExtras Collection+safeIndex.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[81/98] Compiling SwiftExtras Color+Identifiable.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[82/98] Compiling SwiftExtras Color+colorBlind.swift
/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Extensions/Color+Identifiable.swift:27:1: warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
25 | }
26 | #else
27 | extension Color: Identifiable {
   | |- warning: extension declares a conformance of imported type 'Color' to imported protocol 'Identifiable'; this will not behave correctly if the owners of 'SwiftUICore' introduce this conformance in the future
   | `- note: add '@retroactive' to silence this warning
28 |     public typealias ID = Int // swiftlint:disable:this type_name
29 |
[83/98] Compiling SwiftExtras MailView.swift
[84/98] Compiling SwiftExtras SFSafari.swift
[85/98] Compiling SwiftExtras WebView.swift
[86/98] Compiling SwiftExtras SEAcknowledgement.swift
[87/98] Compiling SwiftExtras SEChangeLogEntry.swift
[88/98] Compiling SwiftExtras SocialIcons.swift
[89/98] Compiling SwiftExtras BlueButtonStyle.swift
[90/98] Compiling SwiftExtras BorderedToggleStyle.swift
[91/98] Compiling SwiftExtras HorizontalStepper.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[92/98] Compiling SwiftExtras LimitedTextField.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[93/98] Compiling SwiftExtras MultiSelectPickerView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[94/98] Compiling SwiftExtras MultiSelectView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[95/98] Compiling SwiftExtras SEAcknowledgementView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[96/98] Compiling SwiftExtras SEChangeLogView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[97/98] Compiling SwiftExtras SESettingsView.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
[98/98] Compiling SwiftExtras resource_bundle_accessor.swift
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectPickerView.swift:129:2: note: expanded code originates here
127 |         }
128 |     }
129 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     NavigationView {
    +-------------------------------------------------------------------
130 | #endif
131 | #endif
macro expansion #Preview:19:25: warning: variable 'items' was never mutated; consider changing to 'let' constant
`- /Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/SwiftUI/MultiSelectView.swift:113:2: note: expanded code originates here
111 |         Label(item, systemImage: item)
112 |     }
113 | }
    +--- macro expansion #Preview --------------------------------------
    |17 |
    |18 |                 var body: some SwiftUI.View {
    |19 |                     var items = ["star", "person", "rainbow"]
    |   |                         `- warning: variable 'items' was never mutated; consider changing to 'let' constant
    |20 |
    |21 |                     MultiSelectView(
    +-------------------------------------------------------------------
114 | #endif
115 | #endif
Build complete! (15.98s)
Fetching https://github.com/0xWDG/OSLogViewer.git
[1/1585] Fetching oslogviewer
Fetched https://github.com/0xWDG/OSLogViewer.git from cache (1.00s)
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/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+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/Text+Gradient.swift",
        "Extensions/TimeInterval+.swift",
        "Extensions/UIDevice+Utilities.swift",
        "Extensions/UserDefaults+subscript.swift",
        "Extensions/View/View+Error.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/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/MultiSelectPickerView.swift",
        "SwiftUI/MultiSelectView.swift",
        "SwiftUI/SEAcknowledgementView.swift",
        "SwiftUI/SEChangeLogView.swift",
        "SwiftUI/SESettingsView.swift"
      ],
      "type" : "library"
    }
  ],
  "tools_version" : "5.8"
}
Done.