Skip to content

Commit 9727fac

Browse files
committed
Fix typo
1 parent 7144863 commit 9727fac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ let package = Package(
164164
"Testing",
165165
],
166166
path: "Tests/_MemorySafeTestingTests",
167-
swiftSettings: .packageSettings + .strictMemorySafety()
167+
swiftSettings: .packageSettings + [.strictMemorySafety()]
168168
),
169169

170170
.macro(

0 commit comments

Comments
 (0)