Skip to content

Commit

Permalink
turn on strict concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrence-forooghian committed Aug 1, 2024
1 parent 00cb3b7 commit 713d53f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ let package = Package(
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "AblyChat", dependencies: [.product(name: "Ably", package: "ably-cocoa")]),
name: "AblyChat", dependencies: [.product(name: "Ably", package: "ably-cocoa")], swiftSettings: [.enableExperimentalFeature("StrictConcurrency")]),
.testTarget(
name: "AblyChatTests",
dependencies: ["AblyChat"])
Expand Down

0 comments on commit 713d53f

Please sign in to comment.