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 cb497bd commit e10d999Copy full SHA for e10d999
Sources/PackageModel/SwiftSDKs/SwiftSDK.swift
@@ -170,7 +170,8 @@ public struct SwiftSDK: Equatable {
170
}
171
172
/// Whether or not the receiver supports using XCTest.
173
- package let xctestSupport: XCTestSupport
+ @_spi(SwiftPMInternal)
174
+ public let xctestSupport: XCTestSupport
175
176
/// Root directory path of the SDK used to compile for the target triple.
177
@available(*, deprecated, message: "use `pathsConfiguration.sdkRootPath` instead")
0 commit comments