Skip to content

Commit e153a11

Browse files
committed
Add note about reverting the async let workaround
1 parent b6968de commit e153a11

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Sources/App/Commands/Ingestion.swift

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -264,6 +264,9 @@ enum Ingestion {
264264
}
265265
}
266266

267+
#if compiler(>=6.3.1)
268+
#error("Check if we can revert commit a5ec37ecd58d4971b5a04305d39fe7666b69bde3 `Convert Ingestion.fetchMetadata` (2026-04-08)")
269+
#endif
267270

268271
static func fetchMetadata(package: Package, owner: String, repository: String) async throws(Github.Error) -> (Github.Metadata, Github.License?, Github.Readme?) {
269272
@Dependency(\.environment) var environment

0 commit comments

Comments
 (0)