Bumped the Swift version of the Package file #14

Merged
javier merged 5 commits from package/swift-update into main 2025-09-18 15:03:07 +00:00
Showing only changes of commit c2faa56d09 - Show all commits
+5 -2
View File
@@ -19,10 +19,13 @@ export $(shell sed 's/=.*//' $(environment))
# LIBRARY # LIBRARY
lib-build: ## Builds the project locally lib-build: ## Builds the library
@swift build @swift build
lib-test: ## Runs the tests of the library lib-release: ## Releases the library
@swift build -c release
lib-test: ## Runs the unit tests for the library
@swift test \ @swift test \
--disable-xctest \ --disable-xctest \
--enable-code-coverage \ --enable-code-coverage \