Fix concurrency warnings.

This commit is contained in:
Brent Simmons
2024-04-19 22:30:37 -07:00
parent 3d83c7cfb6
commit b64b1307b7
6 changed files with 8 additions and 8 deletions

View File

@@ -9,7 +9,7 @@
import Foundation
/// Used to select which animations should be performed
public struct Animations: OptionSet {
public struct Animations: OptionSet, Sendable {
/// Select and deslections will be animated.
public static let select = Animations(rawValue: 1)