Skip to content

fix: Xcode 16.4 Swift 6 build error#143

Merged
karbassi merged 1 commit intomichaelvillar:masterfrom
karbassi:master
Feb 7, 2026
Merged

fix: Xcode 16.4 Swift 6 build error#143
karbassi merged 1 commit intomichaelvillar:masterfrom
karbassi:master

Conversation

@karbassi
Copy link
Copy Markdown
Collaborator

@karbassi karbassi commented Feb 7, 2026

Add @preconcurrency import AppKit to fix non-Sendable Notification errors when building with Xcode 16.4's stricter Swift 6 concurrency checking.

Fixes the CI build failure on the 2.1.0 release workflow.

Notification is non-Sendable, causing build errors on Xcode 16.4
when iterating NotificationCenter.Notifications in a Task.
@karbassi karbassi merged commit 3d8197d into michaelvillar:master Feb 7, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant