Skip to content

Commit

Permalink
Discable StrictConcurrency
Browse files Browse the repository at this point in the history
It will be re-enabled when all data race issues are resolved.
  • Loading branch information
MasterJ93 committed Nov 27, 2024
1 parent d328413 commit ca2ea40
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 @@ -40,7 +40,7 @@ let package = Package(
.product(name: "SwiftCBOR", package: "swiftcbor")
],
swiftSettings: [
.enableExperimentalFeature("StrictConcurrency")
// .enableExperimentalFeature("StrictConcurrency")
]
// plugins: ["VersionNumberPlugin"]
),
Expand Down

0 comments on commit ca2ea40

Please sign in to comment.