Skip to content

Commit

Permalink
Swift 6 language mode
Browse files Browse the repository at this point in the history
  • Loading branch information
LucianoPAlmeida committed Sep 29, 2024
1 parent cfbda4c commit 9c93294
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.9
// swift-tools-version:6.0
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand Down
2 changes: 2 additions & 0 deletions Tests/stringsTests/DistanceExpectation.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,5 @@ struct DistanceExpectation<DistanceValue: Numeric> {
let target: String
let expectedValue: DistanceValue
}

extension DistanceExpectation: Sendable where DistanceValue: Sendable {}

0 comments on commit 9c93294

Please sign in to comment.