Remove deprecated warning setting from XPCWrappers

This commit is contained in:
Max Goedjen 2025-09-08 23:26:23 -07:00 committed by GitHub
parent 5467474d88
commit 920aa4053c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,7 +77,7 @@ let package = Package(
),
.target(
name: "XPCWrappers",
swiftSettings: swiftSettings + [.treatWarning("DeprecatedDeclaration", as: .warning)],
swiftSettings: swiftSettings,
),
]
)