Update swift-log from 1.6.2 to 1.14.0#25816
Merged
Merged
Conversation
Contributor
|
| App Name | WordPress | |
| Configuration | Release-Alpha | |
| Build Number | 33341 | |
| Version | PR #25816 | |
| Bundle ID | org.wordpress.alpha | |
| Commit | 076d465 | |
| Installation URL | 5n0h12u8277mg |
Contributor
|
| App Name | Jetpack | |
| Configuration | Release-Alpha | |
| Build Number | 33341 | |
| Version | PR #25816 | |
| Bundle ID | com.jetpack.alpha | |
| Commit | 076d465 | |
| Installation URL | 32qmsp142vrjo |
crazytonyli
approved these changes
Jul 22, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Bumps
swift-logfrom1.6.2to1.14.0(latest) in the app dependency graph.swift-logis constrainedfrom: "1.5.2"inModules/Package.swift, so this is a resolved-file-only change — no manifest edit. OnlyModules/Package.resolvedmoves; the root cross-platform harness (Package.resolved) already resolvesswift-logat1.14.0, so the app graph was simply behind it.1.x) — no source changes. Our only call surface isWordPress/Classes/System/Logging.swift(Logger,Logger.Level), unchanged across1.6→1.14.swift-loghas no dependencies of its own, so nothing else in the graph moves.Changelog
Highlights across
1.6.3–1.14.0(16 releases — full history):InMemoryLogHandler(1.7.0);Logger.Levelnow conforms toCustomStringConvertible/LosslessStringConvertible(1.8.0); standardized error-metadata convenience (SLG-0003, 1.12.0); metadata value attributes (SLG-0004, 1.13.0); task-local logger (SLG-0006, 1.14.0); compile-time log-level elimination via package traits (SLG-0002, 1.8–1.9).MetadataValuecompatibility with custom string interpolations changed (#467), with follow-up interpolation overloads in 1.13.1/1.13.2. Our usage is plainLoggerlogging viaLogging.swift, not customMetadataValueinterpolation — not affected.Testing instructions
swift package updateresolves cleanly; the diff isswift-log-only.Logging.swift.Related
SwiftSoupfrom2.7.5to2.13.6#25811 (SwiftSoup).CocoaLumberjackfrom3.8.5to3.9.1#25821 (CocoaLumberjack→ 3.9.1) is stacked on this PR and depends on it landing first.