Skip to content

Commit b765937

Browse files
committed
Add unchecked Sendable to Bundle in resource generation
1 parent 6520692 commit b765937

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Sources/Build/BuildDescription/SwiftTargetBuildDescription.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,7 @@ package final class SwiftTargetBuildDescription {
405405
"""
406406
import Foundation
407407
408+
@unchecked Sendable
408409
extension Foundation.Bundle {
409410
static let module: Bundle = {
410411
let mainPath = \(mainPathSubstitution)

0 commit comments

Comments
 (0)