They're always testing new things so expect the unexpected. There might be new features but no guarantee of stability. If you find some new bug just kindly report it at the appropriate thread.megalomaniac wrote:While the Nightly Builds incorporate the latest features and/or fixes added, it is possible that some unexpected events could be introduced. Finding any new issues and pointing them out quickly using these Nightly Builds is essential to provide overall improvements. If any MAJOR issues are introduced in a Nightly Build, it will probably be fixed very quickly in a subsequent Nightly Build. Remember: feedback is essential.
It's very easy to compile the latest build yourself... (at least on Windows)
1- Install devkitPro (instructions here)
2- Get something to download the latest source code (I recommend DownloadSVN. It's a simple executable... you don't need to install anything)
How to use DownloadSVN:
Put this as the 'SVN source url': http://swiss-gc.googlecode.com/svn/trunk/
Pick a folder to save the files (preferably at the root of a drive and with no spaces in the folder name, like X:\SWISS-SOURCE)
Leave the 'Type' as SVN.
Hit 'Start'.
Wait until it's finished and hit 'OK'.
3- You'll need to compile the custom libfat swiss uses. Go to X:\SWISS-SOURCE\cube\libfat-frag\src and run make there (you can navigate to that folder in a console window and run make OR you can simply make a bat file with the text make inside and double click it... just don't name it make.bat

Now copy this new libfat.a you just created (it's in X:\SWISS-SOURCE\cube\libfat-frag\src\libogc\lib\cube) to your devkitPro installation (C:\devkitPro\libogc\lib\cube)
4- Now you need to download D0llz3
Copy the dollz3 executable to X:\SWISS-SOURCE\cube\swiss
Rename it to d0lz.exe (yeah, with a zero and a single L... I guess they saved that file with a wrong name)
5- Now go to C:\devkitPro\devkitPPC\bin and copy the elf2dol.exe to your X:\SWISS-SOURCE\cube\swiss
6- Finally , just go to X:\SWISS-SOURCE\cube\swiss and double click makeme.bat
You may get some warnings like 'make: svnversion: Command not found' because you don't have svn installed but it's not relevant if you only want the latest build.
After a short while you'll have your brand new swiss-lz.dol ready to be used!
All the compiled DOL files can be found at X:\SWISS-SOURCE\cube\swiss\dist