Skip to content
This repository was archived by the owner on Jun 4, 2025. It is now read-only.

Commit 4d393d1

Browse files
committed
Use Swift 5.10 toolchain
1 parent 422950b commit 4d393d1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.buildkite/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ common_params:
33
plugins: &common_plugins
44
- automattic/a8c-ci-toolkit#3.1.0
55
env: &common_env
6-
IMAGE_ID: xcode-15.0.1
6+
IMAGE_ID: xcode-15.3-v3
77

88
# This is the default pipeline – it will build and test the pod
99
steps:

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.5
1+
// swift-tools-version:5.10
22

33
import Foundation
44
import PackageDescription
@@ -73,7 +73,7 @@ func swiftLintPlugin() -> PackageDescription.Package.Dependency {
7373
return .package(url: url, from: "0.54.0")
7474
}
7575

76-
return .package(url: url, .exactItem(version))
76+
return .package(url: url, .exact(version))
7777
}
7878

7979
func loadSwiftLintVersion() -> Version? {

0 commit comments

Comments
 (0)