Skip to content

Commit

Permalink
fixing linting (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion authored Jun 8, 2023
1 parent aa1da48 commit 77e8387
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ let swiftSettings: [SwiftSetting] = [
.enableUpcomingFeature("ForwardTrailingClosures"),
.enableUpcomingFeature("ImplicitOpenExistentials"),
.enableUpcomingFeature("StrictConcurrency"),
.unsafeFlags(["-warn-concurrency", "-enable-actor-data-race-checks"])
.unsafeFlags(
["-warn-concurrency", "-enable-actor-data-race-checks"],
.when(configuration: .debug)
)
]

let package = Package(
Expand Down

0 comments on commit 77e8387

Please sign in to comment.