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
D:\Package.swift:66:41: error: value of type 'String' has no member 'appending'
sources: sources.map("src/".appending) + ["include"],
~~~~~~ ^~~~~~~~~ in https://github.com/thepotatoking55/CGLFW3.git
I assume it's because .appending refers to NSString, which may or may not be available built-in in Package.swift manifests on Windows.
This is on main, btw.
The text was updated successfully, but these errors were encountered:
I assume it's because
.appending
refers toNSString
, which may or may not be available built-in in Package.swift manifests on Windows.This is on main, btw.
The text was updated successfully, but these errors were encountered: