File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -76,16 +76,16 @@ let package = Package(
76
76
]
77
77
)
78
78
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
+ // }
89
89
90
90
#if swift(>=5.6)
91
91
// Add the documentation compiler plugin if possible
You can’t perform that action at this time.
0 commit comments