From aa99eddc4d68a2fbdc7daba644e839fc6eb6420f Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Wed, 25 Dec 2024 08:31:18 +0100 Subject: [PATCH 1/2] Remove `Package.resolved` --- .gitignore | 1 + Package.resolved | 33 --------------------------------- 2 files changed, 1 insertion(+), 33 deletions(-) delete mode 100644 Package.resolved diff --git a/.gitignore b/.gitignore index 3b29812..5922fda 100644 --- a/.gitignore +++ b/.gitignore @@ -7,3 +7,4 @@ DerivedData/ .swiftpm/config/registries.json .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata .netrc +Package.resolved diff --git a/Package.resolved b/Package.resolved deleted file mode 100644 index 4e47abc..0000000 --- a/Package.resolved +++ /dev/null @@ -1,33 +0,0 @@ -{ - "originHash" : "c8abfa3cdea573bdb7b39a88434ead5158c5f6b6a0344824ff93c750d4259758", - "pins" : [ - { - "identity" : "atomic", - "kind" : "remoteSourceControl", - "location" : "https://github.com/space-code/atomic", - "state" : { - "revision" : "6304c805e9d97fe1239bcde561234d857164cb10", - "version" : "1.1.0" - } - }, - { - "identity" : "mocker", - "kind" : "remoteSourceControl", - "location" : "https://github.com/WeTransfer/Mocker", - "state" : { - "revision" : "4384e015cae4916a6828252467a4437173c7ae17", - "version" : "3.0.1" - } - }, - { - "identity" : "typhoon", - "kind" : "remoteSourceControl", - "location" : "https://github.com/space-code/typhoon", - "state" : { - "revision" : "5865671564c5b443a9a28d2f1dbb69bccbb5931c", - "version" : "1.2.1" - } - } - ], - "version" : 3 -} From e35d6b2e23efc0e430a3569ec1b4566eb0d0de00 Mon Sep 17 00:00:00 2001 From: Nikita Vasilev Date: Wed, 25 Dec 2024 08:32:38 +0100 Subject: [PATCH 2/2] Update `CHANGELOG.md` --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5c9cf2c..79cae31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,8 @@ Released on 2024-12-25. #### Fixed - Fix the `inout` parameter in the `IAuthenticator` protocol - Fixed in Pull Request [#2](https://github.com/space-code/network-layer/pull/2). +- Fix the package builiding. + - Fixed in Pull Request [#6](https://github.com/space-code/network-layer/pull-6). ## [1.0.0](https://github.com/space-code/network-layer/releases/tag/1.0.0) Released on 2023-12-04.