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.
1 parent 339afc8 commit dcead94Copy full SHA for dcead94
Sources/PackageLoading/TargetSourcesBuilder.swift
@@ -191,7 +191,7 @@ public struct TargetSourcesBuilder {
191
if handledResources.contains(resource.path) {
192
return nil
193
} else {
194
- print("Found unhandled resource at \(resource.path)")
+ self.observabilityScope.emit(info: "Found unhandled resource at \(resource.path)")
195
return self.resource(for: resource.path, with: .init(resource.rule))
196
}
197
0 commit comments