Spaceship shooting

I’m making spaceship shooting game … everytime I hit space bar the bullets should come out… now spaceship and bullet both have rigid 2d and box collider and set to is trigger and kinematics… now what’s happening is every time I press space bar on the second bullet my spaceship gets destroyed … not sure why? I have added bullet to player layer as well

the bullet probably spawns in the player instantly killing it or the player is faster than the bullet thus hitting it. good day.

or maybe the first bullet is pushing the second into the player