We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6bbed6b commit 7bcc01fCopy full SHA for 7bcc01f
Sources/System/MachPort.swift
@@ -7,7 +7,7 @@
7
See https://swift.org/LICENSE.txt for license information
8
*/
9
10
-#if swift(>=5.8) && $MoveOnly && (os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
+#if false && swift(>=5.8) && $MoveOnly && (os(macOS) || os(iOS) || os(watchOS) || os(tvOS))
11
12
import Darwin.Mach
13
Tests/SystemTests/MachPortTests.swift
import XCTest
0 commit comments