NikolayJuly / swift-toolchain-for-android-on-macos

Swift toolchain for android on macos
MIT License
8 stars 1 forks source link

Use built in SPM #13

Open NikolayJuly opened 1 year ago

NikolayJuly commented 1 year ago

Issue Right now we using macos SPM for packages. Ideally we need to try using provided one with toolchain

Steps Try to build without using export SWIFT_EXEC_MANIFEST and export SWIFT_EXEC

NikolayJuly commented 1 year ago

With this task we may try to remove swiftc-android, because all parameters there might be passed using -Xswiftc I think