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 51805c4 commit cc2c42eCopy full SHA for cc2c42e
Tests/TestingTests/ABIEntryPointTests.swift
@@ -129,6 +129,7 @@ struct ABIEntryPointTests {
129
passing arguments: __CommandLineArguments_v0,
130
recordHandler: @escaping @Sendable (_ recordJSON: UnsafeRawBufferPointer) -> Void = { _ in }
131
) async throws -> Bool {
132
+#if !(!SWT_FIXED_SWIFTPM_8111 && os(Windows))
133
#if !os(Linux) && !os(FreeBSD) && !os(Android) && !SWT_NO_DYNAMIC_LINKING
134
// Get the ABI entry point by dynamically looking it up at runtime.
135
//
@@ -142,6 +143,7 @@ struct ABIEntryPointTests {
142
143
}
144
)
145
146
+#endif
147
#endif
148
let abiEntryPoint = unsafeBitCast(abiv0_getEntryPoint(), to: ABIv0.EntryPoint.self)
149
0 commit comments