Description
Most PF library macro files have this:
#if !canImport(SwiftSyntax600)
import SwiftSyntaxMacroExpansion
#endif
But DependencyEntryMacro.swift doesn't have it. I am getting a compile error:
Cannot find 'MacroExpansionErrorMessage' in scope
I guess I can try to upgrade the version of Swift Syntax I use. This is with Xcode 26.6.0 RC. But it felt suspicious that this is inconsistent with other library code.
Checklist
Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Dependencies version information
1.13.0
Destination operating system
iOS 26
Xcode version information
26.6.0
Swift Compiler version information
Description
Most PF library macro files have this:
But DependencyEntryMacro.swift doesn't have it. I am getting a compile error:
I guess I can try to upgrade the version of Swift Syntax I use. This is with Xcode 26.6.0 RC. But it felt suspicious that this is inconsistent with other library code.
Checklist
mainbranch of this package.Expected behavior
No response
Actual behavior
No response
Steps to reproduce
No response
Dependencies version information
1.13.0
Destination operating system
iOS 26
Xcode version information
26.6.0
Swift Compiler version information