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
URLSession transport fails to build for library evolution.
Try with swift build -Xswiftc -emit-module-interface -Xswiftc -enable-library-evolution.
While we don't guarantee ABI stability, it's still important to be able to build the project with library evolution enabled. Might we also worth adding it to our CI?
The text was updated successfully, but these errors were encountered:
URLSession transport fails to build for library evolution.
Try with
swift build -Xswiftc -emit-module-interface -Xswiftc -enable-library-evolution
.While we don't guarantee ABI stability, it's still important to be able to build the project with library evolution enabled. Might we also worth adding it to our CI?
The text was updated successfully, but these errors were encountered: