diff --git a/Content/posts/081-20231204.md b/Content/posts/081-20231204.md new file mode 100644 index 0000000..a71f45f --- /dev/null +++ b/Content/posts/081-20231204.md @@ -0,0 +1,59 @@ +--- +date: 2023-12-04 09:00 +description: iOS 17.1.2 リリース、iPadOS 17.1.2 リリース、macOS 14.1.2 リリース、Swift Async Algorithms 1.0 リリース、Swift Dependencies 1.1.2 リリース、ほか +tags: ios, ipados, macos, watchos, tvos, swift-async-algorithms, swift-dependencies, lottie, swift-protobuf +--- +# 081 2023-12-04 + + +## Apple のソフトウェアリリース情報 + +Apple が提供している OS や IDE のリリース情報です。 + +### 正式版 + +- [iOS 17.1.2 (21B101)](https://developer.apple.com/news/releases/?id=11302023c) +- [iPadOS 17.1.2 (21B101)](https://developer.apple.com/news/releases/?id=11302023c) +- [macOS 14.1.2 (23B92 | 23B2091)](https://developer.apple.com/news/releases/?id=11302023a) + +### 開発者向けベータ + +- [iOS 17.2 beta 4 (21C5054b)](https://developer.apple.com/news/releases/?id=11282023e) +- [iPadOS 17.2 beta 4 (21C5054b)](https://developer.apple.com/news/releases/?id=11282023d) +- [macOS 14.2 beta 4 (23C5055b)](https://developer.apple.com/news/releases/?id=11282023d) +- [watchOS 10.2 beta 4 (21S5358a)](https://developer.apple.com/news/releases/?id=11282023d) +- [tvOS 17.2 beta 4 (21K5356c)](https://developer.apple.com/news/releases/?id=11282023a) + +## OSS のリリース情報 + +iOS アプリ開発でよく使われている OSS のリリース情報です。 + +### Apple + +#### Swift Async Algorithms 1.0 + +[https://github.com/apple/swift-async-algorithms/releases/tag/1.0.0](https://github.com/apple/swift-async-algorithms/releases/tag/1.0.0) + +多くの変更が加えられ、stable リリースが行われました。 + +### サードパーティ + +#### Swift Dependencies 1.1.2 + +[https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.2](https://github.com/pointfreeco/swift-dependencies/releases/tag/1.1.2) + +`@DependencyClient` `@DependencyEndpoint` が正しく inout を使用したクロージャのパラメータをサポートするようになりました。 +また、ドキュメントの改善・修正が行われました。 + +#### Lottie 4.3.4 + +[https://github.com/airbnb/lottie-spm/releases/tag/4.3.4](https://github.com/airbnb/lottie-spm/releases/tag/4.3.4) + +いくつかの不具合の修正・改善が行われました。 + +#### Swift Protobuf 1.25.2 + +[https://github.com/apple/swift-protobuf/releases/tag/1.25.2](https://github.com/apple/swift-protobuf/releases/tag/1.25.2) + +MessageSet のパースを行う際の順序に関する不具合が修正されました。 +