Skip to content

Commit 3498e49

Browse files
committed
Remove Sendable conformance on Bundle from SwiftPM
Foundation added this conformance on their side in `main` (swiftlang/swift-corelibs-foundation#4963) and `release/6.0` (swiftlang/swift-corelibs-foundation#4978). rdar://129599679
1 parent bb7f039 commit 3498e49

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -380,11 +380,6 @@ public final class SwiftTargetBuildDescription {
380380
"""
381381
import Foundation
382382
383-
#if compiler(>=6.0)
384-
extension Foundation.Bundle: @unchecked @retroactive Sendable {}
385-
#else
386-
extension Foundation.Bundle: @unchecked Sendable {}
387-
#endif
388383
extension Foundation.Bundle {
389384
static let module: Bundle = {
390385
let mainPath = \(mainPathSubstitution)

0 commit comments

Comments
 (0)