Skip to content

Commit bc3468e

Browse files
authored
Remove unsafe flags from Package.swift
1 parent 0f20d59 commit bc3468e

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
@@ -77,16 +77,16 @@ let package = Package(
7777
]
7878
)
7979

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

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

0 commit comments

Comments
 (0)