Releases: Cyberbeni/install-swift-tool
Releases · Cyberbeni/install-swift-tool
v2.1.10
Update dependencies.
v2.1.5
Remove output as it was not displayed in the doc and was completely useless.
v2.1.0
Add version
support.
v2.1.9
Reduce cache size by removing intermediate build products before caching.
v2.1.8
Only use supported build options (based on the output of swift build --help
)
Export LINUX_SOURCEKIT_LIB_PATH on Linux (Needed by SwiftLint and other tools that use SourceKit)
v2.1.7
Fix caching when checking out an annotated tag
v2.1.6
Only use architecture for cache key on macOS instead of os+swift version
Fix getting os version on Linux
v2.1.4
npm package change only:
- add type information
- remove unnecessary files
v2.1.3
Fix cache key not updated after updating uuid
v2.1.2
Update uuid (for saving cache) after cloning.