File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -8,11 +8,11 @@ name: Swift
88
99jobs :
1010 build :
11- runs-on : macos-13
11+ runs-on : macos-14
1212 steps :
1313 - uses : actions/checkout@v3
1414 - name : xcode-select
15- run : sudo xcode-select -s /Applications/Xcode_15.0 .app
15+ run : sudo xcode-select -s /Applications/Xcode_16.2 .app
1616 - name : Build
1717 run : swift build -Xswiftc -warnings-as-errors
1818 - name : Test
Original file line number Diff line number Diff line change 11import EventKit
22
3- extension EKReminder : Encodable {
3+ extension EKReminder : @ retroactive Encodable {
44 private enum EncodingKeys : String , CodingKey {
55 case externalId
66 case lastModified
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ private func components(from string: String) -> DateComponents? {
4444 }
4545}
4646
47- extension DateComponents : ExpressibleByArgument {
47+ extension DateComponents : @ retroactive ExpressibleByArgument {
4848 public init ? ( argument: String ) {
4949 if let components = components ( from: argument) {
5050 self = components
You can’t perform that action at this time.
0 commit comments