Skip to content

Commit

Permalink
Use Swift 5.10 toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
mokagio committed Apr 12, 2024
1 parent 422950b commit 0f1fab4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ common_params:
plugins: &common_plugins
- automattic/a8c-ci-toolkit#3.1.0
env: &common_env
IMAGE_ID: xcode-15.0.1
IMAGE_ID: xcode-15.3-v3

# This is the default pipeline – it will build and test the pod
steps:
Expand Down
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.5
// swift-tools-version:5.10

import Foundation
import PackageDescription
Expand Down Expand Up @@ -73,7 +73,7 @@ func swiftLintPlugin() -> PackageDescription.Package.Dependency {
return .package(url: url, from: "0.54.0")
}

return .package(url: url, .exactItem(version))
return .package(url: url, exact: version)
}

func loadSwiftLintVersion() -> Version? {
Expand Down

0 comments on commit 0f1fab4

Please sign in to comment.