Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
1024jp committed Sep 26, 2024
1 parent 6e2687e commit 7849b42
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@ let package = Package(
.product(name: "Numerics", package: "swift-numerics"),
])
],
swiftLanguageVersions: [.v6]
swiftLanguageModes: [.v6]
)


for target in package.targets {
target.swiftSettings = [
.enableUpcomingFeature("ExistentialAny"),
]
}

0 comments on commit 7849b42

Please sign in to comment.