Fix compilation warnings (#163)

This PR fixes compilation warnings observed in:
```
swift -v --version
Apple Swift version 6.2-dev (LLVM 5fbc818cf26c90b, Swift 2e1897356956e43)
Target: arm64-apple-macosx26.0
/Users/Dmitry/Library/Developer/Toolchains/swift-6.2-DEVELOPMENT-SNAPSHOT-2025-06-17-a.xctoolchain/usr/bin/swift-frontend --version
Apple Swift version 6.2-dev (LLVM 5fbc818cf26c90b, Swift 2e1897356956e43)
Target: arm64-apple-macosx26.0
Build config: +assertions
```
This commit is contained in:
Dmitry Kovba
2025-06-24 13:15:44 -07:00
committed by GitHub
parent ebcaf74f42
commit b626d32a48
@@ -25,8 +25,7 @@ import XCTest
#if canImport(SendablePropertyMacros)
import SendablePropertyMacros
// testMacros is thread-safe.
nonisolated(unsafe) let testMacros: [String: Macro.Type] = [
let testMacros: [String: Macro.Type] = [
"SendableProperty": SendablePropertyMacro.self
]
#endif