You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API aggregation: Aggregate public APIs without requiring a .swift source library, relying solely on the .swiftmodule file.
I believe we shouldn't need more than what Swift itself needs? So if you want to use a Swift library from Swift code, and the Swift compiler only needs the .swiftmodule, then we should be able to figure things out with just the .swiftmodule.
Description
This issue comprises ideas and features for tooling improvements based on feedback. The more ideas will be added as we collect feedback.
.swift
source library, relying solely on the.swiftmodule
file.The text was updated successfully, but these errors were encountered: