Skip to content

Commit 2509112

Browse files
authored
Increment SwiftPM tools version to 5.5 and minimum deployment target to 10.15.4 on macOS (#3875)
* Increase SwiftPM's minimum deployment target from 10.15 to 10.15.4 * Increase SwiftPM's tools version to 5.5 Motivation: Allow use of 5.5 features such as automatic Codable synthesis, and use of Swift-friendlier FileHandle APIs that require 10.15.4 (so we can minimize use of stdio).
1 parent 06351c5 commit 2509112

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// swift-tools-version:5.4
1+
// swift-tools-version:5.5
22

33
/*
44
This source file is part of the Swift.org open source project
@@ -63,7 +63,7 @@ if useSwiftCryptoV2 {
6363
let package = Package(
6464
name: "SwiftPM",
6565
platforms: [
66-
.macOS(.v10_15),
66+
.macOS("10.15.4"),
6767
.iOS(.v13)
6868
],
6969
products:

0 commit comments

Comments
 (0)