Guilherme Delgado
10/16/2025, 1:46 PM2.3.0-Beta2-32 and I’m getting:
> Couldn’t Generate Swift Representation
> Error (from SourceKit):
> Could not load module: ... (compiling for iOS 18.0, but module ‘...’ has a minimum deployment target of iOS 26.0:
When trying to open (navigate to) the source from an imported dependency (clicking in the import) from within a package with the following configuration: platforms: [.iOS(.v18)],
Questions:
1 - Can we specify the iOS version of the exported module?
2 - How can I bump to .v26? Xcode 26.01 says 'v26' is unavailable
Workaround: navigating to a specific class from that source, works (goes inside the module).Artem Olkov
10/16/2025, 1:51 PMArtem Olkov
10/16/2025, 1:53 PMGuilherme Delgado
10/16/2025, 1:57 PM.iOS(.v18) but the project is configured to use iOS26, so in theory the swift export is behaving like supposed, but when trying to navigate to source form the swift package I get this error.Guilherme Delgado
10/16/2025, 2:00 PMGuilherme Delgado
10/16/2025, 2:00 PMGuilherme Delgado
10/16/2025, 2:00 PM