Skip to content

Commit d9d138a

Browse files
authored
Merge pull request #250 from glessard/five-nine-required
[gardening] Swift 5.9 is required
2 parents e0d9cb0 + 13ad3fe commit d9d138a

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Sources/System/MachPort.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
22
This source file is part of the Swift System open source project
33

4-
Copyright (c) 2022 Apple Inc. and the Swift System project authors
4+
Copyright (c) 2022 - 2025 Apple Inc. and the Swift System project authors
55
Licensed under Apache License v2.0 with Runtime Library Exception
66

77
See https://swift.org/LICENSE.txt for license information
88
*/
99

10-
#if swift(>=5.9) && SYSTEM_PACKAGE_DARWIN
10+
#if SYSTEM_PACKAGE_DARWIN
1111

1212
import Darwin.Mach
1313

Tests/SystemTests/MachPortTests.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
/*
22
This source file is part of the Swift System open source project
33

4-
Copyright (c) 2022 Apple Inc. and the Swift System project authors
4+
Copyright (c) 2022 - 2025 Apple Inc. and the Swift System project authors
55
Licensed under Apache License v2.0 with Runtime Library Exception
66

77
See https://swift.org/LICENSE.txt for license information
88
*/
99

10-
#if swift(>=5.9) && SYSTEM_PACKAGE_DARWIN
10+
#if SYSTEM_PACKAGE_DARWIN
1111

1212
import XCTest
1313
import Darwin.Mach

0 commit comments

Comments
 (0)