We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a49de47 commit 31b4c33Copy full SHA for 31b4c33
Package.swift
@@ -31,6 +31,10 @@ let package = Package(
31
"../../Performance Profiler",
32
],
33
swiftSettings: [
34
+ .enableExperimentalFeature("StrictConcurrency"),
35
+ .enableUpcomingFeature("DisableOutwardActorInference"),
36
+ .enableUpcomingFeature("GlobalActorIsolatedTypesUsability"),
37
+ .enableUpcomingFeature("InferSendableFromCaptures"),
38
.define("ENABLE_TESTABILITY", .when(configuration: .debug))
39
]
40
),
0 commit comments