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 9333464 commit 0270d00Copy full SHA for 0270d00
Sources/Testing/Discovery+Platform.swift
@@ -9,7 +9,6 @@
9
//
10
11
internal import _TestingInternals
12
-private import SwiftShims
13
14
/// A structure describing the bounds of a Swift metadata section.
15
struct SectionBounds: Sendable {
@@ -89,6 +88,8 @@ private func _testContentSectionBounds() -> [SectionBounds] {
89
88
#elseif os(Linux) || os(FreeBSD) || os(Android)
90
// MARK: - ELF implementation
91
+private import SwiftShims // For MetadataSections
92
+
93
/// The ELF-specific implementation of ``SectionBounds/all``.
94
///
95
/// - Returns: An array of structures describing the bounds of all known test
0 commit comments