Skip to content

Commit a450b6e

Browse files
mbrandonwmluisbrown
authored andcommitted
Remove unsafe flags from Package.swift
(cherry picked from commit bc3468ec563036557fd6824ab4673549b99b8bab)
1 parent 32a86a2 commit a450b6e

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

Package.swift

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -76,16 +76,16 @@ let package = Package(
7676
]
7777
)
7878

79-
for target in package.targets {
80-
target.swiftSettings = target.swiftSettings ?? []
81-
target.swiftSettings?.append(
82-
.unsafeFlags([
83-
//"-Xfrontend", "-warn-concurrency",
84-
//"-Xfrontend", "-enable-actor-data-race-checks",
85-
//"-enable-library-evolution",
86-
])
87-
)
88-
}
79+
//for target in package.targets {
80+
// target.swiftSettings = target.swiftSettings ?? []
81+
// target.swiftSettings?.append(
82+
// .unsafeFlags([
83+
// "-Xfrontend", "-warn-concurrency",
84+
// "-Xfrontend", "-enable-actor-data-race-checks",
85+
// "-enable-library-evolution",
86+
// ])
87+
// )
88+
//}
8989

9090
#if swift(>=5.6)
9191
// Add the documentation compiler plugin if possible

0 commit comments

Comments
 (0)