From 7740af167507c8a89e6bf961f7bea617fcf35058 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Fri, 21 Nov 2025 17:17:33 +0100 Subject: [PATCH 1/2] Update CI Swift version --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c541c07..61686c8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: swift-actions/setup-swift@v2 with: - swift-version: "6.1.0" + swift-version: "6.2.1" - name: Cache Swift Package Manager uses: actions/cache@v3 From 20181ef7b98a6a81807902e0f35a84caba592899 Mon Sep 17 00:00:00 2001 From: Silvano Cerza Date: Fri, 21 Nov 2025 17:29:31 +0100 Subject: [PATCH 2/2] Remove hostname expect in Plus bundle tests --- .github/workflows/ci.yml | 2 +- Tests/ipinfoKitTests/IPInfoPlusTests.swift | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 61686c8..c541c07 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -16,7 +16,7 @@ jobs: - uses: swift-actions/setup-swift@v2 with: - swift-version: "6.2.1" + swift-version: "6.1.0" - name: Cache Swift Package Manager uses: actions/cache@v3 diff --git a/Tests/ipinfoKitTests/IPInfoPlusTests.swift b/Tests/ipinfoKitTests/IPInfoPlusTests.swift index f54aa66..dea1f5f 100644 --- a/Tests/ipinfoKitTests/IPInfoPlusTests.swift +++ b/Tests/ipinfoKitTests/IPInfoPlusTests.swift @@ -82,7 +82,6 @@ struct IPInfoPlusTests { // Should return details for the caller's IP #expect(ipResponse.ip != "") - #expect(ipResponse.hostname != nil) #expect(!ipResponse.geo.country.isEmpty) } }