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
https://github.com/apple/swift-package-manager is not compiling for me locally - it says C:\Users\art-divin\Documents\projects\Sourcery\.build\checkouts\swift-llbuild\lib\llvm\Support\include\llvm/Support/FileSystem.h:165:3: error: unknown type name 'uid_t' uid_t fs_st_uid = 0; errors, meaning, for some reason headers from local installation of mingW64 cannot be found 🕵🏻
Context
Current impediments are:
C:\Users\art-divin\Documents\projects\Sourcery\.build\checkouts\swift-llbuild\lib\llvm\Support\include\llvm/Support/FileSystem.h:165:3: error: unknown type name 'uid_t' uid_t fs_st_uid = 0;
errors, meaning, for some reason headers from local installation of mingW64 cannot be found 🕵🏻CommandRunner.swift:4:10: error: no such module 'Darwin'
errorsPathKit.swift:8:8: error: no such module 'Darwin'
errors on version1.0.1
, whilekylef/multi-platform
compiles, though it is not 100% workingAwait.swift:1:8: error: no such module 'CoreFoundation'
errorsStrategy
swift-package-manager
integration for Windows onlyCommander
needs to be removed, replaced with https://github.com/apple/swift-argument-parserPathKit
needs to be improved upstream:3.1 PathKit: port to Windows kylef/PathKit#86 contains the basis for this to happen
The text was updated successfully, but these errors were encountered: