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.
Sendable
Bundle
1 parent bb7f039 commit 3498e49Copy full SHA for 3498e49
Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift
@@ -380,11 +380,6 @@ public final class SwiftTargetBuildDescription {
380
"""
381
import Foundation
382
383
- #if compiler(>=6.0)
384
- extension Foundation.Bundle: @unchecked @retroactive Sendable {}
385
- #else
386
- extension Foundation.Bundle: @unchecked Sendable {}
387
- #endif
388
extension Foundation.Bundle {
389
static let module: Bundle = {
390
let mainPath = \(mainPathSubstitution)
0 commit comments