Skip to content

Commit 7bcc01f

Browse files
committed
deactivate Mach.Port
Will reactivate when the following issue is fixed: swiftlang/swift#66299 (rdar://110496872)
1 parent 6bbed6b commit 7bcc01f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Sources/System/MachPort.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
See https://swift.org/LICENSE.txt for license information
88
*/
99

10-
#if swift(>=5.8) && $MoveOnly && (os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
10+
#if false && swift(>=5.8) && $MoveOnly && (os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
1111

1212
import Darwin.Mach
1313

Tests/SystemTests/MachPortTests.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
See https://swift.org/LICENSE.txt for license information
88
*/
99

10-
#if swift(>=5.8) && $MoveOnly && (os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
10+
#if false && swift(>=5.8) && $MoveOnly && (os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
1111

1212
import XCTest
1313
import Darwin.Mach

0 commit comments

Comments
 (0)