Enabling strict memory safety. (#683)

This commit is contained in:
Max Goedjen
2025-09-09 20:41:29 -07:00
committed by GitHub
parent 6854c05763
commit 8c516e128a
18 changed files with 55 additions and 55 deletions

View File

@@ -90,5 +90,6 @@ var swiftSettings: [PackageDescription.SwiftSetting] {
[
.swiftLanguageMode(.v6),
.treatAllWarnings(as: .error),
.strictMemorySafety()
]
}