MyGit

1.4.3

apple/swift-log

版本发布时间: 2022-08-10 16:46:20

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

Highlights

Loggers and all related types are now Sendable, including metadata values which have to be Sendable as well.

When using from Swift that is concurrency aware, you may be getting warnings where you didn't before, these are all correct though - you need to be ready for e.g. logger metadata to be accessed from another thread. Thankfully values logged this way should usually be sendable to begin with, preferably value types.

For more details see: https://github.com/apple/swift-log/pull/218

What's Changed

New Contributors

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

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

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