Skip to content

Commit d1239ac

Browse files
authored
Remove warning treatment for Swift 6.4 and above
1 parent 59b3b40 commit d1239ac

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Package@swift-6.0.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -83,11 +83,6 @@ for target in package.targets {
8383
.enableUpcomingFeature("MemberImportVisibility"),
8484
])
8585
}
86-
#if compiler(>=6.4)
87-
target.swiftSettings?.append(contentsOf: [
88-
.treatAllWarnings(as: .error)
89-
])
90-
#endif
9186
}
9287

9388
#if !os(Windows)

0 commit comments

Comments
 (0)