-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #188 from ios-osushi/feature/105_20240610
Create 105-20240610.md
- Loading branch information
Showing
1 changed file
with
55 additions
and
0 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
--- | ||
date: 2024-06-10 09:00 | ||
description: Swift 5.10.1リリース、Swift Collections 1.1.1リリース、Nuke 12.7.2リリース、Realm v10.51.0リリース、swift-composable-architecture 1.11.0リリース | ||
tags: swift, swift-collections, swift-package-manager, nuke, realm, swift-composable-architecture | ||
--- | ||
|
||
# 105 2024-06-10 | ||
|
||
## OSS のリリース情報 | ||
|
||
iOS アプリ開発でよく使われている OSS のリリース情報です。 | ||
|
||
### Apple | ||
|
||
#### Swift 5.10.1 | ||
|
||
[https://github.com/apple/swift/releases/tag/swift-5.10.1-RELEASE](https://github.com/apple/swift/releases/tag/swift-5.10.1-RELEASE) | ||
|
||
#### Swift Collections 1.1.1 | ||
|
||
[https://github.com/apple/swift-collections/releases/tag/1.1.1](https://github.com/apple/swift-collections/releases/tag/1.1.1) | ||
|
||
- デバッグビルド時の不具合が修正されました | ||
- ライブラリ内の不安定なモジュールの名前がリネームされました | ||
|
||
#### Swift Package Manager 5.10.1 Release | ||
|
||
[https://github.com/apple/swift-package-manager/releases/tag/swift-5.10.1-RELEASE](https://github.com/apple/swift-package-manager/releases/tag/swift-5.10.1-RELEASE) | ||
|
||
- Swift のバージョンが 5.10.1 に上げられました | ||
|
||
### サードパーティ | ||
|
||
#### Nuke 12.7.2 | ||
|
||
[https://github.com/kean/Nuke/releases/tag/12.7.2](https://github.com/kean/Nuke/releases/tag/12.7.2) | ||
|
||
`ImageProcessors.Resize` の失敗原因であった画像形式が修正されました。 | ||
|
||
#### Realm v10.51.0 | ||
|
||
[https://github.com/realm/realm-swift/releases/tag/v10.51.0](https://github.com/realm/realm-swift/releases/tag/v10.51.0) | ||
|
||
- ネストされたコレクションを保存することのサポートがされました | ||
- いくつかの不具合が修正されました | ||
|
||
#### swift-composable-architecture 1.11.0 | ||
|
||
[https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.11.0](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.11.0) | ||
|
||
- `Shared.withLock` , `SharedReader.constant` が追加されました | ||
- `$store.scope` 利用時、 `ifLet` の繋ぎこみが欠けていた場合に警告が出るようになりました | ||
- `Shared` の optional な dynamicMemberLookup のオーバーロードが非推奨になりました | ||
- `.appStorage` を `URL` の値で使っているとクラッシュしていたのが修正されました | ||
- Tuist と一緒に使っていた場合に発生していたビルド失敗の問題が修正されました |