diff --git a/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift b/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift index cb929a88350..2f979c8b26d 100644 --- a/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift +++ b/Sources/PackageModel/SwiftSDKs/SwiftSDK.swift @@ -170,7 +170,8 @@ public struct SwiftSDK: Equatable { } /// Whether or not the receiver supports using XCTest. - package let xctestSupport: XCTestSupport + @_spi(SwiftPMInternal) + public let xctestSupport: XCTestSupport /// Root directory path of the SDK used to compile for the target triple. @available(*, deprecated, message: "use `pathsConfiguration.sdkRootPath` instead")