Skip to content

Commit 98fa1de

Browse files
authored
Remove warning treatment for Swift 6.4 and above
1 parent d1239ac commit 98fa1de

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Package.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -109,11 +109,6 @@ for target in package.targets {
109109
.enableUpcomingFeature("MemberImportVisibility"),
110110
])
111111
}
112-
#if compiler(>=6.4)
113-
target.swiftSettings?.append(contentsOf: [
114-
.treatAllWarnings(as: .error)
115-
])
116-
#endif
117112
}
118113

119114
#if !os(Windows)

0 commit comments

Comments
 (0)