TIL what is slug in URL
Read Building static and dynamic Swift libraries using the Swift compiler - it is all about emitting various Swift binaries without the Swift package manager, but only using the Swift compiler.
TIL what noqa
means.
TIL library
target in Swift Packet Manager has type
which could be static
or dynamic
:
Came accross SystemPackageProvider
in systemLibrary(name:path:pkgConfig:providers:)
in PackageDescription
. System package could install system library with brew
or apt
on macOS and Linux.