TheBoredTeam/boring.notch

Move project to Swift 6

Open

#1,054 创建于 2026年2月25日

在 GitHub 查看
 (0 评论) (0 反应) (0 负责人)Swift (704 fork)batch import
help wanted

仓库指标

Star
 (9,103 star)
PR 合并指标
 (平均合并 13天 8小时) (30 天内合并 17 个 PR)

描述

Summary

Track the migration of the codebase to Swift 6, including language mode adoption, concurrency updates, dependency compatibility, and CI adjustments.

Swift 6 introduces stricter concurrency checking, enhanced Sendable enforcement, and changes that may surface previously ignored warnings as errors. This issue covers the required work to ensure full compatibility and a clean build under Swift 6 language mode.

Motivation

  • Align with the latest Swift language evolution
  • Maintain compatibility with the current Apple toolchain
  • Improve concurrency safety with stricter compile-time checks
  • Reduce technical debt by addressing warnings that will become errors

贡献者指南