This commit is contained in:
Andreas Dangel
2023-02-09 10:51:24 +01:00
parent a10662731b
commit ea0b8ff904
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
// file for supporting swift 5.2 changes : https://github.com/apple/swift/blob/master/CHANGELOG.md#swift-53
// file for supporting swift 5.3 changes : https://github.com/apple/swift/blob/master/CHANGELOG.md#swift-53
// https://github.com/apple/swift/issues/54108
struct Container {
@ -10,4 +10,4 @@ struct Container {
let defaultValue = dictionary[Container.defaultKey]!
dictionary[key, default: defaultValue] += 1
}
}
}

View File

@ -1,4 +1,4 @@
// file for supporting swift 5.2 changes : https://github.com/apple/swift/blob/master/CHANGELOG.md#swift-55
// file for supporting swift 5.5 changes : https://github.com/apple/swift/blob/master/CHANGELOG.md#swift-55
// https://github.com/apple/swift-evolution/blob/main/proposals/0313-actor-isolation-control.md
actor MyActor {