An open API service indexing awesome lists of open source software.

https://github.com/joestr/swiftload

Creating a DLL with Swift.
https://github.com/joestr/swiftload

csharp dll dotnet dynamic-library powershell swift windows

Last synced: 12 months ago
JSON representation

Creating a DLL with Swift.

Awesome Lists containing this project

README

          

# Swift Load

Using [Swift](https://www.swift.org) to build a DLL file and use C# to load it back.

## Why?

Because it's fun. :)

## Requirements

- [Swift](https://www.swift.org/install/windows/)
- [.NET 9.0 SDK](https://dotnet.microsoft.com/en-us/download/dotnet/9.0)
- [PowerShell](https://learn.microsoft.com/en-us/powershell/scripting/install/installing-powershell-on-windows?view=powershell-7.5)

## Building

Run the `build.ps1` script.

## License

This project is licensed under 'The Unlicense'.
Consult the `LICENSE.txt` file for futher information.