Skip to content

Commit 478bcb4

Browse files
committed
Update for Swift 6.3
1 parent 2fb4449 commit 478bcb4

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

Package.swift

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,11 @@ if buildDocs {
9393

9494
if enableMacros {
9595
let version: Version
96-
#if swift(>=6.1)
96+
#if swift(>=6.3)
97+
version = "603.0.1"
98+
#elseif swift(>=6.2)
99+
version = "602.0.0"
100+
#elseif swift(>=6.1)
97101
version = "601.0.1"
98102
#else
99103
version = "600.0.1"

0 commit comments

Comments
 (0)