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 @@ -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
You can’t perform that action at this time.
0 commit comments