Yannik S.
Yannik S.
First of all thanks for your quick answer, and sorry for my late response. You are totally right. The command I posted doesn't build the test module. So I adapted...
Yes it contains it: ``` CompileSwiftSources normal x86_64 com.apple.xcode.tools.swift.compiler (in target '[ProjectName]Tests' from project '[ProjectName]') cd /Users/[UserName]/[ProjectName]/src export DEVELOPER_DIR\=/Applications/Xcode.app/Contents/Developer export SDKROOT\=/Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator15.0.sdk /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/swiftc -incremental -module-name [ProjectName]Tests [...] ```
Wow great find. That was indeed the problem. Now it runs through without errors, but the resulting json only contains `[]`.
Hm, maybe it has something to do with the fact, that I am using an old version, because the new version enforces that signing is disabled, which makes my build...
I had this issue, and it seems to have to do with the windows max path length. So was able to fix this by moving the Nuget directory to `C:/nuget`....