Skip to content

Commit

Permalink
Fix Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
gjcairo committed Sep 4, 2024
1 parent d05504c commit 15882c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CompileTests/InternalImportsByDefault/Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ let package = Package(
.product(name: "SwiftProtobuf", package: "swift-protobuf"),
],
swiftSettings: [
.enableUpcomingFeature("InternalImportsByDefault"),
.enableExperimentalFeature("InternalImportsByDefault"),
// Enable warnings as errors so the build fails if warnings are
// present in generated code.
.unsafeFlags(["-warnings-as-errors"])
Expand Down

0 comments on commit 15882c6

Please sign in to comment.