spotify / XCRemoteCache

Other
830 stars 53 forks source link

Add support for swift modules with swiftinterfaces (build_library_for_distribution mode) #56

Closed vasvf closed 2 years ago

vasvf commented 2 years ago

This adds .swiftinterface files to artifacts that are needed for swift-only modules that contain @objc exposing interfaces.

Also tried to modify tests to fit this new type of file, but maybe I missed something

vasvf commented 2 years ago

Separated tests in two files you specified.

I also removed unused let swiftmoduleExtensionsToInclude in ArtifactSwiftProductsBuilder.swift

I also added swiftinterface file check in swiftcTests