Skip to content

Commit

Permalink
Enable strict concurrency
Browse files Browse the repository at this point in the history
  • Loading branch information
ethanhuang13 committed Sep 2, 2024
1 parent 873f3e3 commit b7ddada
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// swift-tools-version:5.1
// swift-tools-version:5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription
Expand All @@ -21,7 +21,8 @@ let package = Package(
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "NSAttributedStringBuilder",
dependencies: []
dependencies: [],
swiftSettings: [.enableUpcomingFeature("StrictConcurrency")]
),
.testTarget(
name: "NSAttributedStringBuilderTests",
Expand Down

0 comments on commit b7ddada

Please sign in to comment.