1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

swiftmoduleをビルドしたSwiftバージョンの確認方法

Posted at

はじめに

必要になることは少ないですが、外部から提供されたライブラリのswiftmoduleを確認したいことがあるかもしれません。
そんな時はこのコマンドで確認出来ます。

確認方法

$ strings /path/to/module.swiftmodule | grep Swift
Apple Swift version 4.0.3 effective-3.2.3 (swiftlang-900.0.74.1 clang-900.0.39.2)

おわりに

もしかすると swift コマンド等でもう少しスマートに確認する方法があるかもしれません。
ご存知の方いらっしゃいましたらコメントください。

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?