Skip to content

Commit

Permalink
Merge 3a1ed76 into 0a875dd
Browse files Browse the repository at this point in the history
  • Loading branch information
kkebo committed May 3, 2024
2 parents 0a875dd + 3a1ed76 commit c51f5dc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ let package = Package(
swiftSettings: [
.unsafeFlags(["-Xfrontend", "-warn-long-function-bodies=100"], .when(configuration: .debug)),
.unsafeFlags(["-Xfrontend", "-warn-long-expression-type-checking=100"], .when(configuration: .debug)),
.unsafeFlags(["-cross-module-optimization"]),
.enableExperimentalFeature("CodeItemMacros"),
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("InternalImportsByDefault"),
Expand All @@ -46,6 +47,7 @@ let package = Package(
swiftSettings: [
.unsafeFlags(["-Xfrontend", "-warn-long-function-bodies=100"], .when(configuration: .debug)),
.unsafeFlags(["-Xfrontend", "-warn-long-expression-type-checking=100"], .when(configuration: .debug)),
.unsafeFlags(["-cross-module-optimization"]),
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("InternalImportsByDefault"),
]
Expand All @@ -59,6 +61,7 @@ let package = Package(
swiftSettings: [
.unsafeFlags(["-Xfrontend", "-warn-long-function-bodies=100"], .when(configuration: .debug)),
.unsafeFlags(["-Xfrontend", "-warn-long-expression-type-checking=100"], .when(configuration: .debug)),
.unsafeFlags(["-cross-module-optimization"]),
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("InternalImportsByDefault"),
]
Expand All @@ -68,6 +71,7 @@ let package = Package(
swiftSettings: [
.enableUpcomingFeature("ExistentialAny"),
.enableUpcomingFeature("InternalImportsByDefault"),
.unsafeFlags(["-cross-module-optimization"]),
]
),
.testTarget(
Expand Down

0 comments on commit c51f5dc

Please sign in to comment.