Skip to content

Commit fc8ea13

Browse files
committed
deps: bump kradalby/SwiftExif to 0.1.0
SwiftExif 0.1.0 ships the Swift 6.3 nullability fix and a Sendable typed parse API. Replace the master SHA pin with from: "0.1.0". The existing dict-returning calls in Sources/MuninKit/IO/Imaging/EXIF.swift still build but now emit deprecation warnings; migrating that file to Image.parse(at:) + ExifResult is a follow-up. FUTURES.md §4 is briefly stale until that lands.
1 parent 1018fd6 commit fc8ea13

2 files changed

Lines changed: 4 additions & 7 deletions

File tree

Package.resolved

Lines changed: 3 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,11 +35,7 @@ let package = Package(
3535
.package(
3636
url: "https://github.com/t089/swift-vips.git",
3737
revision: "d01b393ef30b3a2ae6ed97a02f61edab3d44b4af"),
38-
// SwiftExif: upstream tag 0.0.7 predates the Swift 6.3 fix; pin to master
39-
// SHA until a new tag is released. Tracked in FUTURES.md.
40-
.package(
41-
url: "https://github.com/kradalby/SwiftExif.git",
42-
revision: "eb7c5c4e034f0fc01c5a11b3c1d1ac3074f0acb1"),
38+
.package(url: "https://github.com/kradalby/SwiftExif.git", from: "0.1.0"),
4339
.package(url: "https://github.com/apple/swift-log.git", from: "1.12.0"),
4440
// vapor/console-kit provides the progress/activity indicator UI that
4541
// replaced swift-tools-support-core's PercentProgressAnimation.

0 commit comments

Comments
 (0)