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
Update documentation for building with Swift Package Manager. Now with support for CI with SPM as well, promote the SPM based builds from experimental to supported while still recommending CMake due to ease of running applications.
Building this project with swift-package-manager is supported on an experimental basis. The SPM based build is required for code completion via SourceKit-LSP. It also allows for the use of Swift/Win32 in other applications using SPM. In order to use SPM to build this project additional post-build steps are required to use the demo applications.
33
+
Building this project with swift-package-manager is supported although CMake is recommended for ease. The Swift Package Manager based build is required for code completion via SourceKit-LSP. It also allows for the use of Swift/Win32 in other applications using SPM. In order to use SPM to build this project additional post-build steps are required to use the demo applications.
34
34
35
35
The following known limitations are known:
36
36
@@ -41,5 +41,5 @@ The following known limitations are known:
0 commit comments