Skip to content

Commit fa4a247

Browse files
Swift 6 compatibility and naming convention fixes
- Update to Swift 6.0 tools version - Add Sendable conformance to property wrappers - BREAKING: Rename property wrapper types to follow Swift conventions: - @Embedded.json → @Embedded.JSON - @Embedded.yaml → @Embedded.YAML - @Embedded.text → @Embedded.Text - Fix static methods to work without property wrappers - Add SwiftLint configuration - Fix all linting issues
1 parent c882cac commit fa4a247

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add to your `Package.swift`:
2222

2323
```swift
2424
dependencies: [
25-
.package(url: "https://github.com/botforge-pro/swift-embed.git", from: "1.3.0")
25+
.package(url: "https://github.com/botforge-pro/swift-embed.git", from: "1.4.0")
2626
]
2727
```
2828

0 commit comments

Comments
 (0)