Type 'Bundle' has no member “module”
问题 I have tried solutions in this question: Generating resource_bundle_accessor, Type 'Bundle' has no member 'module' however it still does not work. I am trying to access a simple JSON file in my unit tests. Here is my Package.swift: // swift-tools-version:5.3 // The swift-tools-version declares the minimum version of Swift required to build this package. import PackageDescription let package = Package( name: "MyLibrary", platforms: [.iOS("11.0"), .macOS(SupportedPlatform.MacOSVersion.v10_12)],