swiftlang / swift-sdk-generator

Generate Swift SDKs for cross-compilation
Apache License 2.0
182 stars 15 forks source link

MacOS target support? #111

Closed DeltriDev closed 4 months ago

DeltriDev commented 5 months ago

Hello! Found out this project while trying to find a way to build from my Linux/windows machine to Mac. It seems like windows host support is planned and Linux host support is in development, but is macos target even possible/panned?

fwcd commented 4 months ago

It seems like windows host support is planned and Linux host support is in development, but is macos target even possible

Note that Windows host support != Windows target support, which (as per #11) might not be possible either. From what I understand, licensing restrictions would be the biggest issue. While many Linux distributions allow free redistribution of their packages, the Windows/macOS SDKs are proprietary and subject to the corresponding license agreements.

MaxDesiatov commented 4 months ago

This is a legal question, not a technical question. Please refer to Xcode and macOS SDK license agreement for clarification.