Skip to content

Commit a5857cf

Browse files
authored
Update README.md
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.
1 parent 4cb9c47 commit a5857cf

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ ninja -C build SwiftWin32 UICatalog
2828
%CD%\build\bin\UICatalog.exe
2929
```
3030

31-
### Experimental (Swift Package Manager)
31+
### Swift Package Manager
3232

33-
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.
3434

3535
The following known limitations are known:
3636

@@ -41,5 +41,5 @@ The following known limitations are known:
4141
swift build --product UICatalog
4242
copy Examples\UICatalog\UICatalog.exe.manifest .build\x86_64-unknown-windows-msvc\debug\
4343
copy Examples\UICatalog\Info.plist .build\x86_64-unknown-windows-msvc\debug\
44-
.build\x86_64-unknown-windows-msvc\debug\UICatalog.exe
44+
swift run UICatalog
4545
```

0 commit comments

Comments
 (0)