Build Information
Successful build of SwiftExtras, reference main (9165a6
), with Swift 6.0 for macOS (SPM) on 26 Apr 2025 17:40:31 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: main
Initialized empty Git repository in /Users/admin/builder/spi-builder-workspace/.git/
From https://github.com/0xWDG/SwiftExtras
* branch main -> FETCH_HEAD
* [new branch] main -> origin/main
HEAD is now at 9165a65 Add Logger init
Cloned https://github.com/0xWDG/SwiftExtras.git
Revision (git rev-parse @):
9165a652a65af47fd0cde0e8765c7c80c5307c3f
SPI manifest file found: $PWD/.spi.yml
SUCCESS checkout https://github.com/0xWDG/SwiftExtras.git at main
========================================
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] Copying Info.plist
[0/8] Copying Localizable.xcstrings
[2/8] Copying Info.plist
[2/8] Write sources
[2/8] Copying Localizable.xcstrings
[6/8] Copying Assets.xcassets
[7/8] Write swift-version-5BDAB9E9C0126B9D.txt
[9/13] Compiling OSLogViewer resource_bundle_accessor.swift
[10/13] Compiling OSLogViewer OSLogViewer.Colors.swift
[11/13] Compiling OSLogViewer OSLogExtractor.swift
[12/13] Compiling OSLogViewer OSLogViewer.swift
[13/13] Emitting module OSLogViewer
[14/91] Compiling SwiftExtras Text+Gradient.swift
[15/91] Compiling SwiftExtras TimeInterval+.swift
[16/91] Compiling SwiftExtras UIDevice+Utilities.swift
[17/91] Compiling SwiftExtras UserDefaults+subscript.swift
[18/91] Compiling SwiftExtras View+Error.swift
[19/91] Compiling SwiftExtras View+Log.swift
[20/91] Compiling SwiftExtras View+detachedTask.swift
[21/91] Compiling SwiftExtras View+getRootViewController.swift
[22/91] Compiling SwiftExtras View+horizontallyCentered.swift
[23/99] 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
[24/99] 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
[25/99] 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
[26/99] 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
[27/99] 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
[28/99] 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
[29/99] 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
[30/99] 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
[31/99] 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
[32/99] 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 {
[33/99] 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 {
[34/99] 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 {
[35/99] 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 {
[36/99] 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 {
[37/99] 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 {
[38/99] 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 {
[39/99] 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 {
[40/99] Compiling SwiftExtras GrayButtonStyle.swift
[41/99] Compiling SwiftExtras ListButtonStyle.swift
[42/99] Compiling SwiftExtras PlainBorderedToggleStyle.swift
[43/99] Compiling SwiftExtras ToggleButtonStyle.swift
[44/99] Compiling SwiftExtras SwiftExtras.swift
[45/99] Compiling SwiftExtras AsyncView.swift
[46/99] Compiling SwiftExtras CardView.swift
[47/99] Compiling SwiftExtras DisclosureSection.swift
[48/99] 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 |
[49/99] 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 |
[50/99] 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 |
[51/99] 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 |
[52/99] Compiling SwiftExtras Logger+.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 |
[53/99] 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 |
[54/99] 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 |
[55/99] 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 |
[56/99] 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 |
[57/99] 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.
[58/99] 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.
[59/99] 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.
[60/99] 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.
[61/99] 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.
[62/99] 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.
[63/99] 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.
[64/99] 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.
[65/99] 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.
[66/99] 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 |
[67/99] 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 |
[68/99] 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 |
[69/99] 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 |
[70/99] 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 |
[71/99] 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 |
[72/99] 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 |
[73/99] 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 |
[74/99] 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 |
[75/99] Compiling SwiftExtras MailView.swift
[76/99] Compiling SwiftExtras SFSafari.swift
[77/99] Compiling SwiftExtras WebView.swift
[78/99] Compiling SwiftExtras SEAcknowledgement.swift
[79/99] Compiling SwiftExtras SEChangeLogEntry.swift
[80/99] Compiling SwiftExtras SocialIcons.swift
[81/99] Compiling SwiftExtras BlueButtonStyle.swift
[82/99] Compiling SwiftExtras BorderedToggleStyle.swift
[83/99] Compiling SwiftExtras String+Base64.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 |
[84/99] 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 |
[85/99] 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 |
[86/99] 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 |
[87/99] 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 |
[88/99] 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 |
[89/99] 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 |
[90/99] 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 |
[91/99] 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 |
[92/99] 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
[93/99] 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
[94/99] 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
[95/99] 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
[96/99] 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
[97/99] 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
[98/99] 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
[99/99] 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! (17.47s)
Fetching https://github.com/0xWDG/OSLogViewer.git
[1/1585] Fetching oslogviewer
Fetched https://github.com/0xWDG/OSLogViewer.git from cache (1.01s)
Creating working copy for https://github.com/0xWDG/OSLogViewer.git
Working copy of https://github.com/0xWDG/OSLogViewer.git resolved at main (e45ebc5)
Build complete.
{
"default_localization" : "en",
"dependencies" : [
{
"identity" : "oslogviewer",
"requirement" : {
"branch" : [
"main"
]
},
"type" : "sourceControl",
"url" : "https://github.com/0xWDG/OSLogViewer.git"
}
],
"manifest_display_name" : "SwiftExtras",
"name" : "SwiftExtras",
"path" : "/Users/admin/builder/spi-builder-workspace",
"platforms" : [
{
"name" : "ios",
"version" : "16.0"
},
{
"name" : "macos",
"version" : "13.0"
},
{
"name" : "tvos",
"version" : "16.0"
},
{
"name" : "watchos",
"version" : "9.0"
}
],
"products" : [
{
"name" : "SwiftExtras",
"targets" : [
"SwiftExtras"
],
"type" : {
"library" : [
"automatic"
]
}
}
],
"targets" : [
{
"c99name" : "SwiftExtrasTests",
"module_type" : "SwiftTarget",
"name" : "SwiftExtrasTests",
"path" : "Tests/SwiftExtrasTests",
"sources" : [
"SwiftExtrasTests.swift"
],
"target_dependencies" : [
"SwiftExtras"
],
"type" : "test"
},
{
"c99name" : "SwiftExtras",
"module_type" : "SwiftTarget",
"name" : "SwiftExtras",
"path" : "Sources/SwiftExtras",
"product_dependencies" : [
"OSLogViewer"
],
"product_memberships" : [
"SwiftExtras"
],
"resources" : [
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Assets.xcassets",
"rule" : {
"process" : {
}
}
},
{
"path" : "/Users/admin/builder/spi-builder-workspace/Sources/SwiftExtras/Localizable.xcstrings",
"rule" : {
"process" : {
}
}
}
],
"sources" : [
"Classes/SensoryFeedback.swift",
"Enums/AppInfo.swift",
"Enums/Device.swift",
"Extensions/Binding+onChange.swift",
"Extensions/CGFloat+.swift",
"Extensions/Collection+.swift",
"Extensions/Collection+safeIndex.swift",
"Extensions/Color+Identifiable.swift",
"Extensions/Color+colorBlind.swift",
"Extensions/Color+components.swift",
"Extensions/Color+default.swift",
"Extensions/Color+init.swift",
"Extensions/Color+random.swift",
"Extensions/Data+Compression.swift",
"Extensions/Date+.swift",
"Extensions/Date+Identifiable.swift",
"Extensions/Date+getFormattedDate.swift",
"Extensions/Image+Platform.swift",
"Extensions/Int+.swift",
"Extensions/Locale+Utilities.swift",
"Extensions/LocalizedStringKey+.swift",
"Extensions/LocalizedStringKey+Identifiable.swift",
"Extensions/Logger+.swift",
"Extensions/NotificationName+.swift",
"Extensions/ProcessInfo+Utilities.swift",
"Extensions/Sequence+.swift",
"Extensions/String/String+ANSIColors.swift",
"Extensions/String/String+Base64.swift",
"Extensions/String/String+IdentifiableString.swift",
"Extensions/String/String+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.