You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PackageModel: make Toolset.init(toolchainBinDir:buildFlags:) public (#7064)
Previously the only available initializer allowed creating toolsets from
serialized form stored on a file system. This initializer allows
creating `Toolset` values directly with given build flags and toolchain
binaries directory path, which may be needed by libSwiftPM clients.
0 commit comments