MyGit

1.4.4

apple/swift-log

版本发布时间: 2022-08-15 15:44:25

apple/swift-log最新发布版本:1.6.1(2024-06-25 01:37:08)

Sendable fixup for 1.4.3

The 1.4.3 release carefully introduced Sendable across the library; sadly we missed that 5.6.x Swift series treat a "missing marker protocol conformance for Sendable" as an error while it is intended to be a warning as which it is correctly reported in Swift 5.7.

This release fixes this by not requiring that values stored in Logger.MetadataValue.stringConvertible must be Sendable, however practically speaking they should be thread-safe in any case, as it is not guaranteed in any way when/where this string convertible value will be invoked from.

This release contains no other changes from 1.4.3.

What's Changed

Full Changelog: https://github.com/apple/swift-log/compare/1.4.3...1.4.4

相关地址:原始地址 下载(tar) 下载(zip)

查看:2022-08-15发行的版本