diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6b08972..745036e 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,6 @@ jobs: name: Unit tests uses: ./.github/workflows/unit_tests.yml with: - linux_5_10_arguments_override: "--explicit-target-dependency-import-check error" linux_6_0_arguments_override: "--explicit-target-dependency-import-check error" linux_6_1_arguments_override: "--explicit-target-dependency-import-check error" linux_nightly_next_arguments_override: "--explicit-target-dependency-import-check error" diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 0f7c682..c2364d9 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -15,7 +15,6 @@ jobs: name: Unit tests uses: ./.github/workflows/unit_tests.yml with: - linux_5_10_arguments_override: "--explicit-target-dependency-import-check error" linux_6_0_arguments_override: "--explicit-target-dependency-import-check error" linux_6_1_arguments_override: "--explicit-target-dependency-import-check error" linux_nightly_next_arguments_override: "--explicit-target-dependency-import-check error" diff --git a/Benchmarks/Package.swift b/Benchmarks/Package.swift index 3c49bcc..07ad4bd 100644 --- a/Benchmarks/Package.swift +++ b/Benchmarks/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.10 +// swift-tools-version:6.0 //===----------------------------------------------------------------------===// // // This source file is part of the SwiftCertificates open source project diff --git a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Decrement_Request.p90.json b/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Decrement_Request.p90.json deleted file mode 100644 index a27ca15..0000000 --- a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Decrement_Request.p90.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "mallocCountTotal" : 507 -} \ No newline at end of file diff --git a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Delete_Request.p90.json b/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Delete_Request.p90.json deleted file mode 100644 index a27ca15..0000000 --- a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Delete_Request.p90.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "mallocCountTotal" : 507 -} \ No newline at end of file diff --git a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Increment_Request.p90.json b/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Increment_Request.p90.json deleted file mode 100644 index a27ca15..0000000 --- a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Increment_Request.p90.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "mallocCountTotal" : 507 -} \ No newline at end of file diff --git a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Set_Request.p90.json b/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Set_Request.p90.json deleted file mode 100644 index 54fd8e4..0000000 --- a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Set_Request.p90.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "mallocCountTotal" : 578 -} \ No newline at end of file diff --git a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Set_with_TTL_Request.p90.json b/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Set_with_TTL_Request.p90.json deleted file mode 100644 index 54fd8e4..0000000 --- a/Benchmarks/Thresholds/5.10/MemcacheBenchmarks.Set_with_TTL_Request.p90.json +++ /dev/null @@ -1,3 +0,0 @@ -{ - "mallocCountTotal" : 578 -} \ No newline at end of file diff --git a/Package.swift b/Package.swift index 4c23692..927e06b 100644 --- a/Package.swift +++ b/Package.swift @@ -1,4 +1,4 @@ -// swift-tools-version:5.10 +// swift-tools-version:6.0 //===----------------------------------------------------------------------===// // // This source file is part of the swift-memcache-gsoc open source project