Skip to content

Commit

Permalink
add article
Browse files Browse the repository at this point in the history
  • Loading branch information
crane-hiromu committed Mar 10, 2024
1 parent ce6d115 commit d82861e
Showing 1 changed file with 56 additions and 14 deletions.
70 changes: 56 additions & 14 deletions Content/posts/094-20240311.md
Original file line number Diff line number Diff line change
@@ -1,42 +1,84 @@
---
date: 2024-03-11 09:00
description: TBD
tags: TBD
description: Swift 5.10 がリリース、M3 チップを搭載した新しい13インチおよび15インチの MacBook Air を発表、ほか
tags: ios, ipados, macos, xcode, apollo-ios, swift-format, quick, swift-format, realm-swift, the-composable-architecture
---
# 094 2024-03-11

## TBD
## M3 チップを搭載した新しい13インチおよび15インチの MacBook Air を発表

{ニュースなどを書く}
[https://www.apple.com/newsroom/2024/03/apple-unveils-the-new-13-and-15-inch-macbook-air-with-the-powerful-m3-chip/](https://www.apple.com/newsroom/2024/03/apple-unveils-the-new-13-and-15-inch-macbook-air-with-the-powerful-m3-chip/)

Apple が新しい MacBook Air を発表。M3 チップ搭載で最大 60%高速化し、最大 13 倍速い性能。バッテリー駆動時間は最大 18 時間で、最大 2 台の外部ディスプレイをサポート。

## Swift 5.10 がリリース

[https://swift.org/blog/swift-5.10-released/](https://swift.org/blog/swift-5.10-released/)

Swift 5.10 では、コンパイラ解析によって安全性が証明される場合でも、一部の状況でデータレースの警告が表示されます。

## Apple のソフトウェアリリース情報

Apple が提供している OS や IDE のリリース情報です。

### 正式版

- [TBD](TBD)
- [iPadOS 15.8.2 (19H384)](https://developer.apple.com/news/releases/?id=02272024a)
- [iOS 15.8.2 (19H384)](https://developer.apple.com/news/releases/?id=02272024b)
- [iPadOS 16.7.6 (20H320)](https://developer.apple.com/news/releases/?id=02272024c)
- [iOS 16.7.6 (20H320)](https://developer.apple.com/news/releases/?id=02272024d)
- [iPadOS 17.4 (21E219)](https://developer.apple.com/news/releases/?id=02272024e)
- [iOS 17.4 (21E219)](https://developer.apple.com/news/releases/?id=02272024f)
- [Xcode 15.3 (15E204a)](https://developer.apple.com/news/releases/?id=02272024g)

### 開発者向けベータ

- [TBD](TBD)
- [watchOS 10.4 Release Candidate (21T216)](https://developer.apple.com/news/releases/?id=02272024e)
- [visionOS 1.1 Release Candidate (21O209)](https://developer.apple.com/news/releases/?id=02272024f)
- [tvOS 17.4 Release Candidate (21L227)](https://developer.apple.com/news/releases/?id=02272024g)
- [macOS 14.4 Release Candidate (23E214)](https://developer.apple.com/news/releases/?id=02272024h)
- [Xcode 15.3 Release Candidate 2 (15E204a)](https://developer.apple.com/news/releases/?id=02272024i)

## OSS のリリース情報

iOS アプリ開発でよく使われている OSS のリリース情報です。

### Apple
### サードパーティ

#### TBD
#### apollo-ios 1.9.2

[TBD](TBD)
[https://github.com/apollographql/apollo-ios/releases/tag/1.9.2](https://github.com/apollographql/apollo-ios/releases/tag/1.9.2)

TBD
- 1.9.1 との後方互換性を修正しました
- URLSessionClient にセッションおよびタスクの説明パラメータが追加されました

### サードパーティ
#### SwiftFormat 0.53.4

[https://github.com/nicklockwood/SwiftFormat/releases/tag/0.53.4](https://github.com/nicklockwood/SwiftFormat/releases/tag/0.53.4)

- enumNamespaces ルールが属性やマクロを持つ構造体には適用されなくなりました
- 新しい nonisolated(unsafe) 修飾子が正しく処理されるようになりました
- do throws(Type) 節のサポートが追加されました

#### swift-composable-architecture 1.9.2

[https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.9.2](https://github.com/pointfreeco/swift-composable-architecture/releases/tag/1.9.2)

- 1.9 で追加された BindableAction を元に戻しました
- swift-syntax 510 をサポートしました

#### Quick v7.4.1

[https://github.com/Quick/Quick/releases/tag/v7.4.1](https://github.com/Quick/Quick/releases/tag/v7.4.1)

- cocoapods のバージョンアップをしました
- beforeEach、afterEach、aroundEach で XCTSkip、StopTest を適切に処理するようにしました

#### TBD
#### realm-swift v10.48.0

[TBD](TBD)
[https://github.com/realm/realm-swift/releases/tag/v10.48.0](https://github.com/realm/realm-swift/releases/tag/v10.48.0)

TBD
- computed properties のみを持つモデルを宣言する際の制限を解除しました
- Xcode 15.3 をリリースパッケージに追加しました
- build.sh 内の REALM_EXTRA_BUILD_ARGUMENTS 環境変数を介した複数の引数サポートを修正しました
- Xcode 15.3 で導入された警告のいくつかを修正しました

0 comments on commit d82861e

Please sign in to comment.