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 d98b753 commit 822b71fCopy full SHA for 822b71f
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