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
Clone the swiftlang/swift and swiftlang/llvm repo.
Specify a configuration to make a header-only build. (Only produce the def and header file, skip the actual .o build)
Update some scripts to make the CI build's OPENGRAPH_SWIFT_TOOLCHAIN_PATH variable points to the toolchain dir.
Possible 2:
Generate the necessary header for macOS, iOS, Linux locally and then store the headers in another git repo. (Update it when new Swift version is released)
Clone the toolchain header repo
Update some scripts to make the CI build's OPENGRAPH_SWIFT_TOOLCHAIN_PATH variable points to the toolchain dir.