We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Sendable
Bundle
1 parent 0189fb7 commit be0dc1eCopy full SHA for be0dc1e
Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift
@@ -393,6 +393,11 @@ package final class SwiftTargetBuildDescription {
393
"""
394
import Foundation
395
396
+ #if compiler(>=6.0)
397
+ extension Foundation.Bundle: @unchecked @retroactive Sendable {}
398
+ #else
399
+ extension Foundation.Bundle: @unchecked Sendable {}
400
+ #endif
401
extension Foundation.Bundle {
402
static let module: Bundle = {
403
let mainPath = \(mainPathSubstitution)
0 commit comments