Skip to content

Commit 722d045

Browse files
committed
Build unit tests in Swift 5 language mode
1 parent 2f4d350 commit 722d045

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Package.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,8 @@ var package = Package(
6969
name: "BluetoothGAP",
7070
package: "Bluetooth"
7171
)
72-
]
72+
],
73+
swiftSettings: [.swiftLanguageMode(.v5)]
7374
)
7475
]
7576
)

0 commit comments

Comments
 (0)