From f0c6362a70d6c20931fa21a3100f2d55051352a7 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 1 Jun 2026 13:32:37 +1000 Subject: [PATCH 1/2] Fix typo in `Package.swift` --- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.8 (1M context) --- Package.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Package.swift b/Package.swift index d77f6959..932320cb 100644 --- a/Package.swift +++ b/Package.swift @@ -21,7 +21,7 @@ let package = Package( ] ), - // This target is seperated out to reduce the number of other + // This target is separated out to reduce the number of other // dependencies included as part of the other targets. .library( name: "AutomatticEncryptedLogs", From ec22d1caa6b285cfa8b8ac255e5eb7f5e71853f9 Mon Sep 17 00:00:00 2001 From: Gio Lodi Date: Mon, 1 Jun 2026 13:32:37 +1000 Subject: [PATCH 2/2] Fix typo in `CrashLogging.swift` --- Generated with the help of Claude Code, https://claude.com/claude-code Co-Authored-By: Claude Opus 4.8 (1M context) --- Sources/Remote Logging/Crash Logging/CrashLogging.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Remote Logging/Crash Logging/CrashLogging.swift b/Sources/Remote Logging/Crash Logging/CrashLogging.swift index 2e22d302..ce4372ed 100644 --- a/Sources/Remote Logging/Crash Logging/CrashLogging.swift +++ b/Sources/Remote Logging/Crash Logging/CrashLogging.swift @@ -298,7 +298,7 @@ extension CrashLogging { /// Causes the Crash Logging System to refresh its knowledge about the current state of the system. /// /// This is required in situations like login / logout, when the system otherwise might not - /// know a change has occured. + /// know a change has occurred. /// /// Calling this method in these situations prevents public func setNeedsDataRefresh() {