Skip to content

Commit 270ee57

Browse files
committed
Fix typo affecting the 6.0 compiler
1 parent 46fdaaf commit 270ee57

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
@@ -135,7 +135,7 @@ let package = Package(
135135
// The Foundation module only has Library Evolution enabled on Apple
136136
// platforms, and since this target's module publicly imports Foundation,
137137
// it can only enable Library Evolution itself on those platforms.
138-
swiftSettings: .packageSettings + .enableLibraryEvolution(applePlatformsOnly: true),
138+
swiftSettings: .packageSettings + .enableLibraryEvolution(applePlatformsOnly: true)
139139
),
140140

141141
// Utility targets: These are utilities intended for use when developing

0 commit comments

Comments
 (0)