We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 46fdaaf commit 270ee57Copy full SHA for 270ee57
Package.swift
@@ -135,7 +135,7 @@ let package = Package(
135
// The Foundation module only has Library Evolution enabled on Apple
136
// platforms, and since this target's module publicly imports Foundation,
137
// it can only enable Library Evolution itself on those platforms.
138
- swiftSettings: .packageSettings + .enableLibraryEvolution(applePlatformsOnly: true),
+ swiftSettings: .packageSettings + .enableLibraryEvolution(applePlatformsOnly: true)
139
),
140
141
// Utility targets: These are utilities intended for use when developing
0 commit comments