All build configuration for a Swift package goes in the Package.swift file. As Rafael Francisco mentioned in his comment, many of the Info.plist values will belong to the app which imports your package such as the entitlements. Apps have entitlements associated with their App ID. Packages within an app don't need these.