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
{{ message }}
This repository was archived by the owner on Dec 15, 2024. It is now read-only.
[](https://gitter.im/PureSwift/SwiftFoundation?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
Cross-Platform, Protocol-Oriented Programming base library to complement the Swift Standard Library.
13
9
@@ -27,30 +23,19 @@ Cross-Platform, Protocol-Oriented Programming base library to complement the Swi
27
23
28
24
## Targeted Platforms
29
25
30
-
- LLVM Compiler
31
-
- Darwin (OS X, iOS, WatchOS)
32
-
- Linux
33
-
34
-
## Compiling on Ubuntu
35
-
36
-
```
37
-
sudo apt-get install uuid-dev libjson-c-dev
38
-
swift build
39
-
.build/debug/UnitTests
40
-
```
26
+
- Darwin (macOS, iOS, watchOS, tvOS)
27
+
- Linux (Ubuntu x86_64, [Debian Armv7](https://github.com/uraimo/buildSwiftOnARM))
28
+
-[WebAssembly](https://swiftwasm.org) (wasm32)
41
29
42
30
## Implemented
43
31
To see what parts of Foundation are implemented, just look at the unit tests. Completed functionality will be fully unit tested. Note that there is some functionality that is written as a protocol only, that will not be included on this list.
44
32
45
33
-[x] Base64
46
34
-[x] Data
47
35
-[x] Date
48
-
-[x] FileManager
49
-
-[x] JSON
50
-
-[x] Null
51
-
-[x] Order (equivalent to ```NSComparisonResult```)
0 commit comments