Skip to content

Restore explicit self in the AsyncCompleter timeout block - #1130

Merged
pblazej merged 1 commit into
mainfrom
blaze/fix-pods
Sep 16, 2026
Merged

pblazej merged 1 commit into
mainfrom
blaze/fix-pods

Conversation

@pblazej

@pblazej pblazej commented Sep 16, 2026

Copy link
Copy Markdown
Contributor

Fixes CocoaPods Lint, red on every run since #1124 replaced self._entries with an implicit _entries — legal in the Swift 6 language mode SPM builds with, rejected by the Swift 5 mode the podspec pins via swift_versions = ["5.9"].

#1124 rewrote this line from `self._entries[entryId]` to an implicit
`_entries`. SPM builds in Swift 6 language mode, which accepts implicit
self in a nested closure after `[weak self]` / `guard let self`; the
podspec pins `swift_versions = ["5.9"]`, and Swift 5 mode rejects it.
CocoaPods Lint has been red on every run since.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
@github-actions

Copy link
Copy Markdown

⚠️ This PR does not contain any files in the .changes directory.

@devin-ai-integration devin-ai-integration Bot left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no bugs or issues to report.

Devin Review

@pblazej
pblazej merged commit c9af3af into main Sep 16, 2026
28 of 33 checks passed
@pblazej
pblazej deleted the blaze/fix-pods branch September 16, 2026 13:15
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.

2 participants