Skip to content

Commit

Permalink
Merge pull request #188 from ios-osushi/feature/105_20240610
Browse files Browse the repository at this point in the history
Create 105-20240610.md
  • Loading branch information
ry-itto authored Jun 12, 2024
2 parents 4d640ac + 98a9407 commit d357624
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions Content/posts/105-20240610.md
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 と一緒に使っていた場合に発生していたビルド失敗の問題が修正されました

0 comments on commit d357624

Please sign in to comment.