Skip to content

Commit

Permalink
trying to fix old Xcode problem
Browse files Browse the repository at this point in the history
  • Loading branch information
leogdion committed Apr 5, 2024
1 parent 2545bb0 commit f5fb5c4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.7.1
// swift-tools-version: 5.7.1

// swiftlint:disable explicit_top_level_acl
// swiftlint:disable prefixed_toplevel_constant
Expand Down
7 changes: 3 additions & 4 deletions [email protected]
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.9.1
// swift-tools-version: 5.9.1

// swiftlint:disable explicit_top_level_acl
// swiftlint:disable prefixed_toplevel_constant
Expand All @@ -15,8 +15,7 @@ let swiftSettings = [
SwiftSetting.enableUpcomingFeature("ImplicitOpenExistentials"),
SwiftSetting.enableUpcomingFeature("StrictConcurrency"),
SwiftSetting.enableUpcomingFeature("DisableOutwardActorInference"),
SwiftSetting.enableExperimentalFeature("StrictConcurrency"),
SwiftSetting.unsafeFlags(["-warn-concurrency", "-enable-actor-data-race-checks"])
SwiftSetting.enableExperimentalFeature("StrictConcurrency")
]

let package = Package(
Expand All @@ -29,7 +28,7 @@ let package = Package(
)
],
dependencies: [
.package(url: "https://github.com/apple/swift-syntax", from: "510.0.0")
.package(url: "https://github.com/apple/swift-syntax", from: "509.0.0")
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0")
],
Expand Down

0 comments on commit f5fb5c4

Please sign in to comment.