proplem GPS SKYLAB SKM53

Arduino: 1.6.5 (Mac OS X), Board: "Arduino/Genuino Uno"

In file included from sketch_nov01b.ino:1:0:
/Users/ahmedessam/Desktop/Arduino.app/Contents/Java/libraries/TinyGPS10/TinyGPS.h:25:22: fatal error: WProgram.h: No such file or directory
#include "WProgram.h"
^
compilation terminated.
Multiple libraries were found for "TinyGPS.h"
Used: /Users/ahmedessam/Desktop/Arduino.app/Contents/Java/libraries/TinyGPS10
Not used: /Users/ahmedessam/Desktop/Arduino.app/Contents/Java/libraries/TinyGPS-13
Error compiling.

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

WProgram.h: No such file or directory
#include "WProgram.h"

Says that you have an old version of the library that is not compatible with the version of the IDE that you are using. WProgram.h was replaced with arduino.h in later versions of the IDE.

Multiple libraries were found for "TinyGPS.h"

Is pretty self explanatory. Remove the TinyGPS libraries and download and install the latest version.
TinyGPS library