Bumped the Swift version of the Package file (#14)

This PR contains the work done to bump the Swift compiler version in which the library is being built to `v5.10`.

Reviewed-on: #14
Co-authored-by: Javier Cicchelli <javier@rock-n-code.com>
Co-committed-by: Javier Cicchelli <javier@rock-n-code.com>
This commit was merged in pull request #14.
This commit is contained in:
2025-09-18 15:03:07 +00:00
committed by Javier Cicchelli
parent bc0ae63719
commit 8760ff6e12
116 changed files with 120 additions and 117 deletions
+5 -2
View File
@@ -19,10 +19,13 @@ export $(shell sed 's/=.*//' $(environment))
# LIBRARY
lib-build: ## Builds the project locally
lib-build: ## Builds the library
@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 \
--disable-xctest \
--enable-code-coverage \