Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
rismay-luassat committed Jun 25, 2024
1 parent 1b1d44a commit 25d15ee
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ extension ProcessInfo {
// MARK: - PackageDescription extensions

extension SwiftSetting {
static let profile: SwiftSetting = .unsafeFlags([
static let localSwiftSettings: SwiftSetting = .unsafeFlags([
"-Xfrontend",
"-warn-long-expression-type-checking=10",
])
Expand All @@ -26,10 +26,7 @@ struct ConfigurationService {
let swiftSettings: [SwiftSetting]

private static let local: ConfigurationService = {
ConfigurationService(swiftSettings: [.unsafeFlags([
"-Xfrontend",
"-warn-long-expression-type-checking=10",
]),])
ConfigurationService(swiftSettings: [.localSwiftSettings])
}()

private static let remote: ConfigurationService = {
Expand Down

0 comments on commit 25d15ee

Please sign in to comment.