Não estou conseguindo importar o Alamofire ...
import UIKit
import Alamofire
class AlunoAPI: NSObject {
func salvaAlunosNoServidor() {
guard let url = URL(string: "http://localhost:8080/api/aluno/lista") else {return}
Alamofire.
}
}